/* July 7  */
    /* Note: form#login is changed to .wcadre-form */
/* July 7 ends here */


#login_div{
    /*display: none;*/
    position: fixed;
    overflow: auto;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 14px;
}
.wcadre-form{
    display: none;
	position: relative;
    width: 100%;
    left: 50%;
    top: 10%;
    transform: translate(-50%,-10%);
}

.wcadre-form-login {
    /* July 7  */
    /*margin-top: 60px;
    width: 35% !important;
    margin: 60px auto 0;
    left: 33%;*/
    width: 80%;
    /* July 7 ends here */
}

/*July 7*/
.top-form-switcher{
    display: flex;
    text-align: center;
    background: #eeeeee;
    margin: 20px 0 10px 0px;
}
.top-form-switcher h2 {
    background: ##eeeeee;
    color: #000;
    font-weight: 400;
    margin: 0 0;
    padding: 8px;
	width:100%;
}
.top-form-switcher h2.active-tab {
    background: #000;
    color: #fff;
}

@media(max-width: 600px){
  #login_div
	{
		width:90%;
	}
    .wcadre-form{
        width: 90%;
    }
    .input-text.wcadre-50 {
        width: 45% !important;
    }
    .input-text.wcadre-100{
        width: 93% !important;
    }
    .wcadre-form-wrpr{
        padding: 20px 0 !important;
    }
}
.wcadre-form-login .wcadre-form-row {
    margin: 1.5em 0;
}
.wcadre-form-register{
    /*top: 5%;*/
    /*transform: translate(-50%, 0%);*/
    /*transform: translate(-50%, -50%);*/
}

.wcadre-form label{
    font-size: 0.7em;
}

/* July 7 ends here */

.ajax-auth h1, .ajax-auth h3{
    /* July 7  */
    font-weight: 600;
    /* July 7 ends here */
    color: #333333;    
	line-height: 1;
}

.ajax-auth h1{
    font-size: 40px;
    text-align: center;
    margin: 0 0 10px 0;
}

.ajax-auth input.input-text:focus{
    background-color: #FFF;
}

.ajax-auth label.error{
	display: none !important;
}

.ajax-auth input.error{
	border: 1px solid #FF0000 !important;
}

.ajax-auth input.submit_button{
    border-radius: 2px;
    padding: 9px 31px 9px 31px;
    width: auto;
}
.submit_button_ch {
    width: 100%;
    margin-top: 20px;
    /* July 7  */
    /*text-align: center;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* July 7 ends here */
}

.ajax-auth a.wcadre-close {
    position: absolute;
    border-radius: 50%;
    line-height: 0;
    /* July 7  */
    /*box-shadow: 0 0 4px black;
    color: #DCDCDC;
    background: #fff;*/
    right: 15px;
    top: 15px;
    /* July 7 ends here */
}

.ajax-auth p.status{
    text-align: center;
    margin: -15px 0 20px 0;
	font-weight: 600;
    display: none;
	color:#ff0000 !important;
}

.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #ccc;
    opacity: 0.8;
    position: fixed;
    z-index: 998;
}
.cancel{
	width:20px;
	height:20px;
}

.wcadre-popup-footer {
    text-align: center;
    display: block;
    margin: 10px 0 0;
    font-size: 16px;
}
a.wcadre-lost-pass {
    margin: 0 10px;
}

.wcadre-form-wrpr {
    font-size: 20px;
    /* July 7  */
    /*border: 1px solid #ccc;*/
    padding: 20px 30px;
    /* July 7 ends here */
    border-radius: 4px;
}
.wcadre-msg {
    text-align: center;
    font-size: 17px;
    /* July 7  */
    margin-bottom: 2em;
    /* July 7 ends here */
}
#register .input-text.wcadre-50 {
    width: 46%;
}
.input-text.wcadre-100 {
    width: 96%;
}
.ajax-auth input.input-text{
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    margin: 1.3%;
    font-size: 16px !important
}
form#login input.input-text{
    margin: 0%;
}
#wcadre-agree {
    margin: 0 1.5%;
}
span.wcadre-user-name {
    margin: 0 20px;
}