.content{
    margin-bottom: 70px;
}
@media (max-width: 991px){
    .content{
        margin-bottom: 50px;
    }
}
@media (max-width: 575px){
    .content{
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px){
    section{
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (max-width: 1199px){
    section{
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (max-width: 991px){
    section{
        margin-left: 0px;
        margin-right: 0px;
    }
}
.title-log{
    font-size: 30px;
    line-height: 42px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #2c2c2c;
    font-family: "Noto Sans", sans-serif;
    text-align: left;
}
@media (max-width: 991px){
    .title-log{
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.form-group input{
    position: relative;
    padding: 4px 15px;
    font-size: 13px;
    border-color: #ccc;
    height: 36px;
    border-radius: 0;
    letter-spacing: 0.5px;
}
.form-group input:focus{
    box-shadow: inherit;
    border: 1px solid #62403e;
}
.sign-in {
    position: relative;
    text-align: left;
}
@media (min-width: 992px){
    .sign-in{
       border-right: 1px solid #d9d9d9;
       padding-right: 12%;
    }
    .sign-in:after{
        content: "OR";
        position: absolute;
        right: -10px;
        background: white;
        top: 50%;
        margin-top: -1em;
        color: #adadad;
    }

}
@media (max-width: 991px){
    .sign-in{
        margin-bottom: 40px;
    }
}
@media (max-width: 575px){
    .sign-in{
        margin-bottom: 20px;
    }
}
.login-form {
    margin-bottom: 16px;
    width: 100%;
}
@media (max-width: 575px){
    .login-form{
        margin-bottom: 0;
    }
}
.text, .desc{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-family: "Noto Sans", sans-serif;
    text-align: left;
}
.desc{
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 12px;
}
.input-box{
    margin-bottom: 16px;
    width: 100%;
}

span a{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #2c2c2c;
    font-family: "Noto Sans", sans-serif;
    text-align: left;
    text-decoration: underline;
    display: block;
}
button{
    background-color: #62403e;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    border: 0;
    letter-spacing: 0;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    width: 100%;
}
/* Creat Account*/
.creat{
    position: relative;
}
@media (min-width: 992px){
    .creat{
       padding-left: 11%;
    }
}
.creat p{
    margin-bottom: 10px;
}
.creat-ul{
    padding-left: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 12px;
    list-style-type: circle;
    position: relative;
}
@media (max-width: 575px){
    .creat-ul{
        padding-left: 20px;
    }
}
.creat-ul li{
    margin-bottom: 5px;
    list-style-type: initial;
}
.creat-ul li::marker{  
    width: 6px;
    height: 12px;
    background-color: #2c2c2c;
    color: #2c2c2c;
} 
.form-group .creat-check-box{
    padding-bottom: 7px;
    letter-spacing: .5px;
    line-height: 16px;
} 
.form-group .creat-check-box input{
    border-radius: 0;
    width: 13px;
    height: 13px;
    margin-top: 0;
    border: 1px solid #ccc;
    padding: 4px 5px;
}
.form-group .creat-check-box span{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #2c2c2c;
    background-color: #fff;
    fill: #62403e;
    font-family: "Noto Sans", sans-serif;
}
.creat p a{
    text-decoration: underline;
}
.creat button{
    margin-bottom: 20px;
}