
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Light.woff2') format('woff2');
    font-weight: 300;
}
body{font-family: 'MyWebFont' !important;
     position: relative;width: 100%;height:100%;
     height: 100%;}

a:focus {outline:0;}
a:active,a:hover {outline: 0;}
*:focus {outline: none !important;}

.login-main-section {
  background: #ffffff;
  height: 100vh;
}
.login-container {
  display: flex;
  background: #ffffff;
      height: 100vh;
}
.login-container-content {
  flex: 70%;
  background: white;
  padding: 20px 40px 40px 40px;
}
.login-container-content .login-form {
  padding: 2px;
  width: 100%;
}
.login-container-content .login-form .buttonX {
  position: absolute;
  right: 2%;
  top: 2%;
  border: none;
  background: transparent;
  outline: none;
}
.login-container-content .login-form h1 {
  letter-spacing: 1rem;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(45deg, #6767ED 45%, #4DAEF2 75%);
}
.login-container-content .login-form .field {
  margin: 10px auto;
  padding: 5px;
  width: 75%;
  height: 25%;
  display: grid;
  grid-row-gap: 0.2rem;
}
.login-container-content .login-form .field > label, .login-container-content .login-form .field > input {
  text-align: left;
}
.login-container-img {
    flex: 30%;
    text-align: center;
    background: url(../images/mx16.jpg) no-repeat;
    background-size: cover;
}
.login-container-img > h1 {
  display: grid;
  text-align: center;
  color: white;
  margin-top: 5%;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.login-container-img > h1 > span {
  text-align: center;
  font-size: 16px;
}
.login-container-img img{height: 375px;text-align: center;margin: 50px auto 0;}
.login-details{display:block;width: 55%;margin: 0 auto;}
.login-details div.form-group{
    margin: 10px auto;
    padding: 5px;
    width: 100%;
    float: left;
}
.login-container-img h4{
    letter-spacing: 0.5px;
    color: #337ab7;
    margin-top: 18%;
    font-weight: 500;
    font-size: 36px;
}
.login-container-img span{
    font-size: 40px;
    font-weight: 700;
    color: #337ab7;
    letter-spacing: 0.2px;
    margin-left: 5px;
}
.login-container-img h5{
    color: #ffffff;
    font-weight: 400;
}
.logo-image{
    margin: 30px auto;
    display: block;
    text-align: center;
}
.logo-image img{
    height: 40px;
}
.login-details h2{
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 34px;
    text-align: center;
}
.container{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}
.login-details .form-group label{
    color: #787878;
    font-weight: 400;
    font-size: 14px;
}
.login-details .form-group input{
    background: #ffffff;
    border-radius: 8px;
    background-color: #ffffff !important;
    height: 40px;
    font-size: 16px;
}
.checkbox label{
    padding-left: 0;
    border-radius: 4px;
}
.checkbox-custom + .checkbox-custom-label:before{
    border-radius: 4px;
}
.form-group.checkbox{
    display: inline-block;
    float: left;
    width: auto;
}
.login-fgt-pwd{
    display: inline-block;
    margin-top: 15px;
    left: 0;
    position: relative;
}
.login-fgt-pwd a{
    color: #617CF2;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-size: 15px;
}
#login-submit{
    width: 47%;
    position: relative;
    /* background: linear-gradient(135deg, #3ce77b 0%, #617cf2 70%); */
    color: white;
    outline: none;
    border-style: none;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    background: #617cf2 !important;
}
#login-submit:hover{
/*    filter: hue-rotate(45deg);*/
background:#4d64c6 !important;
}
a.sign-up-account{
    width: 48%;
    position: relative;
    border: 1px solid #617CF2;
    outline: none;
    border-radius: 8px;
    transition: 0.3s all ease;
    color: #617CF2;
    font-weight: 500;
    padding: 6px 12px;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 10px;
}
a.sign-up-account:hover{
    background: #617CF2;
    color: #ffffff;
    text-decoration: none !important;
}
.checkbox-custom + .checkbox-custom-label:before{
    border: 1px solid #adaaaa;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 20px;
    padding: 0;
    margin-right: 7px;
}
.login-details div.form-group.checkbox{
    width: auto;
}
.sign-up-text{
    clear: both;
    margin-bottom: 35px;
    padding-top: 30px;
    display: block;
    color: #787878;
    text-align: center;
}
.onboard-account {
    color: #617cf2;
}
.onboard-account:hover{
    color: #495ebc;
}
.login-form-group{
    margin-top: 30px;
}
.email-form-group{
    margin-bottom: 0 !important;
}
h4.sub-title{
    font-size: 20px;
    color: #6087a8;
    font-weight: 400;
    margin-top: 10px;
}
.login-form-group{
    clear: both;
    margin: 10px 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    font-size: 16px;
}
.has-success .form-control:focus{
    border-color: #6dd46f;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus{
    border-color: #d74543;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-small{
    display: none;
}
@media screen and (max-width: 767px) {
    .login-main-section{
        background: url(../images/mx16.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
    .login-container{
        display: block;
        padding: 10px 20px 20px 20px;
/*        background: url(../images/mx16.jpg) no-repeat;
        background-size: cover;
        background-position: center;*/
        background: transparent;
        height: auto;
    }
    .login-container-img .brand-img img{
        display: none;
    }
    .login-container-content{
        display: block;
        padding: 0 20px;
        background: transparent;
    }
    #login-submit{
        width: 115px;
    }
    a.sign-up-account{
        width: 115px;
    }
    .login-details div.form-group{
        width: 100%;
    }
    .login-fgt-pwd{
        left: 0;
    }
    #signinForm .form-group{
        margin-bottom: 5px !important;
    }
    .login-container-img h4{
        margin-top: 0;
        font-size: 26px;
    }
    .logo-image {
        margin-bottom: 15px;
        margin-top: 0;
    }
    .login-container-img{
        padding-top: 10px;
        background: transparent;
    }
    .login-container:after{
        display: table;
        content: ' ';
        clear: both;
    }
    
    h4.sub-title{
        font-size: 20px;
    }
    .login-small{
        display: block;
    }
    .logo-image.login-small img{
        margin-top: 0;
    }
    .login-details .logo-image{
        display: none;
    }
    .login-container-img span{
        font-size: 32px;
    }
    .login-details h2{
        margin-bottom: 15px;
        font-size: 26px;
    }
    .login-extras{
        padding: 0;
    }
    .checkbox-custom-label{
        margin-top: 0;
    }
    .login-details{display:block;width: 100%;}
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .login-container-img{
        flex: 30%;
    }
    .login-container-img img{
        height: 200px;
    }
    .login-container-content{
        flex: 70%;
    }
    .login-container-img h4{
        font-size: 24px;
    }
    h4.sub-title{
        font-size: 16px;
    }
    .login-details {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .login-container-img h4{
        margin-top: 38%;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1150px) {
    .login-container-img{
        flex: 30%;
    }
    .login-container-img img{
        height: 275px;
    }
    .login-container-content{
        flex: 70%;
    }
    .login-container-img h4{
        font-size: 28px;
    }
    h4.sub-title{
        font-size: 18px;
    }
    .login-details {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}
.has-success .form-control {
    border-color: #33c135;
}
.login-extras{
    clear: both;
}
.login-error{
    text-align: left;
    width: 100%;
    float: left;
}
