.CAD_layout_form {
    margin: 120px auto 0;
    width: 70%;
}

#sec1 .CAD_layout_form h2, .CAD_layout_form h2 {
    padding: 7px 0;
		font-family: "Roboto Condensed";
		font-size: 30px;
    line-height: 45px;
    width: 100%;
    text-align: center;
		padding: 0;
		text-transform: uppercase;
}

#sec1 .CAD_layout_form.login_and_register h2, .CAD_layout_form.login_and_register h2 {
	padding: 7px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	min-height: 50px;
	width: 50%;
	padding: 0;
	float: right;
	background: #f0f0f0;
	color: #462B03;
	margin: 10px 0 10px 0;
	cursor: pointer;
	opacity: 0.7;
}


#sec1 .CAD_layout_form.login_and_register h2:hover, .CAD_layout_form.login_and_register h2:hover{
	color: #DD4A00;
}

#sec1 .CAD_layout_form.login_and_register h2:first-child, .CAD_layout_form.login_and_register h2:first-child {
	border-radius: 0 5px 5px 0 ;
}
#sec1 .CAD_layout_form.login_and_register h2:nth-child(2), .CAD_layout_form.login_and_register h2:nth-child(2) {
	border-radius: 5px 0 0 5px;
}
#sec1 .CAD_layout_form.login_and_register h2.active, .CAD_layout_form.login_and_register h2.active {
	opacity: 1;
}


.CAD_layout_form.login_and_register #CAD_login_form, .CAD_layout_form.login_and_register #CAD_lostpassword_form, #newpassword{
	display: none;
}

.CAD_layout_form p {
		color: white;
		font-size: 18px;
		line-height: 22px;
		text-align: center;
}

.CAD_layout_form p.info {
    font-size: 16px;
    line-height: 20px;
    margin-left: 35%;
    font-style: italic;
}


.CAD_layout_form p.bt_lostpassword, .CAD_layout_form p.bt_register_return {
    cursor: pointer;
}
.CAD_layout_form p.bt_lostpassword:hover, .CAD_layout_form p.bt_register_return:hover {
    text-decoration: underline;
}

.CAD_layout_form p b, .CAD_layout_form p strong {
	font-weight: 500;
}
.CAD_layout_form fieldset {
		padding: 20px 0 0 0;
}


.CAD_form label {
	font-family: "Roboto Condensed";
	font-size: 20px;
	display: block;
	float: left;
	width: 35%;
	text-align: right;
	padding: 5px 20px 0 0;
}
.CAD_form label i {
    font-size: 12px;
}
.CAD_form input[type="text"], .CAD_form input[type="password"],
.CAD_form input[type="email"] {
	font-size: 18px;
	padding: 4px 8px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	width: 65%;
	border-radius: 5px;
  padding: 9px;
	height: 32px;
}
.CAD_form input[type="text"]:focus, .CAD_form input[type="password"]:focus,
.CAD_form input[type="email"]:focus {
	border-color: #aaa;
}
#CAD_login_form input[type="text"], #CAD_login_form input[type="password"], #CAD_login_form input[type="email"]{
	margin-bottom: 8px;
}

.CAD_errors, #newpassword {
    background: #DD4A00;
		border-radius: 10px;
    line-height: 22px;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: normal;
		padding: 8px;
		text-align: center;
}

span.error, #newpassword span {
    font-size: 18px;
}

.CAD_form input[type="submit"]{
    background-color: #DD4A00;
    box-shadow: -2px 15px 10px 0px rgba(0, 0, 0, 0.5);
		border: 1px #d07a10;
		cursor: pointer;
		color: white;
		border-radius: 5px;
		font-size: 16px !important;
		margin: 10px 0 0 0;
    padding: 10px 20px 10px 20px !important;

}
.CAD_form p {
	text-align: center;
}
.CAD_form p.full-line {
	text-align: center;
  width: 100%;
  float: left;
}
.CAD_form p.full-line label {
    width: 65%;
    float: right;
    text-align: left;
}

input#CAD_user_Loged {
    float: left;
    width: 10%;
    margin: 10px 0 10px 25%;
}

div.CAD_confirmation_mess {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.5);
    padding: 4% 15% 0;
}

.CAD_confirmation_mess .content {
    background: #EFEFEF;
    padding: 40px;
    border-radius: 10px;
}
.CAD_confirmation_mess .content p {
		color: #462B03;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    text-shadow: none;
}

