body {
	background-color: #404040;
	text-align: center;
}
.container {
	margin: 90px auto 0px;
    width: 450px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.container.default {
	width: 450px;
}
.container.rfid {
	width: 450px;
}
.container.selector {
	width: 750px;
}
.container .body {
	display: none;
}
.container.selector .selecteduser {
	display: none;
}
.container.default .body.default {
	display: block;
}
.container.selector .body.selector {
	display: block;
}
.container.rfid .body.listener {
	display: block;
	text-align: center;
}
.container.selector .selecteduser.active {
	display: block;
}
.container.selector .selecteduser .password {
	padding-top: 100px;
}
.container.selector .userlist {
	display: block;
	overflow: hidden;
	width: 100%
	margin-right: -15px;
    margin-left: -15px;
    padding: 0px 10px;
}
.container.selector .userlist.off {
	display: none;
}
.loginform {
	width: 100%;
	margin-top: 50px;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.loginform .header {
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	color: #32c5d2 !important;
}
.loginform .body {
	margin: 10px 35px;
	text-align: left;
	font-family: "Open Sans", sans-serif;
}
.loginform .footer{
	display: block;
    background-color: #6c7a8d;
    text-align: center;
    padding: 20px 35px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -ms-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
.loginform .form-control {
	box-shadow: none!important;
	outline: 0!important;
}
.loginform .control-label {
	display: none;
}
.loginform .form-control {
    border: none;
    height: 40px;
    background-color: #dde3ec;
    color: #8290a3;
    font-family: "Open Sans", sans-serif;
}
.loginform .form-control.bs-select .selectpicker .filter-option  {
	height: 26px;
	padding-top: 3px
}
.loginform .form-control:focus {
    background-color: #B9CAE3;
}
.loginform .form-control::-moz-placeholder {
    color: #8290a3;
    opacity: 1
}
.loginform .form-control:-ms-input-placeholder {
    color: #8290a3
}
.loginform .form-control::-webkit-input-placeholder {
    color: #8290a3
}
.loginform .form-actions {
	margin: 40px 0px 20px 0px;
}
label {
	color: #8290a3;
	font-weight: normal;
}
.loginform .form-group.userselect.off {
	display: none!important;
}
.loginform .avatar {
	display: block;
	float: left;
	clear: none;
	padding: 10px;
	cursor: pointer;
	width: 130px;
	height: 160px;
	background-color: #ffffff;
	z-index: 100;
}
.loginform .avatar.active {
	width: 250px;
	height: 280px;
}
.loginform .avatar.off {
	display: none;
}
.loginform .avatar img {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
    height: 110px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.loginform .avatar.active img {
	height: 220px;
}
.loginform .avatar span {
	display: block;
	float: left;
	clear: both;
	width: 110px;
	text-align: center;
	text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.loginform .avatar.active span{
	width: 220px;
	font-size: 18px;
	font-weight: bold;
}
.loginform .form-actions .btn {
    margin-top: 1px;
    font-weight: 600;
    padding: 10px 20px!important;
    color: #fff;
    background-color: #e7505a;
    border-color: #e7505a;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}
.loginform .form-actions .btn.focus, .loginform .form-actions .btn:focus, .loginform .form-actions .btn:hover {
	text-decoration: none;
	background-color: #e12330;
    border-color: #a1161f;
}
.loginform .form-actions .btn:focus {
	box-shadow: none!important;
	outline: 0!important;
}
.loginform .listener {
	cursor: pointer;
}
.loginform .listener .fa {
	font-size: 130px;
	color: #c3cedd;
	text-align: center;
	border: 2px solid #c3cedd;
	padding: 10px;
	height: 200px;
	width: 200px;
	line-height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
}
.loginform .listener .fa.active {
	color: #D91E18;
}
.checkbox {
	display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: -5px
}
.checkbox input {
	position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0)
}
.checkbox span {
	border: 1px solid #d9d9d9;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: 0 0
}
.checkbox>span:after {
	content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #888;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}
.checkbox>input:checked~span:after {
	display: block;
}
.checkbox:hover>input:not([disabled])~span,
.checkbox>input:focus~span {
    background: #d9d9d9;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.checkbox:hover>input:not([disabled]):checked~span,
.checkbox>input:checked~span {
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #d9d9d9
}
.checkbox:hover>input:not([disabled]):checked~span,
.checkbox:hover>input:not([disabled])~span,
.checkbox>input:checked~span,
.checkbox>input:focus~span,
.checkbox>span{
	border: 1px solid #d9d9d9;
    background: 0 0
}
.loginform .footer{
	text-align: right;
	
}
.loginform .footer .fa{
	text-align:center;
	font-size: 19px;
	line-height: 24px;
	color: #c3cedd;
	text-decoration: none;
	font-weight: normal;
	border: 2px solid #c3cedd;
	padding: 10px;
	height: 44px;
	width: 44px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
}
.loginform .footer .fa:hover {
	color: #A8B8CD;
	border-color: #A8B8CD;
}
.loginform .footer a.active .fa{
	color: #32c5d2 ;
	border: 2px solid #32c5d2 ;
}
.copyright {
	text-align: center;
	padding-top: 5px;
	color: #7a8ca5;
}
.copyright a {
	color: #7a8ca5;
	text-decoration: none;
}
.copyright a:hover {
	color: #8FAFC2;
}

@media (max-width: 768px){
	.container {
	    margin: 20px auto 0px;
	    width: 310px;
	}
	.container.default {
		width: 310px;
	}
	.container.rfid {
		width: 310px;
	}
	.container.selector {
		width: 310px;
	}
	.loginform .body {
		margin: 10px 20px;
	}
	.form-group {
		margin-bottom: 10px;
	}
	.form-group.visible-xs {
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-group.password, .form-group.userselect {
		margin-bottom: 20px;
	}
	.form-group.selecteduser {
		margin-bottom: 0px;
	}
	.loginform .form-actions {
		text-align: center;
		margin-top: 0px;
	}
	.loginform .form-actions .btn {
		width: 100%;
	}
	.loginform .body .alert {
		display: none;
	}
	.loginform .avatar {
		width: 125px;
		text-align: center;
	}
	.loginform .avatar img {
	    height: 105px;
	}
	.container.selector .selecteduser .password {
		padding-top: 0px;
	}
}
