﻿#loginForm {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0);
}
#LoginFormElement {
    background-color: inherit;
    width: 280px;
}
#loginForm .checkbox input {
    border: none;
    font-size: 20px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
}
#loginForm label[for="RememberMe"] {
    margin-left: 10px;
}
#loginForm input {
    border-radius: 0;
}
#loginForm a {
    color: #ffffff;
}
#loginForm .divUserName,
#loginForm .divPassword {
    position: relative;
}
#loginForm .divUserName input,
#loginForm .divPassword input {
    padding-left: 30px !important;    
}
#loginForm .divUserName:before {
    content: "\f007";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 10px;
    top: 6px;
    color: #096f9e;
    position: absolute;
}
#loginForm .divPassword:before {
    content: "\f023";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 10px;
    top: 6px;
    color: #969696;
    position: absolute;
}
#divForgotPassword a {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -10px;
}
#JumboTron {
    background-size: cover;
    background-position: left center;
    width: calc(100% - 480px);
    height: 100%;
    /*background-image : url(/_images/background/1.jpg);*/
    /*background-size: cover;
    background-position: left center;
    width: calc(100% - 480px);
    height: 100%;*/
}
