body {
    background-color: #daecf4 !important;
    color: #6b6b6b;
    font-family: tahoma;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}

#loginArea {
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.login{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    width: 450px;
    height: 270px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 6px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 #fff;
}

.login_table {
    font-size: 10pt;
    position: static;
}

.login_table tr td.key {
  font-weight: bold;
  text-align: right; }

label {
  font-size: x-small;
  font-weight: bold;
  vertical-align: middle; }

input[type="checkbox"] {
  border: 0 solid white;
  vertical-align: middle; }

#m_txtLogin, #m_txtPassword {
  border: medium none !important;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 #7f7f7f inset;
  color: #6b6b6b;
  height: 24px;
  padding-left: 5px; }
#contentArea {
    float: right;
    overflow: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#ad-content {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.forgotTitle {
    margin: 1px;
    padding: 7px;
    background-color: #035ea5 !important;
    background-repeat: repeat-x !important;
    color: #fff;
}

.k-widget .k-window {
    width: 100%;
    height: 100%;
}
#m_ForgotPasswordDiv {
    border: 1px solid #ccc;
    background-color: #035ea5 !important;
    padding: 0px;
    width: 490px;
    height: 259px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -225px;
    border-radius: 6px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 0 1px 0 #fff;
}

#m_divNewKendoWindow_wnd_title {
    font-weight:bold;
    font-size:10pt
}

.k-window-content .k-content {
    font-weight:bold;
    font-size:x-small;
}
#m_ForgotPasswordDiv table {
    width: 100%;
}
.k-window-actions {
    display:none;
}
#forgotPasswordTable {
    padding: 10px;
    height: 200px;
    font-weight: bold;
    font-size: small;
    background-color: white;
}
.text-align-center {
  text-align: center !important; }

.blue-button {
    background-color: #035ea5 !important;
    color: #fff !important;
    font-weight: bold;
    background-image: none !important; 
}
#m_divMessage {
    font-weight: 100 !important;
}
a, a:active, a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #035ea5;
}
.display-none {
    display: none !important;   
}
.alert-content {    
    font-family: Verdana, Aerial;
    font-size: 11px;
}
.alert-msg {
    font-family: Verdana, Aerial;
    font-size: x-small;
    padding-left: 0 !important;
    padding-top: 4px;
    text-align: center !important;
}

.alert-action {
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 96%;
}

.k-header   {
    background-image: none !important;
    background-color: #035ea5 !important;
}
/*# sourceMappingURL=Login.css.map */
