
.container-full {
    position: absolute;
    display: table-cell;
    width: 100%;
    height: 100%;
    margin-right: 0px !important;
}

.left {
    float: left;
    width: 67%;
    height: 100%;
    background-image: url(../../images/background.jpg);
    background-color: transparent;
    background-size: cover;
    background-position: center;
    vertical-align: bottom !important;
    color: #ffffff;
}

.right {
    float: right;
    width: 33%;
    height: 100%;
    left: 0;
}

.row {
    padding: 5px 10px 5px 25px !important;
    margin-right: 0px !important;
}

.top {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    font-size: 50px;
    font-weight: bold !important;
    color: #ffffff;
}

.bottom {
    color: #333333 !important;
    position: fixed;
    bottom: 0 !important;
}

.form-control {
    border: 1px solid #CCCCCC !important;
    border-radius: 0px !important;
}

.error {
    color: #CC0000 !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.btn-primary {
    align-self: center;
    width: 100%;
    padding: 14px 14px !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    border: none !important;
    background-color: #5B77A7 !important;
    color: #FFFFFF !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background-color: #333333 !important;
    }

.hidden {
    display: none !important;
}

#nprogress .bar {
    background: #FF5604 !important;
}

#nprogress .peg {
    box-shadow: 0 0 10px #FF5604, 0 0 5px #FFBB00;
}

#nprogress .spinner-icon {
    border-top-color: #FF5604;
    border-left-color: #FF5604;
}