﻿#loginimgstyle {
    width: 100%;
    height: 100vh;
    background: rgba(18, 18, 18, 0.10);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.50) inset;
}

.label-username {
    color: #212121;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.custom-textbox {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    border: 1.6px solid rgba(0, 0, 0, 0.30);
    font-size: 16px;
}

.rememberme {
    color: rgba(33, 33, 33, 0.80);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.forgotpassword {
    color: #00A8D1;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.validation-message {
    color: red;
    font-size: 12px;
}

.loginBttn {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border-radius: 8px;
    background: #00A8D1;
    font-size: 16px;
}

.loginBttn {
    display: inline-block;
    min-width: 80px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 10px;
    background: #00A8D1;
    text-align: center;
    font-family: 'Roboto';
    text-decoration: none;
    color: white;
    height: 35px;
    cursor: pointer;
    border: none;
}
.backtologinbtnst{
    text-align:center !important;
}
.backtologinbtnst1 {
    color: #00A8D1;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
svg {
    vertical-align: middle;
    margin-bottom: 5px;
}

.imglogo {
    /*    max-width: 35%;*/
    width: 240px;
    height: auto;
}
#loginmaindivstyle {
    margin: 15px 0px 0px 0px;
}


.loginhead {
    top:5%;
    position:absolute;
    margin-left: 15px;
    color: #024595;
    font-size: 25px;
    line-height: 40px;
    font-weight: 100;
    text-align: left;
}

.loginhead1 {
    margin-left: 15px;
    margin-top:5%;
    color: #024595;
    font-size: 25px;
    line-height: 40px;
    font-weight: 100;
    text-align: left;
}

.loginhead1textst {
    color: #212121;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.loginhead1textstforfg {
    color: #212121;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.loginhead1textst1 {
    color: rgba(33, 33, 33, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.forgotpastxtst {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.loginboxst {
    padding: 140px 30px 40px 20px;
}

.forgotpassboxst {
    padding: 90px 30px 40px 20px;
}

.password-wrapper {
    position: relative;
    width: 100%; /* or fixed width if you want */
}

    .password-wrapper input {
        width: 100%;
        padding-right: 45px; /* space for eye icon */
    }

.toggle-password-icon {
    position: absolute;
    right: 15px; /* distance from right edge */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555; /* adjust icon color */
    font-size: 16px;
    z-index: 5;
}

.custom-textbox::placeholder {
    color: rgba(33, 33, 33, 0.32);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.loginfooter {
    position: absolute;
    bottom: 0px;
    left: 3px;
    text-align: center;
    width: 99%;
    /* transform: translateX(-53%); */
    background: #00A8D1;
    padding: 5px 7px;
    border-radius: 0px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/*Ressponssive style*/
/* Mobile */
@media (max-width: 768px) {
}

/* Tablet */
@media (max-width: 1024px) {
}

/* Small Laptop */
@media (max-width: 1366px) {
}

/* Large Laptop */
@media (max-width: 1440px) {
}

/* Medium Desktop */
@media (max-width: 1536px) {
}


/* Mobile */
@media (max-width: 767px) {
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
}


@media(min-width: 768px) and (max-width: 849px) {
    .label-username {
        font-size: 14px;
    }

    .rememberme {
        font-size: 12px;
    }

    .forgotpassword {
        font-size: 12px;
    }

    .loginBttn {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }

    .loginfooter {
        width: 98%;
        position: absolute;
        bottom: 0px;
        left: 3px;
        font-size: 10px;
    }
}


/* Desktop */
@media(min-width: 850px) and (max-width: 1023px) {
    .label-username {
        font-size: 14px;
    }
    .rememberme {
        font-size: 12px;
    }
    .forgotpassword {
        font-size: 12px;
    }
    .loginBttn {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .loginfooter {
        width: 98%;
        position: absolute;
        bottom: 0px;
        left: 3px;
        font-size: 10px;
    }
}

@media(min-width: 1024px) and (max-width: 1079px) {
    .loginboxst {
        padding: 90px 30px 40px 20px;
    }
    .imglogo {
        width: 170px;
        height: auto;
    }
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 0px;
        font-size: 10px;
    }

    .label-username {
        font-size: 13px;
    }

    .rememberme {
        font-size: 12px;
    }

    .forgotpassword {
        font-size: 12px;
    }

    .loginBttn {
        width: 100%;
        height: 40px;
        font-size: 13px;
    }

    .custom-textbox {
        width: 100%;
        height: 35px;
        font-size: 10px !important;
    }
}

@media (min-width: 1080px) and (max-width: 1145px) {
    .loginboxst {
        padding: 90px 30px 40px 20px;
    }
    .imglogo {
        width: 190px;
        height: auto;
    }
    .forgotpassword {
        font-size: 13px;
    }

    .loginBttn {
        font-size: 14px;
    }

    .label-username {
        font-size: 14px;
    }

    .rememberme {
        font-size: 13px;
    }

    .loginfooter {
        left: 0px;
        font-size: 11px;
    }
  
}


@media (min-width: 1145px) and (max-width: 1280px) {
    .loginboxst {
        padding: 90px 30px 40px 20px;
    }
    .imglogo {
        width: 190px;
        height: auto;
    }
    .label-username {
        font-size: 14px;
    }
    .loginfooter {
        left: 0px;
        font-size: 13px;
    }
    .rememberme {
        font-size: 13px;
    }
    .forgotpassword {
        font-size: 13px;
    }
    .loginBttn {
        font-size: 14px;
    }
}

@media (min-width: 1281px) and (max-width: 1340px) {
    .imglogo {
        width: 190px;
        height: auto;
    }

    .forgotpassword {
        font-size: 13px;
    }
    .loginBttn {
        font-size: 14px;
    }
    .label-username {
        font-size: 14px;
    }
    .rememberme {
        font-size: 13px;
    }
    .loginfooter {
        left: 0px;
        font-size: 13px;
    }
  
}

@media (min-width: 1340px) and (max-width: 1440px) {
    .imglogo {
        width: 190px;
        height: auto;
    }
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 1px;
    }
}




@media (min-width: 1440px) and (max-width: 1600px) {
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 1px;
    }

}



@media (min-width: 1600px) and (max-width: 1920px) {
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 2px;
    }
   
}



@media (min-width: 1920px) and (max-width: 2150px) {
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 3px;
    }

}


@media (min-width: 2150px) and (max-width: 2560px) {
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 6px;
    }
}

@media (min-width: 2560px) and (max-width: 3250px) {
    .loginfooter {
        position: absolute;
        bottom: 0px;
        left: 7px;
    }

}
