/* 
    Created on : Jan 21, 2019, 1:44:19 PM
    Author     : angelo
*/

.login-wraper{
	width: 100%;
	max-width: 600px;
	padding: 0 30px;
	margin: 0 auto;
}

#loginForm.popup-form-wraper li > label:not(.label-right) {
	flex: 1 0 120px;
	max-width: 180px;
	margin: 0 20px 0 0;
	text-align: right;
	min-width: 0;
}

.logo{
	z-index: 3;
	width: auto;
	height: auto;
	margin-top: 5px;
	background-image:none;
}

div#cloudMessage {
	background-color: #e7e7e7;
	width: 550px;
	padding:8px;
	position: fixed;
	z-index: 400;
	display: none;
	top: 18%;
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
}

.popup-form-wraper img {
	display: none;
}

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

	#loginForm.popup-form-wraper li > label:not(.label-right) {

		text-align: left;
	}
}

.mt-1-5em {
	margin-top: 1.5em !important;
}

.mt-20 {
        margin-top: 20px !important;
}

.mt-8 {
	margin-top: 8px;
}