
#central{
	background-color:  #0F2759;
    height: 100vh;
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

#background-login {
	width: 100%;
	height: 100%;
	margin-bottom: 40px;
}

#logo{
    height: 100%;
    width: 100%;
    margin-top: 0;
    position:  relative;
}

#content-form{
	background-color:  white;
}

#form-display{
	padding: 4% 10% 10% 10%;
}

.input-form-login{
	padding: 6% 6% 6% 17%;
}

#form{
	background-color:  white;
    height: 90vh;
    width: 35%;
    position:  absolute;
    right:  50px;
    margin-top: -2%;
    overflow-y: auto;
}
.panel-success{
    background: url("../images/login/background-button-blue.jpg") repeat-x;
    background-size: 10%;
    color: #ffffff;
    text-align: center;
}
#login-image{
	background: url(../images/login/background-login.jpg) no-repeat center;
    background-size: 90%;
    position: fixed;
    height: 100%;
}

#login-box{
	border: 1px solid #d1d2d3;
	background: #fff;
	margin: 30px auto 0 auto;
	height: 630px;
	margin-left: 50%;
	position: fixed;
}

div#logo {
	float: left;
}

.form-group{
	position: relative;
}

#instrucao-login{
	text-align: center;
    font-size: 21px;
    color: #949494;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 40px;
}

#login , .login-recuperar{
	background: url("../images/login/icon-usuario.png") no-repeat 12px center;
    background-size: 10%;
}

#senha{
	background: url("../images/login/icon-senha.png") no-repeat 12px center;
    background-size: 10%;
}

#icon-form-login{
	position: absolute;
    left: 5px;
    bottom: 10px;
    width: 13%;
    height: auto;
}

#icon-form-senha{
	position: absolute;
    left: 5px;
    bottom: 15px;
    width: 13%;
    height: auto;
}

#logo-selecionases {
	width: 80%;
    margin: 0 auto 25px;
}

#logo-estado{
	position: relative;
    left: 25%;
    height: 50px;
    margin-bottom: 10px;
}

.alert{
	margin-left: 0px !important;
    margin-top: 25px;
}

.btn-submit-login{
	background: url("../images/login/background-button-blue.jpg") repeat-x;
	height: 58px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 24px;
	border-radius: 0px;
}

@media screen and (max-width: 660px) {
  
  #background-login{
  	display:none;
  }
  
  #form{
    height: 112%;
    width: auto;
    position: absolute;
    right: auto;
    margin-top: -15%;
	}
	
   .body{
   	margin-top: 25px;
   }
  
}
