/*! Custom styles for this template */

body {
    display: table;
    height: 100%;
    min-height: 600px;
    position: absolute;
    width: 100%
}

.login {
    display: table-cell;
    vertical-align: middle
}
 
.login-body {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin-left: auto;
    margin-right: auto;
    max-width: 561px;
    padding: 48px;
}

.login-brand {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px
}

.login-heading {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 26px;
    text-align: center;
}

.login-footer {
    bottom: 0;
    font-size: 11px;
    color: #757575;
    position: absolute;
    text-align: center;
    width: 100%
}

.list-inline {
    text-align: center
}
.link-muted {
    color: #757575;
}

/*          SIGN UP         */

.signup {
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    margin-left: auto;
    margin-right: auto;
    max-width: 872px;
}

.signup-body {  
    padding: 18px 64px;
}

.signup-brand {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.signup-heading {
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 17px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 23px; 
}

.signup-footer {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center
}

.help-block.has-error {
    color: #d50000
}

@media (min-width:768px) {
    .signup-body { 
        margin-bottom: 18px;
        margin-top: 15px;
    }
}

.divider {
    display: block;
    margin: 20px 0;
    overflow: hidden;
    text-align: center
}

.divider-content {
    display: inline-block;
    padding: 0 15px;
    position: relative
}

.divider-content:after,
.divider-content:before {
    background-color: #e0e0e0;
    content: "";
    display: block;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 600px
}

.divider-content:before {
    right: 100%
}

.divider-content:after {
    left: 100%
}
