﻿/*login form*/
body#LoginForm {
    /*background-image: url("https://hdwallsource.com/img/2014/9/blur-26347-27038-hd-wallpapers.jpg");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0.625rem;
}

.main-div {

}

.form-heading {
    color: #fff;
}

.logo {    
    text-align:center;
    margin-top: 95px;
    margin-bottom:50px;
}

.panel h2 {
    color: #444444;
    margin: 0 0 0.625rem 0;
}

.panel p {
    color: #777777;
    margin-bottom: 1.875rem;
}


.signin-container {
    text-align: center;
}

.login-form {
    width: 30em;
    margin: auto;
    text-align: center;
}

.signin-form {
    width: 100%;
    text-align: center;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0.0625rem solid #d4d4d4;
    border-radius: 0.25rem;
}

.signin-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 0.0625rem solid #d4d4d4;
    border-radius: 0.25rem;
}

.login-form .form-group {
    margin-bottom: 0.625rem;
}

signin-form .form-group {
    margin-bottom: 0.625rem;
}

.login-form .btn.btn-primary {
    background: #f0ad4e none repeat scroll 0 0;
    border-color: #f0ad4e;
    color: #ffffff;
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0;
}

.signin-form .btn.btn-primary {
    background: #008000 none repeat scroll 0 0;
    border-color: #004b00;
    color: #ffffff;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    padding: 0;
}

.forgot a {
    color: #777777;
    text-decoration: underline;
}

.forgot {
    text-align: left;
    margin-bottom: 1.875rem;
}

.bottom-text {
    color: #ffffff;
    margin: auto;
}

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

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

.back {
    text-align: left;
    margin-top: 0.624rem;
}

    .back a {
        color: #444444;
        text-decoration: none;
    }
