.errorText{
    color: red;
    text-align: center;
}
.signupFormTitle{
    display: none;
}
.mainCheck > input{
    accent-color: #F36528;
}
.rememberSignupField > input{
    accent-color: #F36528;
}
.login {
    width: 100%;
    height: 1088px;
    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: 0px auto;
    height: 503px;
    position: absolute;
    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: 185px;*/
    height: min-content;
    margin: 200px 107px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.circleTextTop{
    text-align: center;
    width: 100%;
    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;
}

.signin{
    width: 406px;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.signin > span{
    text-align: center;
    color: #FFF;
    font-family: "RobotoSlab_",sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.6px;
}
.signinMenu{
    width: 100%;
    height: 156px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.passEye{
    width: 100%;
    height: 62px;
    position: relative;
}
.passEye > input{
    position: relative;
    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;
}
.passEye > input::placeholder{
    color: #D9E3E4;
    font-family: "Roboto_",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.signinMenu > 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;
}
.signinMenu > 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;
}
.container_signin{
    position: relative;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_signin > svg{
    width: 158px;
}
.container_signin:hover svg > path{
    fill: #F36528;
}
.container_signin:hover span{
    color: white;
}
.container_signin > span{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #F36528;
    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: 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;
}
.show_hide{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #D9E3E4;
    padding: 5px;
    cursor: pointer;
}
.signupForm{
    width: 406px;
    height: 419px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.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: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.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;
}
.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: 500;
    line-height: normal;
}
.loginFieldAm .circleTextTop{
    font-size: 25px;
}
.loginFieldAm .circleTextTop > span{
    font-size: 25px;
}
.loginFieldAm .circleTextBottom{
    font-size: 16px;
}
.loginFieldAm .mainTextCircle{
    height: min-content;
}
.errormes{
    font-family: "Roboto_",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: center;
    color: red;
}
/*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%;
        height: 581px;
        background-image: url("../images/signinTablet.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .loginFieldAm .container_signin > span {
        font-size: 11px;
    }
    .loginField {
        width: 71%;
        height: 324px;
        margin: 0 auto;
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .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: 130px 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;
    }

    .signin {
        width: 371px;
        height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .signin > 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;
    }

    .signinMenu {
        margin-top: 28px;
        width: 100%;
        height: 122px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .passEye {
        width: 100%;
        height: 46px;
    }
    .passEye > input {
        position: relative;
        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;
    }

    .passEye > input::placeholder {
        color: #D9E3E4;
        font-family: "Roboto_", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

    .signinMenu > 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;
    }

    .signinMenu > input::placeholder {
        color: #D9E3E4;
        font-family: "Roboto_", sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }

    .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_signin {
        position: relative;
        background: transparent;
        border: none;
        margin: 14px 0px;
    }

    .container_signin > svg {
        width: 108px;
        /*height: 40px;*/
    }

    .container_signin > span {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #F36528;
        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;
    }

    .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 {
        margin-top: 8px;
        width: 100%;
        height: 154px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .signupMenu > 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;
        margin-bottom: 8px;
    }

    .signupMenu > 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 > img{
        width: 108px;
        height: 40px;
    }
    .rememberSignupField{
        margin-top: 17px;
    }
    .signupForm {
        width: 317px;
        height: 316px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .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: 17px;
        height: min-content;

    }
    .loginFieldAm .circleTextTop > span{
        font-size: 17px;
    }
    .loginFieldAm .circleTextBottom{
        font-size: 13px;
    }
    .loginFieldAm .mainTextCircle{
        height: min-content;
    }
}
@media only screen and (min-width: 741px) and (max-width: 850px){
    .loginField {
        width: 80%;
        margin: 0px auto;
    }
}
@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: 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;
    }
    .signin{
        width: 406px;
        height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .signin > 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;
    }
    .signinMenu{
        margin-top: 28px;
        width: 100%;
        height: 122px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .passEye{
        width: 100%;
        height: 46px;
    }
    .passEye > input{
        position: relative;
        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;
    }
    .passEye > input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .container_signup{
        margin: 14px 0px;
    }
    .signinMenu > 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;
    }
    .signinMenu > input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .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_signin{
        position: relative;
        background: transparent;
        border: none;
        margin: 14px 0px;
    }
    .container_signin > svg{
        width: 108px;
        /*height: 40px;*/
    }
    .container_signin > span{
        position: absolute;
        width: 100%;
        text-align: center;
        color: #F36528;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .container_signup > img{
        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: 500;
        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{
        margin-top: 8px;
        width: 100%;
        height: 154px;
        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{
        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{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .rememberSignupField{
        margin-top: 17px;
    }
    .signupForm {
        width: 317px;
        height: 316px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .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;
    }
    .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: 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: 170px;
        margin: 200px 107px 144px 102px;
        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: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.5px;
    }
    .circleTextTop > span{
        color: #F36528;
        font-family: "RobotoSlab_",sans-serif;
        font-size: 22px;
        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;
    }
    .passEye > input{
        position: relative;
        width: 100%;
        height: 54px;
        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;
    }
    .passEye > input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .signinMenu > input{
        width: 100%;
        height: 54px;
        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;
    }
    .signinMenu > input::placeholder{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .signupMenu > 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{
        color: #D9E3E4;
        font-family: "Roboto_",sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
    }
    .loginFieldAm .circleTextTop{
        font-size: 20px;
    }
    .loginFieldAm .circleTextTop > span{
        font-size: 20px;
    }
    .loginFieldAm .circleTextBottom{
        font-size: 15px;
    }
    .loginFieldAm .mainTextCircle{
        height: min-content;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1530px) {
    .signin > 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;
    }
    .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;
    }
}
@media only screen and (min-width: 600px) and (max-width: 741px) {
    .loginField{
        height: auto;
        flex-direction: column;
    }
    .signin {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .login{
        background: #5D9A9D;
    }
    .signin {
        height: 280px;
    }
    .errormes{
        font-size: 11px;
    }
}
@media only screen and (min-width: 400px) and (max-width: 600px){
    .signin {
        width: 100%;
    }
    .loginField{
        width: 87%;
        height: auto;
        flex-direction: column;
    }
    .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, .signin > 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%;
    }
    .loginFieldAm .circleTextTop > span ,
    .loginFieldAm .circleTextTop{
        font-size: 17px;
    }
    .loginFieldAm .mainTextCircle {
        height: min-content;
    }
}
@media only screen and (max-width: 400px) {
    .passEye > input{
        font-family: 'Roboto_',sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 15.23px;
    }
    .signin {
        width: 100%;
    }
    .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%;
        height: 660px;
        flex-direction: column;
        justify-content: space-around;
    }

    .mainTextCircle {
        width: 160px;
        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: 14px;
        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, .signin > 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%;
        height: 311px;
    }
    .rememberSignupField > label,
    .rememberSignupField > label > a{
        font-family: "Roboto_",sans-serif;
        font-size: 10px;
        font-weight: 500;
        text-align: left;
    }
    .signupMenu > input, .passEye > input , .signinMenu > input{
        height: 46px;
    }
    #submitButton img,
    .container_signin svg{
        width: 107.96px;
        /*height: 40px;*/
    }
    .container_signup > span,
    .container_signin > 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;
    }
    .login {
        height: 820px;
    }
    .rememberSignupField, .container_signup  {
        padding-bottom: 10px;
    }
    .signupMenu {
        height: 180px;
    }
}
@media only screen and (max-width: 375px) {
    .mainTextCircle {
        width: 150px;
    }
}
@media only screen and (max-width: 350px) {
    .loginField {
        margin-top: 51px;
        height: 606px;
    }
    .login {
        height: 760px;
    }
    .circleTextBottom {
        width: 150px;
    }
}
@media only screen and (max-width: 300px) {
    .textCircle {
        height: 253px;
    }
    .loginField {
        margin-top: 10px;
        height: 570px;
    }
    .login {
        height: 710px;
    }
    .circleTextTop,
    .circleTextTop > span,
    .circleTextBottom{
        font-size: 12px;
    }
    .mainTextCircle, .circleTextBottom {
        width: 113px;
    }
    .loginFieldAm .mainTextCircle {
        height: 130px;
    }
}