/* 
    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 ul {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#loginForm.popup-form-wraper li {
	width: 100%;
	max-width: 320px;
	justify-content: center;
	margin-bottom: 14px;
}

#loginForm.popup-form-wraper input:not(button) {
	width: 100%;
	height: 48px;
	padding: 10px 12px;
	font-size: 18px;
}

#loginForm.popup-form-wraper button:not(.icon) {
	height: 48px;
	padding: 12px 38px;
	font-size: 0.7em;
}

#loginForm input:not([type="button"]):hover,
#loginForm input:not([type="button"]):focus {
	border-color: transparent;
	box-shadow: none;
	color: #333;
}

.lost-2fa-device-form table {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
}

.lost-2fa-device-form input:not([type="button"]) {
	width: 100%;
}

.login-lost-2fa-popup .popup-wraper {
	width: calc(100% - 60px);
	max-width: 420px;
	min-width: 0;
}

.lost-2fa-device-form tr:hover,
.lost-2fa-device-form tr.no-hover,
.lost-2fa-device-form tr.no-hover:hover {
	background-color: transparent !important;
}

.lost-2fa-device-form td {
	border-bottom: none;
	padding: 8px 0;
}

.lost-2fa-device-form input:not([type="button"]):hover,
.lost-2fa-device-form input:not([type="button"]):focus {
	border-color: transparent;
	box-shadow: none;
	background-color: #ededed;
	color: #333;
}

.login-lost-2fa-row {
	margin-top: 8px;
	margin-bottom: 0;
}

.login-lost-2fa-link,
.login-lost-2fa-link:hover {
	font-size: 14px;
	color: var(--main-color);
	text-decoration: underline;
}

#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;
}