/************************************************************/
/*                  SIGNIN / SIGNOUT                        */
/************************************************************/
.sign_bg {
	background-color: #ddd;
	/*background: url('/img/header/2144.jpg') no-repeat top center;*/
	background: url('/img/header/laptop-4906312_1920.jpg') no-repeat top center;
	background-size: cover;
	display:block;
}
.sign_bg .innerpage {
	margin-bottom:0;
}
.sign{
	margin:0 auto 50px auto;
	background:rgba(255, 255, 255, 0.5);
	width:50vw;
	min-width: 700px;
	max-width:760px;
	/*background-image: url('/img/signup-modal-flare.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;*/
	box-shadow: 5px 5px 10px #a3a3a3;
	border-radius: 6px;
	border: 1px solid #9eb1a2;
}
.sign .description{
	background: linear-gradient(to right, transparent 0%, rgba(41, 45, 58, 0.06) calc(100% - 0.81px),    transparent calc(100% - 0.8px),    transparent calc(100% + 0.8px),    transparent calc(100% + 0.81px),    rgba(41, 45, 58, 0.06) 100%);
	width: 100%;
	position: relative;
}
.sign .description h3{
	text-align: center;
	line-height: 33px;
	height: 33px;
	color: #424e4d;
	font-size: 18px;
	padding-top: 5px;
	letter-spacing: 1px;
	font-weight:normal;
	margin:0;
}
.sign .description h4{
	text-align: center;
	line-height: 30px;
	height: 30px;
	color: #777777;
	font-size: 12px;
	font-weight: normal;
}
.sign .description p{
	text-align: left;
	line-height: 16px;
	color: #2B2B2B;
	font-size: 10px;
	font-weight: normal;
	padding: 18px 40px;
}
.sign .signup{
	/* margin: 16px 0px 27px 0px; */
	padding: 15px 0;
	background: linear-gradient(to right, transparent 0%, rgba(41, 45, 58, 0.06) calc(100% - 0.81px),    transparent calc(100% - 0.8px),    transparent calc(100% + 0.8px),    transparent calc(100% + 0.81px),    rgba(41, 45, 58, 0.06) 100%);
}
.sign .fb{
	float:left;
	width: 45%;
	box-sizing:border-box;
}
.sign .fb2 h5{
	margin-top: 35px;
	text-align:center;
	font-size: 15px;
	letter-spacing: 2px;
}
.sign .fb p{
	color: #616161;
	font-weight: normal;
	margin: 5px 0 20px 0;
	font-size: 15px;
	letter-spacing: 2px;
}
.sign .fb a.login{
	height: 21px;
	width: 55px;
	background: url('/img/login.png') no-repeat left top;
	display: block;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 11px;
	margin:auto;
}
.sign .fb a.login#cadastrese{
	width: 94px;
	padding-left: 15px;
	background: url('/img/cadastre-se.png') no-repeat left top;
}
a.facebook{
	height:14px;
	display:table;
	margin: 26px auto;
}
.sign .fb a.login:hover{
	background-position: left bottom !important;
}
.sign .cadastro{
	float:left;
	width:55%;
	padding:10px 0;
	background-color: rgba(51, 114, 135, 0.09);
	border-radius: 5px;
	box-sizing:border-box;
}
.sign .cadastro form{
	width: 80%;
	margin:auto;
}
.sign .cadastro h3{
	margin-top: 20px;
	margin-bottom:25px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #616161;
}
.sign h5{
	font-size: 13px;
	color:#616161;
	font-weight: normal;
}
.sign form input[type="submit"]{
	background: url('/img/registernow.png') no-repeat top;
	width: 131px;
	height: 37px;
	color: #fff;
	border: 0px ;
	cursor: pointer;
	margin-left: 75px;
	margin-top: 16px;
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	
	line-height: 37px;
	padding: 0;
}
.sign form input[type="submit"]:hover{
	background-position:bottom;
}
