body#LoginForm {
    background-image: radial-gradient(circle, #ffffff, rgb(240, 240, 240), #ffffff);
    background-size: cover;
    background-attachment: fixed;
    padding: 10px;
}

.c_bg {
    background-color: #85d8ff;
    height: 300px;
    width: 100%;
    top: 0%;
    left: 0%;
    position: fixed;
    z-index: 1;
}

.form-heading {
    color: #fff;
    font-size: 23px;
}

.panel h1 {
    color: #0276b9;
    font-weight: 800;
    font-size: 35px;
    margin: 0 0 8px 0;
}

.panel p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
}

.login-form {
    margin-top: 100px;
    width: 100%;
    z-index: 10;
    position: relative;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 40px -30px #555;
    margin-bottom: 30px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    padding: 20px;
    padding-bottom: 60px;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, .4);
    border-radius: 3px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form {
    text-align: center;
}

.forgot a {
    color: #777777;
    font-size: 14px;
    text-decoration: underline;
}

.login-form .btn.btn-primary {
    background-color: #0276b9;
    border: none;
    color: #f5f4f4;
    font-size: 18px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.login-form .btn.btn-primary:hover {
    background-color: #016faf;
}

.botto-text {
    color: #707070;
    font-size: 14px;
    margin: auto;
}

.login-form .btn.btn-primary.reset {
    background: #ff9900 none repeat scroll 0 0;
}

.back {
    text-align: left;
    margin-top: 10px;
}

.back a {
    color: #444444;
    font-size: 13px;
    text-decoration: none;
}

@media (max-width: 720px) {
    .main-div {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 2px;
        margin: 10px auto 30px;
        padding: 20px;
    }
    .login-form {
        margin-top: 15%;
        width: 100%;
    }
}

.download-btn {
    position: absolute;
    bottom: 4%;
    right: 4%;
}
