.login_box {
    background-color: white; 
    border: 0px solid; 
    border-radius: 15px; 
    padding: 50px;

    color: #666666;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
}

.login_box_submit {
    margin-top: 20px;
    background-color: #F5F5F5; 
    border: 0px solid; 
    border-radius: 15px; 
    padding: 20px;
    width: 60%;

    color: #666666;
    font-family: Source Sans Pro;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    font-size: 20px;
}

.login_box_title {
    width: 100%; 
    text-align: center;
    margin-bottom: 50px;

    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.form_text_input::placeholder {
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    font-size: 16px;
}

.form_text_input {
    border: 0px;
    border-bottom: 2px solid #FACAB2;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.38px;
    font-size: 16px;
    outline: none !important;
    border-radius: 1px;
}

.form_text_input:focus {
    border: 0px;
    border-bottom: 2px solid #f08d5c;
    border-radius: 1px;
}

.url-link-register {
    text-decoration: underline;
    color: #666666;
    font-weight: 600;
}

.url-link-forgot-password {
    text-decoration: underline;
    color: #666666;
    font-weight: 600;
}