html {
    min-height:100%;
    height:100%;
}
body{
    display: flex;
    flex-direction: column;
    min-height:100%;
    background: #fff;
}
#logo {
    background: url("../img/ep-horizontal-logo.png") no-repeat center center transparent;
    height: 50px !important;
    width: 218px;
    margin-top: 15px !important;
    text-indent: -10000px;
    background-size: cover;
}

#login #main {
    background-size:cover;
    background-image:-webkit-linear-gradient(#002e5b 39%, #004990 100%, #fff 100%);
    background-image:-moz-linear-gradient(#002e5b 39%, #004990 100%, #fff 100%);
    background-image:-o-linear-gradient(#002e5b 39%, #004990 100%, #fff 100%);
    background-image:-ms-linear-gradient(#002e5b 39%, #004990 100%, #fff 100%);
    background-image:linear-gradient(#002e5b 39%, #004990 100%, #fff 100%);
}
.login-header-big,
#login h4.paragraph-header {
    color: #fff;
    text-shadow: 0 1px 1px black;
}
#login h5.about-heading,
#login h5.about-heading + p {
    color: #f5f5f5
}
#login h5.about-heading + p a {
    color: #f5f5f5;
    text-decoration: underline
}
#login #header {
    margin-bottom: 0 !important;
}
#login .hero {
    background: none;
}
#login .hero {
    height: auto;
    margin-bottom: 51px;
}
#login div {
    color: #fff;
}
.client-form ul li {
    margin-left: 7%;
}
.client-form .alert {
    margin-bottom: 0;
}
.left-login h1 {
    color: #fff;
    font-weight: bold;
}
.left-login h2 {
    color: #fff;
}

#register-logos {
    margin-top: 7px;
    opacity: 0.7;
    max-width:801px;
}
#register-logos p {
    margin-top: 5px;
}
#register-logos p small {
    display: block;
    line-height: 1.3em !important;
}
#register-logos img {
    margin: 7px 30px 0 0;
}

.left-login ul li {
    list-style-type: none;
    color: #FFF;
    font-size: 19px;
    text-shadow: 0 1px 1px black;
    margin-bottom: 9px;
}
#login .container {
    width: 100%
}
#login .well {
    margin: 0 auto;
    max-width: 400px;
}
#price-well{
    max-width: none !important;
    padding: 0 0 16px;
}
.icon-left-padded{
    padding:0 46px;
    position:relative;
    border: 1px solid transparent;
}

.icon-left-padded .icon-container{
    left: 0;
    position: absolute;
    top: 12px;
    font-size:1.7em;
}

.icon-left-padded h3{
    margin: 20px 0 9px;
}

.register-features .col-lg-6{
    width: calc(50% - 16px);
}

.page-header-feature-alt {
    background: #f2f2f2 none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}
#register-well{
    max-width: 801px !important;
}
.blue-default *, .blue-default{
    color:#08c !important;
}
.txt-green-default *, .txt-green-default{
    color:#46a41c !important;
}
.register-features *{
    color:#111
}

.register-features + .copyright{
    margin-top:71px;
}
#register-form header{
   display: table;
   padding: 15px 2%;
   width: 96%;
}
#register-form .well{
    max-width:none;
}
#register-form div{
    color:#999
}
#reset-password-form div{
    color:#999
}
meter {
    margin: 0 auto 1em;
    width: 100%;
    height: 0.8em;
    border-radius: 0.5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}
meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
}
/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: green; }

form label input {
    height: 33px !important;
}
form .btn i {
    visibility: hidden
}
form .btn i.fa-send,
form .btn i.fa-refresh {
    visibility: visible
}
form .btn.submitted i:first-child {
    visibility: visible
}

.bg-white{
    background: #FFFFFF;
}
#register-form .alert-danger{color:#FFFFFF;}
#reset-password-form .alert-danger{color:#FFFFFF;}
#extr-page #header{min-height:71px}

.dashboard-copyright .copyright {
    color:#111;
}

.input__pass {
    position: relative;
}

#password_toggle,
#confirm_password_toggle {
    position: absolute !important;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 14px;
    color: #A2A2A2;
}

#password-expiration .well p {
    color: #111;
    padding: 10px 5px;
    font-size: 1.1em;
}
