@CHARSET "UTF-8";

.progress-bar {
    color: #333;
} 

* {
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}

    .form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

body {
	background: url(../../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-form {
	margin-top: 30%;
}
.login-logo{
background:#7c1073;

}
.section-login{
background: #fafaf5;
padding:0px 10%;
    padding-bottom: 10px;

}
.sign-name{
background: transparent;
    border: none;
    box-shadow: none;
}
.user{
display: flex;
    margin: 24px 0px;
    background: #e1e1e1;
    padding: 5px 11px;
}

form[role=login] {
	color: #5d5d5d;
	background: ;
	height: 338px;
    background: #737070;
    box-shadow: 0px 0px 8px black;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	form[role=login] img {
		display: block;
		margin: 1% auto;
		  
		
	}
 	form[role=login] input,
	form[role=login] button {
		font-size: 18px;
		
	}
	form[role=login] > div {
		text-align: center;
	}
	
.form-links {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 50px;
}
	.form-links a {
		color: #fff;
	}

#forgot-bg{
background:#B1BDC2;
}
.forgot-max-height{
    height: 262px !important;
}
.err-msg{
	font-size: 18px;
	color: red;
}