.CAD_confirmation_mess .content p em{
    text-align: right;
		display: block;
    margin: 10px 0 0 0;
}

.CAD_confirmation_mess .content p img {
    padding: 0;
    margin: 0;
    display: inline;
}

.CAD_confirmation_mess .close {
  float: right;
  font-size: 60px;
  line-height: 45px;
  margin: 40px 2px -40px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.CAD_confirmation_mess .close:hover {
	color: #f78d1d;
}

.CAD_confirmation_mess #qrcode {
	float: left;
	margin: 0 20px 40px 0;
	width: 26%;
	min-height: 250px;
}

@media only screen and (max-width: 1250px){
	#sec1 .CAD_layout_form.login_and_register h2, .CAD_layout_form.login_and_register h2 {
			font-size: 15px;
		}

}
@media only screen and (max-width: 1024px){
	.CAD_layout_form {
    margin: 120px auto 0;
    width: 100%;
	}

	.CAD_form input[type="text"], .CAD_form input[type="password"], .CAD_form input[type="email"]{
		margin-bottom: 0px;
		padding: 5px;
		height: 32px;
	}
	div.CAD_confirmation_mess {
			padding:6% 6% 0;
	}

}

@media only screen and (max-width: 900px){
	#sec1 .CAD_layout_form.login_and_register h2, .CAD_layout_form.login_and_register h2 {
		font-size: 17px;
		}

		.CAD_confirmation_mess .content p {
			font-size: 18px;
	    line-height: 20px;
		}
		.CAD_confirmation_mess #qrcode{
			min-height: 300px;
		}

}

@media only screen and (max-width: 800px){
	.CAD_confirmation_mess #qrcode {
		min-height: 0;
		width: 30%;
		margin : 0 20px 20px 0;
	}

 .page-id-7039 .fullscreen .CAD_form input[type="submit"]{
	    margin: 10px 0 0 -120px;
		}
	#fullscreen #sec1 .CAD_layout_form.login_and_register h2, #fullscreen .CAD_layout_form.login_and_register h2 {
		font-size: 16px;
		line-height: 24px;
		}
}



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

	.CAD_layout_form {
    margin: 120px auto 0;
    width: 100%;
	}
	.CAD_form label{
		font-size: 16px;
	}
	div.CAD_confirmation_mess {
	    padding:6% 6% 0;
	}
	.CAD_confirmation_mess .content p {
	  text-align: left;
		font-size: 16px;
    line-height: 18px;
	}
}

@media only screen and (max-width: 500px){
#fullscreen  #sec1 .CAD_layout_form.login_and_register h2, 	#fullscreen .CAD_layout_form.login_and_register h2 {
    font-size: 13px;
    line-height: 18px;
    margin: 10px 0 0;
    padding-top: 2%;
	}


}

@media only screen and (max-width: 480px){
	#fullscreen #sec1 .CAD_layout_form.login_and_register h2.login, #fullscreen  .CAD_layout_form.login_and_register h2.login,#fullscreen  #sec1 .CAD_layout_form.login_and_register h2.register, #fullscreen  .CAD_layout_form.login_and_register h2.register {
    background-image: none;
    padding: 3% 5px 0;
    min-height: 70px;
		}


    #sec1 .CAD_layout_form.login_and_register h2.register{
      border-right: 10px solid #DD4A00;
    }
    #sec1 .CAD_layout_form.login_and_register h2.login{
      border-left: 10px solid #DD4A00;
      min-height: 150px;
    }

    .CAD_form label {
        width: 100%;
        text-align: left;
    }
    .CAD_form input[type="text"], .CAD_form input[type="password"], .CAD_form input[type="email"] {
        width: 100%;
    }

    .page-id-7415 .fullscreen .CAD_errors, .page-id-7415 .fullscreen #newpassword{
      line-height: 20px;
      font-size: 17px;
    }
    .CAD_layout_form p {
      font-size: 16px;
      line-height: 20px;
    }
    .CAD_layout_form p.desc {
      margin: 10px 0;
      position: relative;
      display: inline-block;
    }
    .CAD_layout_form p.info {
      font-size: 14px;
      line-height: 18px;
      margin-left: 0;
    }

    span.error, #newpassword span {
        font-size: 15px;
    }

    .CAD_layout_form fieldset{
      padding: 0;
    }

}
