body {
	background-image:url(../../images/bg_login.png);
	background-position:bottom left; 
	background-repeat:no-repeat;
	font-family: 'Open Sans', sans-serif;
	
}

.mainbox {
	margin-top:10%;
	padding-bottom:15%
}
.mainbox .panel {
	background:#fff;
	-webkit-box-shadow: 0px -5px 28px 2px rgba(0,188,212,0.1);
	-moz-box-shadow: 0px -5px 28px 2px rgba(0,188,212,0.1);
	box-shadow: 0px -5px 28px 2px rgba(0,188,212,0.1);
    margin-bottom: 0;
}
.panel-body {
    padding: 15px 45px 25px 20px;
}
.panel-heading img { margin: 40px 0 0; max-width:80%;}
.logo {  max-width:300px; display:inline-block}
.panel-title {
	text-transform:uppercase;
	font-size:18px;
	color:#191919;
	font-weight:bold;
	border-bottom:1px solid #eceff1;
    padding-left: 60px;
    padding-bottom: 8px;
    margin-bottom: 15px;
	position:relative;
	font-family: 'Montserrat', sans-serif;
	padding-top:45px
}
.panel-title:after {
	content:'';
	height: 7px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position:absolute;
	left:60px;
	bottom:-4px;
	width: 66px;
}


.panel-heading { padding:0}
.input-group-addon {     vertical-align: bottom;
    background: transparent;
    border: 0; }
.input-group { margin-bottom:15px }
.input-group label { text-transform:uppercase; color:#00bcd4}
.form-control {
	border-color:#eeeeee;
	box-shadow:none;
}
.input-group .form-control:last-child {
	border-radius: 4px;
}
.form-control:focus { box-shadow:none; border-color:#00bcd4}


.mainbox .controls .btn {
    border: 2px solid transparent;
    font-size: inherit;
    background: none;
    cursor: pointer;
	padding: 10px 34px;
    display: inline-block;
    margin: 5px 25px 5px 45px;
    text-transform: uppercase;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.mainbox .bottom_links { float:left; width:100%; 
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; 
overflow:hidden}
.mainbox .bottom_links a { float:left; width:50%;     padding: 18px 0; text-align:center;}
.error {
	font-size: 12px;
	font-weight: 500;
	color: red;
	font-weight: 0;
	margin-left: 5px;
}

.red_custom_border {
	border: 1px solid red;
	border-radius: 4px !important;
}

.default_custom_border {
	border: 1px solid #eeeeee;
	border-radius: 3px;
}

/*.custom_move_top {*/
	/*!*padding: 32px 12px !important;*!*/
	/*!*font-size: 14px !important;*!*/
	/*!*font-weight: 400 !important;*!*/
	/*!*line-height: 1 !important;*!*/
	/*color: #555;*/
	/*text-align: center;*/
	/*!*background-color: #eee;*!*/
	/*!*border: 1px solid #ccc;*!*/
	/*border-radius: 4px;*/
/*}*/

.error_custom {
	font-size: 12px;
	font-weight: 500;
	color: red;
	font-weight: 0;
	margin-left: 5px;
}
@media (max-width: 767px) {
	.logo {
		max-width:80%;
	}
}