body {
    background: url("../images/login-bg2.jpg") #073d56 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login-block {
    padding-top: 50px;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 550px;
}

.login-box {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 80px;
}

.login-form {
    padding: 30px;
    padding-top: 0px;
}

.login-logo {
    text-align: center;
    padding: 15px 0 10px;
    background: #fff;
}

    .login-logo img {
        border: 0;
        display: inline-block;
    }

.login-form form p {
    width: 80%;
    margin: 5px auto 10px;
    text-align: center;
}


.login-box hr {
    margin: 0px auto 20px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.login-form input {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    background: #fff;
    border: 0;
    color: #666;
    padding: 8px;
    border-radius: 30px;
    border: 1px solid #03F;
    outline: none;
}
/* Login Button */
.btn.btn-login {
    width: 100%;
    display: block;
    margin: 20px auto 10px;
    color: white;
    text-transform: uppercase;
    background: #01306d;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .btn.btn-login:hover {
        border: 1px solid #FFF;
        opacity: 0.8;
    }

.login-links a {
    color: #000;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: underline;
}

    .login-links a:hover {
        opacity: 1;
        text-decoration: none;
    }

label.checkbox {
    width: 70%;
    display: block;
    margin: 0 auto;
}

    label.checkbox input {
        width: 14px;
        margin: 4px 0 0;
        padding: 0;
        background: none;
        border: 0;
    }


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
        =================================================================== */
@media only screen and (max-width: 479px) {
    #login-block {
        padding-top: 10px;
        padding-bottom: 25px;
        margin: 0 auto;
        width: 300px;
    }
}

/* Tablet Portrait Size to Tablet Landscape Size (devices and browsers)
        =================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #login-block {
        margin: 0 auto;
        width: 420px;
        padding-top: 10px;
        padding-bottom: 25px;
    }
}


input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
