/***login***/

.signup button {
    margin-top: 11px;
}

.login-box form {
    display: block;
}

.main {
    width: 350px;
    height: 493px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px -2px 25px #000000ab;
    background: #33579e;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    /* background: linear-gradient(to right, #fffbff, #FF416C); */
    border: 3px solid #f9c056;
}

#chk {
    display: none;
}

#chk1 {
    display: none;
}

#chk2 {
    display: none;
}

.from-section label {
    color: #fff;
    font-size: 30px;
    justify-content: center;
    display: flex;
    margin: 50px;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}

    .from-section label.main-label {
        margin: 10px 0;
    }

.from-section input {
    width: 84%;
    height: 35px;
    background: #e0dede;
    justify-content: center;
    display: flex;
    margin: 12px auto;
    padding: 12px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.login.reset-psw {
    height: 536px;
    background: #eee;
    border-radius: 100% / 20%;
    transform: translateY(-13px);
    transition: .8s ease-in-out;
}

button {
    width: fit-content;
    height: 43px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: transparent;
    font-size: 1em;
    font-weight: 500;
    margin-top: 17px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 0 30px;
}

    button:hover {
        background: #fff;
        border-color: #fff;
        color: #000;
    }

.btn-grp {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

    .btn-grp button {
        margin: 0;
        font-size: 15px;
        padding: 0px 15px;
        height: 35px;
    }

.note-btn {
    margin: 0;
    font-size: 12px !important;
    height: auto;
    padding: 5px !important;
}

.note-editor.note-frame .note-status-output {
    display: none !important;
}

.note-editor.note-frame {
    border: 1px solid #ccc !important;
    border-radius: 4px;
}

.note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.note-editor.note-frame .note-editing-area .note-editable {
    border-radius: 0 0 4px 4px;
}

.remberme label {
    margin: 0;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
}

.remberme {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 30px;
    align-items: center;
}

.reset-password label {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    text-align: right;
    display: flex;
    justify-content: end;
    padding: 0 30px;
    position: absolute;
    right: 0;
    margin: -12px 0 0;
}

.remberme input {
    width: 15px;
    height: 15px;
    margin: 0;
}

.signup {
    position: relative;
    width: 100%;
    height: 100%;
}


.login {
    position: relative;
    width: 100%;
    height: 100%;
}

    .login button {
        border-color: #33579e;
        color: #fff;
        margin: 0;
        font-size: 15px;
        padding: 0px 15px;
        /* margin: 0 auto; */
        height: 35px;
        background: #33579e;
    }

        .login button:hover {
            background: #294885;
            color: #fff;
            border-color: #294885;
        }

.login {
    height: 503px;
    background: #eee;
    border-radius: 60% / 10%;
    transform: translateY(-103px);
    transition: .8s ease-in-out;
}

    .login label {
        color: #33579e;
        transform: scale(.6);
        margin-bottom: 0;
    }

.forgot {
    position: relative;
    width: 100%;
    height: 100% !important;
}

    .forgot button {
        border-color: #33579e;
        color: #fff;
        background: #33579e;
    }

        .forgot button:hover {
            background: #294885;
            color: #fff;
            border-color: #294885;
        }

.forgot {
    height: 360px;
    background: #fff;
    border-radius: 60% / 10%;
    transform: translateY(-585px);
    transition: .8s ease-in-out;
}

    .forgot label {
        color: #33579e;
        transform: scale(.6);
    }

#chk:checked ~ .login {
    transform: translateY(-502px);
}

#chk1:checked ~ .login {
    transform: translateY(-503px);
}



/* #chk:checked~.signup label {
    transform: scale(.6);
  } */

/* #chk:checked~.forgot {
    transform: translateY(-642px);
  } */

/* #chk1:checked~.forgot {
    transform: translateY(-1010px);
  } */

#chk1:checked ~ .forgot label {
    margin-bottom: 0; 
}


#chk2:checked ~ .forgot {
    transform: translateY(-1054px);
}

    #chk2:checked ~ .forgot label {
        margin-bottom: 0;
    }

.right-t {
    display: flex;
    gap: 7px;
    font-size: 13px;
}

.rts-section {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 30px;
    justify-content: center;
}

    .toggle-container .left-t {
        font-size: 14px;
    }

    .toggle-container .rts-section input {
        width: 14px;
        height: 14px;
    }
