/**
 * Unicorn Admin Template
 * Diablo9983 -> diablo9983@gmail.com
**/
html, body {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
body {
    background: url("/Content/images/awards-blue-bg.png") no-repeat;
    /* 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, #loginbox1 {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#logo {
    padding: 20px 0 0 5px;
}
#logo img {
    width: 215px;
    margin: 0 auto;
    display: block;
}
#loginbox, #loginbox1 {
    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, #loginbox1 form{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    #loginbox p, #loginbox1 p {
        margin-top: 10px;
        padding: 0 20px;
    }

    #loginbox .form-actions, #loginbox1 .form-actions {
        padding: 14px 20px 15px;
        margin-top: 0;
    }
        #loginbox .form-actions .pull-left, #loginbox1 .form-actions .pull-left {
            margin-top: 2px;
        }

    #loginbox form#loginform, #loginbox1 form#loginform {
        z-index: 200;
    }

    #loginbox form#recoverform, #loginbox1 form#recoverform {
        z-index: 100;
        opacity: 0;
        display: none;
    }

        #loginbox form#recoverform .form-actions, #loginbox1 form#recoverform .form-actions {
            margin-top: 27px;
        }

        #loginbox form#recoverform .control-group, #loginbox1 form#recoverform .control-group {
            margin: 23px 0;
        }

.form-vertical, .form-actions {
    margin-bottom: 0;
}

@media (max-width: 480px){
    #logo, #loginbox, #loginbox1 {
        width: 80%;
    }
    #loginbox, #loginbox1 {
        margin-top: 40% !important;
    }
}
