html {
    height: 100%;
}
body {
    background: #00152e;
}

#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
	margin-bottom: 1em;
}

h2{
    color:#444444;
    margin:0 0 1em 0;
    text-align: center;
}

.panel p {
    color:#777777;
    margin-bottom:30px;
    line-height:24px;
}


.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.main-div {
    background-color: rgba(255, 255, 255, 0.9)!important;
    border-radius: 2px;
    margin: 10px auto 30px;
    padding: 50px 70px 70px 71px;

}

.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 {

    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.forgot {
    text-align: left; margin-bottom:30px;
}

.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;}


.footer-ext {
	position: absolute;
	bottom: 6rem;
	width: 100%;

}
