* {
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: 'Circular Std Black', sans-serif;
    src: url(../font/FontsFree-Net-CircularStd-Black.woff);
}

@font-face {
    font-family: 'Circular Std Book', sans-serif;
    src: url(../font/FontsFree-Net-Circular-Std-Book.woff);
}

/* Common-css-start  */
:root {
    --blue_color: #262262;
    --yellow_color: #DB9C23;
    --gray_color: #5C5E6F;
}

.black {
    font-family: 'Circular Std Black', sans-serif;
}

.book {
    font-family: 'Circular Std Book', sans-serif;
}

.blue {
    color: var(--blue_color);
}

.gray {
    color: var(--gray_color);
}

.yellow {
    color: var(--yellow_color);
}

.fs12 {
    font-size: 12px;
}

.fs28 {
    font-size: 28px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fw600 {
    font-weight: 600;
}

/* Common-css-end  */
/* Logi-screen-css  */
.login .logo img {
    width: 219px;
}

.login .welcome {
    margin-top: 55px;
    margin-bottom: 30px;
}

.login .content {
    width: 600px;
    margin: auto;
    box-shadow: 0px 0px 10px #0b0f3230;
    padding: 40px;
    border-radius: 10px;
}

.login .fom .form-control {
    height: 48px;
    border: 1px solid transparent;
    background-color: var(--blue_color);
    border-radius: 6px;
    padding-left: 50px;
}

.login .fom .form-control:focus {
    box-shadow: none;
}

.login .fom .form-control::placeholder {
    color: #fff;
}

.login .fom .form-control:valid {
    color: #fff;
}

.login .fom .address {
    margin-bottom: 25px;
    background-image: url(../img/mail.png);
    background-position: 21px 17px;
    background-repeat: no-repeat;
}

.login .fom .paswd {
    background-image: url(../img/paswd.png);
    background-position: 21px 14px;
    background-repeat: no-repeat;
}

.login .fom .forgot a {
    color: var(--gray_color);

}

.password-rem {
    padding-top: 25px;
}

.login .buton {
    width: 100%;
    height: 48px;
    background: linear-gradient(276deg, #F8D389, #FDBB3B);
    border-radius: 6px;
    margin-top: 25px;
    box-shadow: 0px 4px 10px #0b0f328f;
}

.login .buton a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.login .social {
    padding-top: 25px;
}

.login .social .img {
    margin-right: 30px;
}

.login .account a {
    color: #000;
}

.login .account {
    margin-top: 25px;
    border-top: 1px solid #0B0B15;
    padding-top: 10px;
}

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login .account .servis {
    color: #AFAFB2;
}
.welcome-text a{
    white-space: nowrap;
}

/* login-page-css-end  */
/* forgot-password-css-start  */

.divider .return {
    position: absolute;
    top: -14px;
    left: 36%;
}

.divider .horizontal a {
    color: var(--blue_color);
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
}

.divider .horizontal {
    height: 1px;
    width: 100%;
    background-color: #262262;
    margin-top: 40px;
}

/* forgot password-end  */
/* Media-Queryies-start  */
@media only screen and (max-width: 991px){
    .welcome-screen .logo img{
        width: 80%;
    }
}
@media only screen and (max-width:767px) {
    .login .content {
        width: 100%;
    }
    .welcome-text h1 {
        font-size: 40px;
    }
    .welcome_tabs{
        width: 100%;
        height: 100px;
        overflow-x: auto;
        justify-content: flex-start !important;
    }
}
@media only screen and (max-width: 612px){
    .login-buton a {
        padding: 15px 0px !important;
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width:425px) {
    .fs18 {
        font-size: 16px;
    }
    .divider .horizontal{
        background-color: transparent;
    }
    .divider .return{
        position: unset;
        text-align: center;
    }
    .divider .horizontal {
        height: 100%;
        text-align: center;
    }
}

@media only screen and (max-width:390px) {
    .password-rem {
        flex-direction: column;
        justify-content: start !important;
        align-items: start !important;
    }
    .login .forgot{
        padding-top: 20px;
    }
    
}
@media only screen and (max-width: 350px){
    .welcome-text h1 {
        font-size: 34px;
    }
}