@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
body {
	background: url(../config/img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.test-environment
{
    top: 0px;
    height: 100vh;
    width: 100vw;
    background-image: url( '/img/icons/test.svg' ), url( '/config/img/bg.jpg' );
    background-attachment: fixed, fixed;
    background-size: 60px 60px, auto auto;
    background-position: -60px -60px, center center;
    background-repeat: repeat, no-repeat;
}
.login-form {
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	max-width: 460px;
}
.login-form > section {
	padding: 35px 35px 25px 35px;
	border-radius: 5px;
	border: 2px;
    border-color: #dcdcdc;
    background-color: #fff;
    border-style: solid;
    background-color: #fff;
}
.login-form a {
	color: #dcdcdc;
}
.login-form img {
	display: block;
	margin: 0 auto;
	margin-bottom: 55px;
}

form[role=login] {
	font: 14px;
	color: #333;
}
form[role=login] input.form-control::-webkit-input-placeholder
{
    color:#888;
}
form[role=login] input,
form[role=login] > button {
	font-size: 15px;
	padding: 10px 30px;
}
form[role=login] input {
	color: #333;
	background: rgba(180,180,180,.9);
	border: none;
	height: 2.6em;
	padding: 10px 40px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(150, 150, 150, .1);
	   -moz-box-shadow: inset 0 0 1px 1px rgba(150, 150, 150, .1);
			box-shadow: inset 0 0 1px 1px rgba(150, 150, 150, .1);
}
form[role=login] > div {
	margin: 30px 0;
	position: relative;
}
form[role=login] > button {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #0c56a9;
	border: 1px solid #0c4584;
}

.form-control + .glyphicon {
    position: absolute;
    left: 0;
	top: 14%;
    padding: 8px 0 0 17px;
	font-size: 15px;
	color: #757575;
}

.modal-backdrop
{
	height: 100vh;
}
