/*
	Modified by: Cyro Morais
	Version: 1.0

	Css rules only for the sign in page
*/

/* Columns */
.nmx__newtemplate .nmx-box {
	float: left;
	position: relative;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

/*
 *	Box Login
*/
.nmx__newtemplate #login {
	border-right: none;
	width: 320px;
	margin-right: 20px;
}

	#login .nmx-form--field__checkbox + .nmx-form--buttons__container {
		padding-top: 21px;
	}

/*
 *	Box Register
*/
.nmx__newtemplate #register {
	float: none;
	overflow: hidden;
}

	.nmx__newtemplate #register .nmx-form--buttons__container {
		padding-top: 23px;
	}

	.nmx__newtemplate #register a {
	  	color: #2980b9;
	  	text-decoration: none;
	}

	.nmx__newtemplate #register a:hover {
		color: #3498db;
  		text-decoration: underline;
	}

/* error messages */
.nmx__newtemplate div[class*="messageStack"] {
	margin-bottom: 0;
}

.nmx__newtemplate div[class*="messageStack"] + #login,
.nmx__newtemplate div[class*="messageStack"] + #login + #register {
	margin-top: 36px
}

.disclaimer {
  background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #31708f;
	padding: 10px 15px;
	font-size: 14px;
  margin-bottom: 21px;
}

@media only screen and (max-width: 767px) {
	
	.nmx__newtemplate .nmx-box {
		float: none;
		width: auto;
	}

	.nmx__newtemplate #login,
	.nmx__newtemplate #register {
		border: none;
		left: 0;
		padding: 0;
	}

	.nmx__newtemplate #login {
		margin-right: 0;
		width: auto;
	}

	.nmx__newtemplate #register {
		margin-top: 30px;
	}
	
}









