
#page {
    width:100%;
    min-height:100vh;
}
#header {
    font-size: 1.4rem;
    box-shadow: 0 4px 4px #ccc;
    z-index: 2;
}
#btn-logout {
    font-size: 1.3rem;
}
.content {
    -webkit-flex-grow:1;
    flex-grow:1;
}
.footer {
    line-height: 40px;
    background-color: #040404;
    width: 100%;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 200;
}
#subfooter {
    padding: 4px 0;
    background-color: #58595b;
    font-size: 1.3rem;
    font-weight: 400;
}
#subfooter img {
    max-height: 40px;
}
#footer-copyright .footer-link {
    color: #fff;
    transition: color .3s;
}

#footer-copyright .footer-link:hover {
    color: #cf4f15
}

.container-small {
    width: 40%;
    margin: 0 auto;
}
.container-medium {
    width: 50%;
    margin: 0 auto;
}
@media (max-width:960px){
    .container-small, .container-medium {
        width: 100%;
    }
}
h1 {
    color: #cf4f15;
}
label {
    margin-bottom: .1rem;
    font-size: 1.1rem;
}
.shadow-btn{
    box-shadow: 3px 4px 4px #999;
}
form.well-form {
    background: #f1f1f1;
    border: 1px solid #ced4da;
}
#page-login h1 {
    margin: 15px auto 45px auto;
}
#forget-password {
    display: block;
    font-size: 1.3rem;
}

#page-confirm-deposit-pvi .success-check {
    color: #066799;
    font-size: 10rem;
    padding-bottom: 1.5rem;
}

#page-confirm-deposit-pvi .block-confirm {
    margin-bottom: 3rem;
}

.exception-block{
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    font-family: "Montserrat";
    color: #fff;
}

.exception-title {
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    margin-top: 50px;
}

@media (min-width:960px){
    .exception-title {
        font-size: 8rem;
    }
}

.exception-content {
    color: #fff;
    margin-top: 70px;
}

@media (min-width:960px){
    .exception-content {
        width: 50%;
    }
}

.exception-content ul {
    padding-left: 16px;
}

.exception-message {
    color: #fff;
}

.exception-link {
    color: #fff;
}

.exception-code{
    font-size: 4rem;
}

@media (min-width:960px){
    .exception-code{
        margin-top: 100px;
    }
}

#error403 {
    background-image: url("/images/error500.jpg");
}

#error404 {
    background-image: url("/images/error404.jpg");
}

#error500 {
    background-image: url("/images/error500.jpg");
}
