/**
 * Unicorn Admin Template
 * Diablo9983 -> diablo9983@gmail.com
**/
html, body {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
body {

  background: -webkit-linear-gradient(90deg, #232526 10%, #414345 90%); /* Chrome 10+, Saf5.1+ */
  background:    -moz-linear-gradient(90deg, #232526 10%, #414345 90%); /* FF3.6+ */
  background:     -ms-linear-gradient(90deg, #232526 10%, #414345 90%); /* IE10 */
  background:      -o-linear-gradient(90deg, #232526 10%, #414345 90%); /* Opera 11.10+ */
  background:         linear-gradient(90deg, #232526 10%, #414345 90%); /* W3C */
        
    padding: 0;
    margin: 0;
}

#recovery-success {
	width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#logo, #loginbox, #recoverybox {
    width: 430px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#logo {
    padding: 20px 0 20px 5px;
}

#logo img {
    width: 250px;
    margin: 0 auto;
    display: block;
}

#loginbox {
    min-height: 305px;
    background: #ffffff;
    box-shadow: 0 0 4px #000000;
    border-radius: 7px;
    overflow: hidden !important;
    position: relative;
    height: auto;
}

#recoverybox {
	min-height: 130px;
	background: #ffffff;
    box-shadow: 0 0 4px #000000;
    border-radius: 7px;
    overflow: hidden !important;
    position: relative;   
    height: auto;
}

#loginform .help-block {
	display: none;
}

#loginbox form, #recoverybox form{
	width:100%;
	height:100%;	
	position:absolute;
	top:0;
	left:0;
	
}

#loginbox p, #recoverybox p {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
}

#loginbox .form-actions, #recoverybox .form-actions  {
	margin: 20px 0 0 0;
}
#loginbox .form-actions .pull-left,  #recoverybox .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: 0;
}

.form-vertical, .form-actions {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 27px;
    width: 91%;
}

@media (max-width: 480px){
    #logo, #loginbox {
        width: 80%; 
    }    
}

.required {
	display: none;
}

#loginbox .form-vertical{
	text-align: center;
}


