﻿.divParent {
    height: 350px;
    width: 472px;
    border: 1px solid gainsboro;
    background-color: #e9e9e9;
    margin: 251px 28% 9% 37%;
}

.divParentHeader {
    padding: 17px;
    background-color: white;
}

.divLogon {
    position: relative;
    left: 28px;
    top: 29px;
    height: 225px;
    width: 412px;
    border: 1px solid gainsboro;
    padding: 16px 0 130px 17px;
    background-color: white;
    font-family: inherit;
    font-size: 11pt;
    line-height: 2.25rem;
    color: #4c4c4c;
    border-top: 1px solid red;
}

span#MainContent_lblMsg {
    width: 101%;
    border: 1px solid red;
    padding: 13px;
    text-align: center;
    background-color: #fff0f0;
    position: absolute;
    top: -28px;
    left: -1px;
}

.divLogon .input {
    border: 1px solid #b1b1b1;
    height: 35px;
    width: 374px;
    max-width: 374px;
    padding: 4px 35px 0 41px;
    font-size: 11pt;
}

input#MainContent_txtUserName {
    margin-bottom: 5px;
}

.divLogon .button {
    border: 1px solid #257cc1;
    height: 32px;
    width: 100%;
    max-width: 100%;
    background-color: #257cc1;
    color: white;
}

.divLogon table td {
    padding: 0 0 12px 0 !important;
}

.divKeepSign {
    height: 39px;
    line-height: 2;
}

.divLogon .check input {
    border: 1px solid #c7c7c7;
    height: 19px;
    width: 19px;
    top: 4px;
    position: relative;
}

.divLogon i.fas.fa-user {
    position: absolute;
    top: 27px;
    left: 31px;
}

.divLogon i.fas.fa-lock {
    position: absolute;
    top: 110px;
    left: 32px;
}