a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}


#page_container {
    font-family: "Montserrat";
    font-size: 14px;
    color: #414141;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 61px;
    bottom: 0px;
    left: 0px;
    right: 0px;

}

.slogan {
    font-size: 20px;
    font-weight: 500;
}

.enter_user_phrase {
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}

.input_contianer {
    text-align: left;
}

.pass_container {
    position: relative;
}

.eye_icon {
    position: absolute;
    right: 15px;
    top: 35px;
    font-size: 16px;
}

.eye_icon:hover {
    color: #00008f;
}

.input_title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
}

input {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #6D6D6D;
    padding: 10px 12px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #DDD;
    outline: none;
}

input:focus,
input:hover {
    border-color: #414141;
}

.button {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}

.button.recover {
    font-size: 14px;
}


#login_button {
    background-color: #414141;
    color: white;
}

.message_error {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #c90000;
}

.recover_pass_text {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.recover_pass_text:hover {
    color: #161616;
}

#fotgot_pass_section {
    text-align: center;
    margin-top: 86px;
}

.forgot_password_card {
    background-color: white;
    box-shadow: 0 2px 4px #00000040;
    border-radius: 8px;
    width: 500px;
    margin: auto;
    margin-top: 23px;
    padding: 64px;
}

.forgot_pass_title {
    margin-bottom: 12px;
    color: #6769d8;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 12px;
}

.forgot-pass_form-supportive {
    color: #414141;
    font-weight: 400;
    font-size: 16px;
}

#recover_pass_button {
    background-color: #6769d8;
    color: white;
}

#recover_pass_button:hover {
    background-color: #484bce;
}

#revover_pass_loading_icon {
    margin-left: 6px;
}

#recover_pass_cancel_button, #goback_to_app_cancel_button{
    color: #6769d8;
    transition: background-color 500ms;
}

#recover_pass_cancel_button:hover, #goback_to_app_cancel_button:hover{
    background-color: #e1e2f7;
}

#email_sent_text {
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (max-width: 1100px) {

    #notebook_image {
        display: none;
    }

}

@media only screen and (max-width: 600px) {
    .forgot_password_card {
        width: auto;
        padding: 24px;
    }
}