.colors {
    background-color: #212542;
    background-color: #303853;
    background-color: #EDEFFC;
    background-color: #C3EEB7;
    background-color: #86c973;
}

.sign_in_page {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}

.sign_in_card {
    background-color: #303853;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
    transition: 1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sign_in_slider {
    background-color: transparent;
    min-width: calc(100% - 30px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 1s ease;
    transform: translateX(0%)
}

.sign_in_text {
    color: #F9F9FB;
    font-family: roboto;
    font-weight: 700;
    font-size: 32px;
}

.sign_in_input_namer {
    background-color: transparent;
    width: 85%;
    color: #F9F9FB;
    font-size: 14px;
    margin-top: 15px;
    font-family: Roboto;
}

.sign_in_email_input,
.sign_in_password_input,
.reset_password_email_input {
    background-color: #53648D;
    width: calc(85% - 28px);
    height: 50px;
    border: none;
    outline: none;
    padding: 0 14px;
    color: #F9F9FB;
    border-radius: 10px;
    border: 0.8px solid rgb(212, 203, 203);
    margin-top: 5px;
    font-size: medium;
}

.sign_in_email_input::placeholder,
.sign_in_password_input::placeholder,
.reset_password_email_input::placeholder {
    color: #F9F9FB;
    font-size: small;
}

.sign_in_additional_buttons_backer {
    background-color: transparent;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 7px;
}

.sign_in_show_password {
    color: #F9F9FB;
    cursor: pointer;
    user-select: none;
}

.sign_in_forget_password {
    color: #C3EEB7;
    cursor: pointer;
    user-select: none;
}

.sign_in_show_password:hover,
.sign_in_forget_password:hover {
    text-decoration: underline;
}

.sign_in_button {
    font-family: roboto;
    background-color: #C3EEB7;
    width: 85%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 40px;
    cursor: pointer;
}

.sign_in_button:hover,
.sign_up_button:hover,
.reset_password_button:hover {
    background-color: #86c973;
}

.lower_segment_text {
    background-color: transparent;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-family: Roboto;
    gap: 10px;
    color: #F9F9FB;
    font-size: 14px;
    margin-top: 15px;
    user-select: none;
    margin-top: 50px;
}

.sign_up_suggest_text,
.sign_in_suggest_text,
.reset_password_suggest_text {
    background-color: transparent;
    color: #C3EEB7;
    cursor: pointer;
}

.sign_up_suggest_text:hover,
.sign_in_suggest_text:hover,
.reset_password_suggest_text:hover {
    text-decoration: underline;
}

.sign_up_slider {
    background-color: transparent;
    min-width: 100%;
    min-width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 1s ease;
    transform: translateX(0%)
}

.sign_up_email_input,
.sign_up_password_input,
.sign_up_password_input_rep {
    background-color: #53648D;
    width: calc(85% - 28px);
    height: 50px;
    border: none;
    outline: none;
    padding: 0 14px;
    color: #F9F9FB;
    border-radius: 10px;
    border: 0.8px solid rgb(212, 203, 203);
    margin-top: 5px;
}

.sign_up_email_input::placeholder,
.sign_up_password_input::placeholder,
.sign_up_password_input_rep::placeholder {
    color: #F9F9FB;
}

.sign_up_password_input_rep {
    margin-bottom: 15px;
}

.sign_up_button {
    font-family: roboto;
    background-color: #C3EEB7;
    width: 85%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 20px;
    cursor: pointer;
}

.password_criterium_container {
    background-color: transparent;
    width: 85%;
    overflow: hidden;
    transition: 1s ease;
    height: 0;
}

.password_criterium_backer {
    background-color: transparent;
    width: 100%;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row;
    margin-top: 5px;
}

.password_criterium_cyrcle {
    background-color: #F9F9FB;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    scale: 0.4;
}

.password_criterium_text1,
.password_criterium_text2,
.password_criterium_text3,
.password_criterium_text4,
.password_criterium_text5 {
    color: #F9F9FB;
    font-family: roboto;
}

.login_form,
.register_form {
    background-color: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.reset_password_slider {
    background-color: transparent;
    min-width: 100%;
    min-width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 1s ease;
    transform: translateX(0%)
}

.reset_password_button {
    font-family: roboto;
    background-color: #C3EEB7;
    width: 85%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    border: none;
    outline: none;
    margin-top: 40px;
    cursor: pointer;
}
