.errorText{
    color: red;
    text-align: center;
}
.signupFormTitle{
    display: none;
}
.mainCheck > input{
    accent-color: #F36528;
}
.rememberSignupField > input{
    accent-color: #F36528;
}
.login {
    width: 100%;
    background-image: url("../images/background-sign-in.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginField{
    width: 58%;
    margin: 356px auto 230px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.textCircle{
    width: 512px;
    height: 503px;
    background-image: url("../images/logincircle.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.mainTextCircle{
    width: 285px;
    height: min-content;
    margin: 200px 107px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.circleTextTop{
    text-align: center;
    width: 91%;
    height: 120px;
    color: #1C5484;
    font-family: "RobotoSlab_",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}
.circleTextTop > span{
    color: #F36528;
    font-family: "RobotoSlab_",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}
.circleTextBottom{
    color: #1C5484;
    text-align: center;
    font-family: "Roboto_",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 202px;
    height: 46px;
}
.input-box > input::placeholder{
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.rememberField{
    width: 89%;
    height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.rememberField > a{
    color: #FFF;
    font-family: "Roboto_",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.mainCheck{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mainCheck > label{
    margin-left: 10px;
    color: #FFF;
    font-family: "Roboto_",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.signUp > span{
    color: #FFF;
    font-family: "Roboto_",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.signUp > a{
    color: #F36528;
    font-family: "Roboto_",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.signupForm{
    width: 406px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}
.signupForm > span{
    color: #FFF;
    font-family: "RobotoSlab_",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
}
.signupMenu{
    width: 100%;
    height: min-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.signupMenu > input{
    width: 100%;
    height: 62px;
    background: #74A8AB;
    border: none;
    border-radius: 30px;
    padding: 0px 16px;
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: none;
}
.signupMenu > input::placeholder{
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.rememberSignupField{
    width: 100%;
    height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.rememberSignupField > label{
    margin-left: 5px;
    color: #FFF;
    font-family: "Roboto_",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rememberSignupField > input:hover{
    cursor: pointer;
}
.rememberSignupField > label > a{
    color: #FFF;
    font-family: "Roboto_",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.container_signup{
    position: relative;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.container_signup > svg{
    width: 158px;
}
.container_signup > span{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.loginFieldAm .circleTextTop{
    font-size: 25px;
}
.loginFieldAm .circleTextTop > span{
    font-size: 25px;
}
.loginFieldAm .circleTextBottom{
    font-size: 15px;
}
.loginFieldAm .mainTextCircle{
    height: min-content;
}

/*Password Strength Checker*/
.container_{
    position: relative;
    width: 100%;
}
.container_ .input-box{
    position: relative;
}
.input-box .show_hide{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #D9E3E4;
    padding: 5px;
    cursor: pointer;
}
.input-box input{
    height: 62px;
    width: 100%;
    border: 2px solid #74A8AB;
    background: #74A8AB;
    border-radius: 30px;
    padding: 0px 16px;
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    outline: none;
}
.container_ .indicator{
    display: none;
}
.container_ .indicator.active{
    display: block;
    margin-top: 14px;
}
.indicator .icon-text{
    display: flex;
    align-items: center;
}
.icon-text .error_icon{
    margin-right: 8px;
}
.icon-text .text{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Styles for verification */
.requirements {
    position:absolute;
    width: 220px;
    padding:15px;
    background:#fefefe;
    border-radius:15px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
    display:none;
    z-index: 1000;
    top: 62px;
    right: 0;
    background-color: rgb(238,238,238);
    box-shadow: 5px 5px 5px #888888;
    margin-top: 14px;
    font-size: 14px;
    color: #FF6333;
}
.requirements.active{
    display: block;
}
.requirements:before,
.requirements:after {
    position: absolute;
    bottom: 100%;
    content: '';
}
.requirements:before {
    right: 52px;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #ddd;
    border-left: 17px solid transparent;
}

.requirements:after {
    right: 53px;
    border-right: 16px solid transparent;
    border-bottom: 16px solid rgb(238,238,238);
    border-left: 16px solid transparent;
}


/*tablet sign in*/
@media only screen and (max-width: 1600px){
    .loginField {
        width: 67%;
    }
}
@media only screen and (min-width: 742px) and (max-width: 1024px) {
    .login {
        width: 100%;
        background-image: url("../images/signinTablet.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .loginField {
        width: 71%;
        margin: 200px auto 190px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .requirements {
        width: 202px;
        top: 50px;
    }
    .requirements ul{
        margin-bottom: 0;
    }
    .textCircle {
        width: 330px;
        height: 324px;
        background-image: url(../images/logincircle.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .mainTextCircle {
        width: 160px;
        height: 130px;
        margin: 130px 102px 75px 81px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .circleTextTop {
        text-align: center;
        width: 100%;
        height: 110px;
        color: #1C5484;
        font-family: "RobotoSlab_", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }

    .circleTextTop > span {
        color: #F36528;
        font-family: "RobotoSlab_", sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }

    .circleTextBottom {
        color: #1C5484;
        text-align: center;
        font-family: "Roboto_", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 135px;
        height: 46px;
    }
    .rememberField {
        width: 88%;
        height: 14px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .rememberField > a {
        color: #FFF;
        font-family: "Roboto_", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
    }
    .mainCheck {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .mainCheck > label {
        margin-left: 10px;
        color: #FFF;
        font-family: "Roboto_", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .signUp > span {
        color: #FFF;
        font-family: "Roboto_", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .signUp > a {
        color: #F36528;
        font-family: "Roboto_", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }

    .signupMenu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .signupMenu > input,
    .input-box input{
        width: 100%;
        height: 46px;
        background: #74A8AB;
        border: none;
        border-radius: 30px;
        padding: 0px 20px;
        color: #D9E3E4;
        font-family: "Roboto_", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        outline: none;
    }

    .signupMenu > input::placeholder,
    .input-box input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .container_signup{
        margin: 14px 0px;
    }
    .container_signup > svg{
        width: 108px;
        /*height: 40px;*/
    }
    .rememberSignupField{
        margin-top: 17px;
    }
    .signupForm {
        width: 317px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }
    .signupForm > span{
        text-align: center;
        color: #FFF;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.6px;
    }
    .loginFieldAm .circleTextTop{
        font-size: 16px;
        height: min-content;
    }
    .loginFieldAm .circleTextTop > span{
        font-size: 16px;
    }
    .loginFieldAm .circleTextBottom{
        font-size: 13px;
    }
    .loginFieldAm .mainTextCircle{
        height: min-content;
    }
}
@media only screen and (min-width: 741px) and (max-width: 850px){
    .loginField {
        width: 80%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .textCircle {
        width: 330px;
        height: 324px;
        background-image: url(../images/logincircle.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mainTextCircle{
        width: 160px;
        height: min-content;
        margin: 135px 102px 75px 81px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .circleTextTop{
        text-align: center;
        width: 100%;
        height: min-content;
        color: #1C5484;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }
    .circleTextTop > span{
        color: #F36528;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }
    .circleTextBottom{
        color: #1C5484;
        text-align: center;
        font-family: "Roboto_",sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 135px;
        height: 46px;
    }
    .container_signup{
        margin: 14px 0px;
    }
    .rememberField{
        width: 88%;
        height: 14px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .rememberField > a{
        color: #FFF;
        font-family: "Roboto_",sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
    }
    .container_signup > svg{
        width: 108px;
        /*height: 40px;*/
    }
    .container_signup > span{
        position: absolute;
        width: 100%;
        text-align: center;
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .mainCheck{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .mainCheck > label{
        margin-left: 10px;
        color: #FFF;
        font-family: "Roboto_",sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .signupMenu{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }
    .signUp > span{
        color: #FFF;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .signUp > a{
        color: #F36528;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration: none;
    }
    .signupMenu > input,
    .input-box input{
        width: 100%;
        height: 46px;
        background: #74A8AB;
        border: none;
        border-radius: 30px;
        padding: 0px 16px;
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        outline: none;
    }
    .signupMenu > input::placeholder,
    .input-box input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .rememberSignupField{
        margin-top: 17px;
    }
    .signupForm {
        width: 317px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
    }
    .signupForm > span{
        color: #FFF;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.6px;
    }
    .loginField{
        margin: 300px auto 190px;
    }
    .requirements {
        width: 202px;
        top: 50px;
    }
    .requirements ul{
        margin-bottom: 0;
    }
    .loginFieldAm .circleTextTop{
        font-size: 13px;
        height: 77px;

    }
    .loginFieldAm .circleTextTop > span{
        font-size: 13px;
    }
    .loginFieldAm .circleTextBottom{
        font-size: 13px;
    }
    .loginFieldAm .mainTextCircle{
        height: 125px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1360px) {
    .textCircle {
        width: 400px;
        height: 503px;
        background-image: url(../images/logincircle.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .mainTextCircle{
        width: 186px;
        height: min-content;
        margin: 210px 107px 144px 103px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .circleTextTop{
        text-align: center;
        width: 100%;
        height: min-content;
        color: #1C5484;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }
    .circleTextTop > span{
        color: #F36528;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }
    .circleTextBottom{
        color: #1C5484;
        text-align: center;
        font-family: "Roboto_",sans-serif;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 202px;
        height: 46px;
    }
    .signupMenu > input,
    .input-box input{
        width: 100%;
        height: 54px;
        background: #74A8AB;
        border: none;
        border-radius: 30px;
        padding: 0px 16px;
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        outline: none;
    }
    .signupMenu > input::placeholder,
    .input-box input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .loginFieldAm .circleTextTop{
        font-size: 17px;
    }
    .loginFieldAm .circleTextTop > span{
        font-size: 17px;
    }
    .loginFieldAm .circleTextBottom{
        font-size: 15px;
    }
    .loginFieldAm .mainTextCircle{
        height: min-content;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1530px) {
    .signupForm > span{
        text-align: center;
        color: #FFF;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 27px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 1.6px;
    }
}
@media screen and (max-width: 901px) {
    .loginFieldAm .rememberSignupField {
        height: 32px;
    }
}
@media screen and (max-width: 741px) {
    .signupMenu {
        gap: 9px;
    }
    .login{
        background: #5D9A9D;
        height: auto;
    }
    .loginField{
        height: auto;
        flex-direction: column;
        position: relative;
        margin: 60px auto 80px;
    }
    .requirements {
        width: 202px;
    }
    .requirements ul{
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 400px) and (max-width: 600px){
    .loginField{
        width: 87%;
        margin: 100px auto 60px;
    }
    .mainTextCircle {
        width: 176px;
        height: min-content;
        margin: 0;
    }
    .textCircle{
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circleTextTop {
        height: min-content;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 26.38px;
        letter-spacing: -0.5px;
        text-align: center;
    }
    .circleTextTop > span{
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 26.38px;
        letter-spacing: -0.5px;
        text-align: center;
    }
    .circleTextBottom{
        font-family: 'Roboto_',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 18.75px;
        text-align: center;
    }
    .signupForm > span{
        display: none;
    }
    .signupFormTitle{
        display: block;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.1px;
        text-align: center;
        color: #FFFFFF;
    }
    .signupForm {
        width: 100%;
        gap: 20px;
    }
    .loginFieldAm .circleTextTop > span ,
    .loginFieldAm .circleTextTop{
        font-size: 17px;
    }
    .loginFieldAm .mainTextCircle {
        height: min-content;
    }
}
@media only screen and (max-width: 400px) {
    .loginFieldAm .circleTextTop {
        width: 76%;
    }
    .loginFieldAm .mainTextCircle {
        width: 163px;
        height: min-content;
    }
    .loginFieldAm .circleTextTop > span, .loginFieldAm .circleTextTop {
        font-size: 12px;
        line-height: 17px;
    }
    .loginFieldAm .circleTextBottom {
        font-size: 12px;
    }
    .loginField {
        width: 87%;
        margin: 100px auto 60px;
        flex-direction: column;
        justify-content: space-around;
    }
    .mainTextCircle {
        width: 176px;
        height: min-content;
        margin: 0;
    }
    .textCircle {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circleTextTop {
        height: min-content;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 21.1px;
        letter-spacing: -0.5px;
        text-align: center;
    }
    .circleTextTop > span {
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 21.1px;
        letter-spacing: -0.5px;
        text-align: center;
    }
    .circleTextBottom {
        font-family: 'Roboto_',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.75px;
        text-align: center;
        width: 176px;
    }
    .signupForm > span {
        display: none;
    }
    .signupFormTitle {
        display: block;
        font-family: 'RobotoSlab_',sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.1px;
        text-align: center;
        color: #FFFFFF;
    }
    .signupForm {
        width: 100%;
        gap: 14px;
    }
    .rememberSignupField > label,
    .rememberSignupField > label > a{
        font-family: "Roboto_",sans-serif;
        font-size: 10px;
        font-weight: 500;
        text-align: left;
    }
    .signupMenu > input,
    .input-box input{
        height: 46px;
    }
    #submitButton img{
        width: 107.96px;
        height: 40px;
    }
    .container_signup > span{
        font-family: "Roboto_",sans-serif;
        font-size: 10px;
        font-weight: 500;
    }
    .signUp > span,
    .signUp > a,
    .rememberField > a,
    .mainCheck > label{
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-weight: 500;
        line-height: 15.23px;
    }
    .rememberSignupField, .container_signup  {
        padding-bottom: 10px;
    }
    .requirements p{
        margin-bottom: 0
    }
    .requirements{
        width: 185px;
        top: 50px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 375px) {
    .mainTextCircle {
        width: 150px;
    }
}
@media only screen and (max-width: 350px) {
    .circleTextBottom {
        width: 150px;
    }
}
@media only screen and (max-width: 300px) {
    .textCircle {
        height: 253px;
    }
    .circleTextTop,
    .circleTextTop > span,
    .circleTextBottom{
        font-size: 12px;
    }
    .mainTextCircle, .circleTextBottom {
        width: 113px;
    }
    .loginFieldAm .mainTextCircle {
        height: 105px;
    }
}