﻿.login-image {
    background: url('../Images/slider-home.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #efeeef;
    clear: both;
    padding: 35px;
}

#mainLogin {
    border: none;
    width: 100%;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 50px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
        color: #00477f;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.validation-summary-valid {
    display: none;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 14px;
    padding: 0 22px;
    margin-right: 4px;
}

.forgot {
    background: transparent;
    border: 0;
    color: #483c5f;
    float: right;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mainLogin .col_full {
    margin-bottom: 0;
}

form, table {
    margin-bottom: 0 !important;
}

#logoImage {
    height: 150px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.logo-panel {
    background: #fff;
    border-bottom: 2px solid #ccc;
    box-shadow: 2px 2px 5px #eee;
    -moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    margin: 0 auto;
    max-width: 400px;
}

.panel-body {
    box-shadow: 2px 0 5px #eee;
    -moz-box-shadow: 2px 0 5px #eee;
    -webkit-box-shadow: 2px 0 5px #eee;
}

.not-registered {
    background: #483c5f;
    box-shadow: 2px 2px 5px #eee;
    -moz-box-shadow: 2px 2px 5px #eee;
    -webkit-box-shadow: 2px 2px 5px #eee;
    margin: 0 auto 20px;
    padding: 17px 0 20px 0;
    max-width: 400px;
    text-align: center;
}

.not-registered-btn {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

.panel {
    margin-bottom: 0 !important;
}
