/* =============================================

			Popup Login & register				

============================================= */

.login_overlay {

    height: 100%;

    width: 100%;

    background-color: rgba(246,246,246,0.8);

    position: fixed;

    z-index: 998;

}

#login {

    margin-top: -165px;

}

#register {

    margin-top: -270px;

}

.ajax-auth {

    display: none;

    z-index: 9898556;

    position: fixed;

    top: 50%;

    left: 50%;

    max-width: 355px;

    width: 100%;

    margin-left: -175px;

    padding: 40px 25px 25px 25px;

    background: rgb(103,58,124);
background: linear-gradient(90deg, rgba(103,58,124,1) 0%, rgba(124,90,141,1) 50%, rgba(103,58,124,1) 100%);

	border: 1px solid #5b256d;

    box-shadow: 0 0 6px rgb(0 0 0 / 20%);

    /* font-family: "HacenTunisia", arial; */

    font-weight: normal;

    color: #ffffff;

    border-radius: 10px 10px;
    text-align: left;

}

.ajax-auth a.close {

    position: absolute;

    right: 15px;

    top: 15px;

    font-size: 17px;

    color: #b480b8;

}

.ajax-auth a.text-link {

    float: right;

    margin: 8px 0 0 25px;
    color: #ffffff7a;

}

.ajax-auth p {

    margin: 0;

    position: relative;

    margin: 0 0 20px 0;

    text-align: left;

}

.ajax-auth h1 {

    font-size: 27px;

    margin: 0;

    padding: 17px 0;

    color: #b08a60;

    font-weight: 600;

}

.ajax-auth h1, .ajax-auth h3 {

    font-weight: 300;

    line-height: 1;

    text-align: center !important;

}

.ajax-auth .required {

    color: #c0392b;

    padding: 0 5px 0 5px;

    font-size: 10px;

}

.ajax-auth label {

    font-weight: 300;

}

p.err, p.sign_err {

    color: #c0392b;

}

p.success, p.sign_success {

    color: #3bc02b;

}

p.status {

    text-align: center;

    margin: 5px 0 20px 0;

    font-weight: 400;

    display: none;

    font-size: 15px;

    /* color: #c0392b; */

}



.ajax-auth .agree-to-terms {

    padding-top: 8px;

}

.ajax-auth label.checkbox-label {

    cursor: pointer;

    padding: 0px 30px;

    margin: 0;

    position: relative;

    height: 16px;

    line-height: 16px;

	text-align: left; /*TenneT_DIR : left*/
    direction: ltr;

}

form.validateForm label.error, label.error {

    color: #c0392b;

    font-style: italic;

    display: inline-block; /* TenneT inherit;*/

    direction: ltr;

    font-size: 12px;

    padding-left: 3px;

}

.error {

    color: #c0392b;

    display: inline-block;

    font-size: 13px;

}

input.error {

    border: 1px dotted #c0392b;

}

.ajax-auth label {

	text-align: right; /*TenneT_DIR : left*/

}



.ajax-auth input[type="checkbox"] {

    position: absolute;

	width: 16px;

	height: 16px;

	left: 1px; /*TenneT_DIR : left*/

	top: 9px;

}



input[type="checkbox"], input[type="radio"] {

    padding: 0;

    margin: 0;

    line-height: 1;

    height: auto;

}

