@import url("../fonts/Poppins/stylesheet.css");

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body{
	font-size:12px;
	color:#333;
	background:#3498db url(../images/login/login-bg.jpg) fixed center bottom;
	background-size: cover;
    font-family: 'PoppinsRegular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.font-light{
    font-family: 'PoppinsLight', sans-serif;
}
.font-regular{
    font-family: 'PoppinsRegular', sans-serif;
}
.font-medium{
    font-family: 'PoppinsMedium', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin:0;padding:0;
}
div[class*="col-"]{
	padding:0px;
}
#login-wrapper{
	background: #fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	width: 400px;
	padding:80px 30px 15px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	margin-top:30px;
}
#login-wrapper .logo{
	position: absolute;
	width: 130px;
	height: 130px;
	background: #eee;
	border:10px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	top:0;
	left:50%;
	transform:translate(-50%,-50%);
	text-align: center;
	line-height: 110px;
}
#login-wrapper .logo img{
	height: 80px;
	width: auto;
}
#login-wrapper .fa-bg{
	font-size: 500px;
	position: absolute;
	top:50%;left:50%;
	transform: translate(-50%,-50%);
	color:rgba(0,0,0,0.03);
	z-index: -1;
}
#login-wrapper h1{
	text-align: center;
    font-family: 'PoppinsLight', sans-serif;
    margin-bottom: 5px;
    font-size: 30px;
    color:#F8345D;
    /*color:lightblue;*/
}
#login-wrapper h3 {
    color: #F8345D;
    font-size: 17px;
    text-align: center;
    font-family: 'PoppinsLight', sans-serif;
    margin-bottom: 15px;
}
#login-wrapper h4{
	text-align: center;
    font-family: 'PoppinsLight', sans-serif;
    margin-bottom: 30px;
    font-size: 14px;
}
#login-wrapper form{
	padding:0 30px;
}
.input-bg{
	position: relative;
	/*background: #eee;*/
	padding:3px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.input-bg .fa{
	/*position: absolute;
	top:50%;left:15px;
	transform: translate(0,-50%);*/
	position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
}
.input-bg .form-control{
	padding-left: 40px;
	/*background: none!important;
	border:none!important;
	box-shadow: none!important;*/
	    /*margin-bottom: -9px;*/
}
.btn-submit{
	margin-top:30px;
	background: #F8345D;
	padding:6px 14px;
	font-size: 16px;
	color:#fff!important;
	border:none;
	border-bottom:3px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none!important;
}
.btn-submit:hover{
	opacity: .9;
}
.client-info{
	text-align: center;
	background: #eee;
	margin:15px -30px -30px;
	padding:15px 30px;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
.client-info h5{
	font-size: 12px;
	margin-bottom: 10px;
}
.client-info p{
	font-size:9px;
}
/*
.rightside .heading{
	text-align: center;
	color:#fff;
	padding:15px;
	margin-bottom: 15px;
	background: #c82729;
	overflow: hidden;
}
.rightside .heading h3{
	font-weight: 700;
	font-size:20px;
	text-transform: uppercase;
}
.login-container{
	margin:0 auto;
	margin-top:50px;
	width:700px;
	position: relative;
}
.logo-title{
	text-align: center;
	margin-bottom: 30px;
	color:#fff;
	font-weight: 100;
}
.login-container .box{
	background:#fff;
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}
.start-container{
	background:#fff;
	margin:0 auto;
	margin-top:100px;
	border-radius: 10px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	overflow: hidden;
	width:400px;
	padding:15px;
	text-align: center;
}
.start-container h1{
	color:rgba(0,0,0,0.5);
	margin:15px 0px 30px;
	font-weight: normal;
	font-size: 30px;
}
.btn-pane{
	margin-top:40px;
}
.login-image{
	background:#222;
	overflow: hidden;
	position: relative;
}
.login-image img{
	width: 100%;
}
.login-image h4.title{
	position: absolute;
	bottom: 0px;left:0px;right:0px;
	padding:30px;
	color:#fff;
	font-size:25px;
	text-align: center;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
    text-shadow:0px 1px 1px rgba(0,0,0,0.3);
}
.login-client{
	padding:15px;
	background: #c82729;
	color:#fff;
	overflow: hidden;
}
.client-logo{
	float: left;
	margin-right:15px;
}
.client-logo img{
	height: 80px;
	margin-left: 15px;
}
.login-client h2{
	font-size: 18px;
	font-weight: bold;
	margin-left: 80px;
}
.login-client p{
	font-size:10px;
	color:rgba(255,255,255,0.7);
	margin-left: 80px;
}
form{
	padding:15px;
}
.form-control{
	border-radius: 3px;
	border:1px solid transparent;
	background: #ddd;
	box-shadow:0px 0px 0px rgba(0,0,0,0)!important;
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0)!important;
}
.form-control:focus{
	border:1px solid #aaa!important;
}
.btn{
	box-shadow: 0px 1px 1px rgba(0,0,0,0.3)!important;
	border:1px solid rgba(0,0,0,0)!important;
	padding:10px;
}
.btn-signin{
	background:#c82729;
	color:#fff!important;
	font-weight: bold;
	font-size:18px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.2);
}
.btn-submit{
	background:#c6d300;
	font-weight: 700;
	color:#fff!important;
	cursor: pointer;
}
.btn-circle{
	width: 100px;
	height: 100px;
	display: inline-block;
	margin:0 auto;
	border-radius: 50em;
	font-size: 20px;
	font-weight: 100;
	border:none!important;
}
.input-bg{
	position: relative;
}
.input-bg .icon{
	position: absolute;
	top:7px;left:10px;
	font-size:20px;
	color:#485156;
}
.input-bg .form-control{
	padding-left: 35px;
}
.notice{
	margin:0 15px 5px;
	background: #485156;
	color:#fff;
	display: block;
	padding:10px;
	text-align: center;
	border-radius: 3px;
	position: relative;
}
.notice::before{
	content: "";
	border:10px solid transparent;
	border-top:10px solid #485156;
	position: absolute;
	bottom:-20px;left:30px;
}
.notice-error{
	background:#c0392b;
	margin:-5px;
	padding:10px;
	color:#fff;
	border-radius: 3px;
	position: relative;
}
.notice-error::before{
	content: "";
	border:8px solid transparent;
	border-top:8px solid #c0392b;
	position: absolute;
	bottom:-16px;left:27px;
}
.footer{
	padding:15px!important;
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow:0px 1px 2px rgba(0,0,0,0.5);
}
.modal{
    z-index: 9999!important;
    text-align: center;
}
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border:none!important;
    overflow: visible!important;
}
.modal-content{
    border-radius: 3px!important;
    -webkit-border-radius: 0px!important;
    border:none!important;
    padding:15px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1)!important;
}
.modal-header{
    margin:-1px 0 0;
    padding: 10px 15px;
    border:none;
}
.modal-header h4{
    margin:0;
}
.modal-header .close{
}
.modal-footer{
    padding:10px 15px;
    border:none;
    text-align: center;
}
.modal.zoom .modal-dialog{
    opacity: 0; transform: scale(.8);
    transition:all 200ms ease-out;
    overflow: auto;
}
.zoom.in .modal-dialog{
    opacity: 1; transform: scale(1);
    transition:all 200ms ease-out;
}
.modal .chosen-container{
    width: 100%!important;
}
.font-thin{
	font-weight: 300;
}
@media (max-width: 992px) {
	.login-container{
		margin:0px auto;
	}

}
@media (max-width: 768px) {
	.login-container{
		margin:50px auto 0px;
		width: 90%;
		background:none;
		box-shadow:0px 0px 0px rgba(0,0,0,0);
		border-radius: 0px;
	}
	.login-container::before{
		content: "";
		position: fixed;
		top:0px;left:0px;bottom:0px;right:0px;
		background:rgba(0,0,0,0.5);
		z-index: 0;
	}
	.login-container .box{
		background: none;
		box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}
	.start-container{
		width: 90%;
	}
	.login-image{
		background:none;
		margin-bottom: 30px;
	}
	.login-image h4.title{
		position: relative;
		color:#fff;
		padding:0px;margin:0px;
		background:none;
		height: 50px;line-height: 50px;
	}
	.login-image img{
		display: none;
	}
	.login-client{
		display: none;
	}
	.heading{
		display: none;
	}
	.footer{
		margin:0px;padding:0px;
	}
	.notice{
		margin-bottom: 15px;
	}
	.form-control{
		box-shadow: 0px 0px 0px rgba(0,0,0,0), inset 0px 0px 0px rgba(0,0,0,0)!important;
		-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0), inset 0px 0px 0px rgba(0,0,0,0)!important;
		border:none!important;
	}
	.col-sm-6{
		padding: 0px!important;
		margin-bottom: 10px;
	}
	.logo-title{
		position: relative;
	}
	.footer{
		position: relative;
	}
}
*/
