﻿
.login {
    background: #f4f4f4;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 30px;
}

.container-fluid {
    max-width: 440px;
    margin-top: 200px;
}

a.forgetpass {
    color: #ff6a00;
    font-size: .95em;
    text-decoration: none;
}

a.forgetpass:hover {
    color: #FFAD1D;
}

.login-title {
    width: 416px;
    line-height: 43px;
    margin: 50px auto 20px;
    font-size: 19px;
    font-weight: 500;
    color: white;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background: #346BBD;
    border-radius: 3px;
    border-bottom: 2px solid #FFAD1D;
}

input {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-input {
    display: block;
    width: 100%;
    height: 38px;
    margin-top: 2px;
    font-weight: 500;
    background: none;
    background-color: #ffffff;
    padding: 8px 0;
    font-style: italic;
}

.login-input:focus {
    border-color: #FFAD1D;
    outline: 0;
}

:-moz-placeholder {
    color: #aaa;
    font-weight: 300;
}

::-moz-placeholder {
    color: #aaa;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #aaa;
    font-weight: 300;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.k-block, .k-widget {
     background: none !important; 
}

.field-validation-error {
    color: red;
    font-size: 14px;
}