/*@CHARSET "ISO-8859-1";*/


.form-login {
	width: 185px;
	height: auto;
	background-color: hsla(0,0%,100%,0.30);
    /*border: 1px solid;*/
    border-radius: 12px;
	padding: 5px;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 15px;
}
select#language {
    width: 100px;
    float: right;
}
#resetUserAndPass {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 10px;
}

.form-login div label{
	float: left;
	width: 65px;
	}

.form-login div{
	padding: 3px;
}

.form-login label{
	padding: 3px;
	text-align: right;
	text-align: left;
	color: white;
}
	
::placeholder {
	color: white;
	}
	:-ms-input-placeholder {
		color: #ffffff;
		} /* IE 10+ */
	::-webkit-input-placeholder {
		color: #ffffff;
		} /* WebKit */
	::-moz-placeholder {
		color: #ffffff;
		} /* Firefox 19+ */
	.form-login input, .form-login select, .form-login button {
	font-family: Montserrat, sans-serif;
	font-weight: 420;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	height:30px;
	width: 96%;
	background-color: hsla(0,0%,0%,0.20);
	-webkit-box-shadow: inset 0px 2px 1px 0 hsla(0,0%,0%,0.30),inset 0px -2px 1px 0 hsla(0,0%,100%,0.30);
	border: 0 solid #ffffff;
	border-radius: 4px;
	box-shadow: inset 0px 2px 1px 0 hsla(0,0%,0%,0.30),inset 0px -2px 1px 0 hsla(0,0%,100%,0.30);
	text-shadow: 1px 1px 2px hsla(0,0%,0%,1.00);
	color: #ffffff;
}
.submit-input{
	height: 35px;
	width:100%
}

#submit-button {
	cursor: pointer;
    width: 178px;
    float: left;
}

#invalid-user, #invalid-domain {
	display:none;
	color: red
}

#change-div a label{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#resetUserAndPass:link, #resetUserAndPass:visited {
    color: black;
    text-decoration: none;
}

#resetUserAndPass:hover {
    color: #2273c7;
    cursor: pointer;
		text-decoration: underline;
}
#es-op, #en-op, #pt-op {
	color: black;
}
