/**
 * Unicorn Admin Template
 * Diablo9983 -> diablo9983@gmail.com
**/
html, body {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
body {
         background-color: #00abe9;
         /* Full height */
    height: 100%; 
    width:100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#logo, #loginbox {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#logo {
    padding: 20px 0 0 5px;
}
#logo img {
    width: 215px;
    margin: 0 auto;
    display: block;
}
#loginbox {
	background: #ffffff;
    box-shadow: 0 0 4px #000000;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
    overflow: hidden !important;
    text-align: center;
    position: relative;  
    opacity: 0.9; 
}

#loginbox form{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#loginbox p {
    margin-top: 10px;
    padding: 0 20px;
}

#loginbox .form-actions {
	padding: 14px 20px 15px;
    margin-top:0;
}
#loginbox .form-actions .pull-left {
	margin-top: 2px;
}

#loginbox form#loginform {
	z-index: 200;
}

#loginbox form#recoverform {
	z-index: 100;
	opacity: 0;
    display:none;
}

#loginbox form#recoverform .form-actions {
    margin-top: 27px;
}

#loginbox form#recoverform .control-group {
	margin: 23px 0;
}

.form-vertical, .form-actions {
    margin-bottom: 0;
}

@media (max-width: 480px){
    #logo, #loginbox {
        width: 80%; 
    }    
    #loginbox{margin-top:40% !important;}
}
