﻿
/*.login {
    z-index: 1;
    margin-top: 10%;
}

    .login .darken {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        z-index: -1;
        background-image: url(Images/banner.jpg);
        background-position-x: 50%;
        background-position-y: 50%;
    }
.LoginPanel{
    width: auto;
    float:none;
}*/
.error {
    color: #ff3547 !important;
    display: block;
    text-align: left;
    font-size: 12px;
}

.Form {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    left: 50%;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1), 0 5px 5px 5px rgba(0,0,0,0.1), 0 5px 5px 5px rgba(0,0,0,0) !important;
    margin: auto;
}

.login-header {
    border-bottom: 4px solid red;
    padding: 0.1rem;
}

.login-content {
    padding: 1.6rem;
}

.FormItem {
    text-align: center;
    display: block;
}

.header {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.textbox::-webkit-input-placeholder {
    font-style: italic;
    font-size: 14px;
    color: black;
}

.textbox:empty {
    background: white;
}

.btn-login {
    color: white !important;
    margin: 10px 0 0 0;
    background-color: #E21A22;
}

.Form li {
    list-style-type: none;
}

.Form .link {
    font-weight: bold;
}

    .Form .link:hover {
    }

.Form .dnnCheckbox .mark {
    background: none;
}

.Form .message {
    color: red;
    margin-bottom: 5px;
    display: block;
}

label {
    color: black !important;
    font-size: 1rem !important;
    /*top: 0.3rem !important;*/
}

input {
    background-color: transparent !important;
    border: 1px solid black;
    color: red;
}

    input:placeholder-shown {
        color: red;
    }

.input-field {
    margin-bottom: 3rem !important;
}

::-webkit-input-placeholder { /* Chrome */
    color: red;
    transition: opacity 250ms ease-in-out;
}

:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
    color: red;
    transition: opacity 250ms ease-in-out;
}

:focus:-ms-input-placeholder {
    opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
    color: red;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus::-moz-placeholder {
    opacity: 0.5;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: red;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}

:focus:-moz-placeholder {
    opacity: 0.5;
}

.form-control {
    /*display: block !important;
    width: 100% !important;
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;*/
    color: #555 !important;
    /*background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    box-sizing: border-box !important;*/
}

.logo {
    display: block;
    text-align: center;
    width: 40%;
    margin: auto;
    padding: 8px;
}

.RadAjax {
    display: none !important;
}

.raColor {
    display: none;
}
