﻿body {
    background: #ecf0f5 !important;
    color: #868686;
    font-size: 15px;
}

hr {
    margin-top: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
				height: auto;
}

.btn-install {
    padding: 6px 35px;
    font-size: 22px;
    background-color: #367fa9;
    color: #ffffff;
}

.btn-install:hover {
    background-color: #2b7199;
    color: #ffffff;
}

.btn-default {
    border-radius: 0;
    padding: 7px 25px 6px;
    background: #ffffff;
    font-size: 16px;
}

.btn-default:hover {
    background-color: #f5f5f5;
    border-color: #dfdede;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-30 {
    margin-top: 30px;
}

.wrapper {
    width: 960px; 
    margin: 0 auto;
}

.logo-wrapper {
    background-color: #3c8dbc;
    padding: 25px;
}

.logo {
    background:url(images/logo.png) no-repeat 0 0 / 250px;
    height: 50px;
}

.language-selector {
    margin: 10px 0;
}

.content{
    background-color: #ffffff;
    padding: 20px;
}

.form-horizontal {
    padding: 0 60px;
}

.credentials {
    background: #eeeeee;
    padding: 22px 10px 7px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.content-footer {
    padding: 20px;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-errors ul{
    padding-left: 0;
    list-style: none;
}

.throbber-header {
    font-size: 145%;
}

.throbber {
    display: none;
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #5e7b8c;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .throbber .curtain-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .throbber .curtain-content div {
            text-align: center;
            padding: 250px;
            color: #FFF;
        }
/*custom*/
.logo
{
    background-size: 167px;
    height: 38px;
}
.logo-wrapper
{
    background: #ffffff;
    border-bottom: 1px solid #ddd !important;
}
.lang .language-selector option
{
    color: #495057;
}
.lang span
{
    color: #ffffff;
    width: 230px;
}
.form-horizontal
{
    padding: 0;
}
.content
{
    padding: 0;
}
.form-horizontal .card-header
{
    font-weight: 700;
    font-size: 20px;
    background: transparent;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
    color: #06076e;
}
.form-horizontal .card
{
    border: 0px;
    padding: 50px;
    margin: 0;
    border-radius: 0;
}
.form-horizontal .form-control,.language-selector
{
    background-color: rgba(6, 7, 110, 0.02);    
    border: 1px solid rgba(6, 7, 110, 0.1);
    font-size: 14px;
}
.form-horizontal .card-body
{
    padding: 0;
}
.form-horizontal .col-form-label
{   
    font-size: 14px;
    color: #495057;
}
.form-horizontal .form-check
{
    font-size: 13px;
}
.form-horizontal .form-check .form-check-label input
{
    display: none
}
.form-horizontal .form-check .form-check-label span
{
    width: 15px;
    height: 15px;
    border: 1px solid rgba(6,7,110,0.3);
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    display: inline-block;
}
.form-horizontal .form-check .form-check-label input:checked + span
{
    background: #06076e;
}
.form-horizontal .form-check .form-check-label span:before
{
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 5px;
    top: 2px;    
}
.form-horizontal .card + .card
{
    border-top: 1px solid #ddd !important;
}
.form-horizontal .credentials
{
    background: transparent;
    padding: 0;
}
.form-horizontal .form-control:focus,.language-selector:focus
{
    box-shadow: none;
    border-color: rgba(6, 7, 110, 0.2);
    background: #ffffff;
}
.logo-wrapper .tag-line b
{
    font-size: 18px;
    color: #31c2f7;
    text-align: right;
    width: 160px;
    display: inline-block;
    font-weight: 500;
}
.form-horizontal .btn-install
{
    background: #31c2f7;
    color: #ffffff;
    box-shadow: none;
}
.message-error ul
{
    margin: 0;
}
.message-error ul li:first-child
{
    padding-top: 50px;
}
.message-error ul li
{
    margin: 0;
    padding: 0 50px;
}