/* main layout */
.login{display:table; width:100%; justify-content:center; align-items:center;  background: #222 no-repeat center center; background-size:cover;}
.login .hero-body{display:table-cell!important; vertical-align:middle;}
.login-box{width:370px; margin:0 auto; background:url("../img/login_logo.png") no-repeat center center;}
.btn-login{background:#f0002b; color:#fff; height:56px; border:none; border-radius:30px; font-size:20px; font-family:"RobotoM";}
.btn-login:hover{color:#fff;}
.footer-login{position:absolute; left:0; right:0; bottom:0; width:100%; min-width:1280px; height:59px; line-height:59px; font-size:11px; text-align:center; color:#fff; background:#404040; font-family:'NotoM';}
.footer-login .copyright{opacity:.5;}

/* custom */
.card{background-color:transparent; box-shadow:inherit;}
.card-content{padding:0;}
.card-content h1.title{margin-bottom:30px;}
.control.has-icon > input{margin-bottom:18px; padding-left:88px; background:transparent; font-size:16px; border-radius:30px; height:56px; border-color:#fff; color:#fff;}
.control.has-icon > input::placeholder{color:#fff;}
.control.has-icon > i{position:absolute; top:20px; left:43px; color:#fff;}

.select-css {
	display: block !important;
	font-size: 15px;
	font-family: "RobotoM";
	font-weight: 500;
	color: #222;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	/**width: 100%;
	max-width: 100%;**/
	box-sizing: border-box;
	margin: 0;
	/**border: 0px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;**/
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('../img/select_arrow.png');
	background-repeat: no-repeat;
	background-position: right .2em top 50%, 0 0;
	background-size: .65em auto, 100%;
	border-color:transparent;
	outline:none;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #fff;
	outline:none;
}
.select-css:focus {
	border-color: #fff;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}