body, html{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.full-page-wrapper.wrapper{
	width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    margin-top: 0 ;
    padding: 25px 0;
}
.full-page-wrapper .inner-page{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}
.logo img{
	width: 350px;
}
.login-box{
    background: #fff !important;
    border-radius: 7px;
    box-shadow: 0px 1px 10px 1px #0000003d;
}
.btn-auth{
	background-color: #337ab7;
	border-color: #337ab7;
}
.btn-auth:hover, .btn-auth:active, .btn-auth:focus{
	background-color: #276396;
	border-color: #276396;
}
label{
	font-weight: normal;
}
.select_form{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 3px;
}
.wrap_login .form-control{
	border-radius: 3px;
}
.btn_login{
    background-color: #337ab7;
    border-color: #2e6da4;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
}
.btn_login:hover, .btn_login:active, .btn_login:focus{
	background-color: #2567a0;
    border-color: #204d74;
}
.wrap_login .control-label{
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0;
}
