#popup_login{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 101 !important; /* Sit on top */
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.div_email_input .input_linia{
    border: 1px solid #c3c3c3;
}
#popup_login #popup_content_login{
    opacity: 0;
    height: auto;
    background: white;
    position: absolute;
    z-index: 92;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 30px 15px;
     width: 400px; 
    max-height: auto;
    overflow: hidden;
    
    transform: scale(0.1);
}
#popup_title_login{
    text-align: center;
    color: #005898;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro',sans-serif;
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
    
#popup_login #tancar_popup_login:before{
    text-align: center;
    content: "\00d7";
    font-size: 40px;
    color: #d3d3d3;
    width: 25px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
}

#popup_login #tancar_popup_login:hover:before,
#popup_login #tancar_popup_login:focus:before {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

#popup_content_login .social_log_in_directe{
    width:100%;
}

#popup_login_separador{
    display: flex;
    width: 100%;
    justify-content: center;
}
.separador_login{
    width: 44%;
    display: block;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 20px;
    margin-bottom: 20px;
}
.separador_o {
    width: 10%;
    text-align: center;
    font-size: 18px;
    margin-top: 7px;
}

.boto_atras_popup_login{
    margin-top: 10px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.3;
    transform: rotateZ(-90deg);
    width: 16px;
    float: left;
    position: absolute;
    left: 15px;
    top: 20px;
}
.error_email_login_area_client_error{
    display: none;
}
.div_email_input input{
    border: 1px solid #c3c3c3;
}

.div_email_input {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.label_input_text {
    position: absolute;
    background-color: white;
    left: 8px;
    top: 15px;
    font-size: 20px;
    padding: 0px 7px;
    opacity: 0;
    transition: 0.1s linear;
    pointer-events: none;
    color: #005898;
}
.input_linia {
    border: 1px solid #666;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
}
.input_linia.reminder_date {
    padding: 14px;
}
#popup_content_login .txt_submit {
    border: 2px solid #ea8027 !important;
    background-color: white;
    color: #ea8027 !important;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    height: 44px;
    padding-bottom: 5px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
    -webkit-appearance: none;
}

#popup_content_login .txt_submit:hover{
    border: 2px solid #ea8027 !important;
    background-color: #ea8027;
    color: white !important;
    
}
#popup_content_login .txt_submit_invers {
    border: 2px solid #ea8027 !important;
    background-color: #ea8027;
    color: white !important;
    text-shadow: none;
    border-radius: 25px;
    cursor: pointer;
    height: 44px;
    padding-bottom: 5px;
    font-weight: 600;
    width: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
    -webkit-appearance: none;
}

#popup_content_login .txt_submit_invers:hover{
    opacity: 0.7;
    
}
.login_area_client_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.form_login_area_client_content_alta{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#open_popup_login{
    cursor: pointer;
}

.nom_complert_login_area_client_error{
    display: none;
}
.password_login_area_client_error{
    display: none;
}
.password_login_area_client_repeat_error{
    display: none;
}

@media (max-width: 600px) {
    #popup_login #popup_content_login{
        width:87vw
    }
}

.label_input_text_focus_input {

    border-radius: 5px;
    top: -7px;
    font-size: 14px;
    padding: 0px 7px;
    opacity: 1;
}

input:focus::placeholder {
  color: transparent;
}
.login_area_client_content_content_password {
    display: flex;
    flex-direction: column;
    position:relative;
    width: 100%;
}

#email_login_area_client.input_linia_focus{
    box-shadow: none;
    outline: 2px solid #005898 !important;
}
#nom_complert_login_area_client:focus{
    box-shadow: none;
    outline: 2px solid #005898 !important;
}
#password_login_area_client:focus{
    box-shadow: none;
    outline: 2px solid #005898 !important;
}
#password_login_area_client_repeat:focus{
    box-shadow: none;
    outline: 2px solid #005898 !important;
}
#pass_hover_login:focus{
    box-shadow: none;
    outline: 2px solid #005898 !important;
}