html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana;
    font-size: 12px;
    background-color: #f6f6f6;
    color: #212121;
}

#frmAuth {
    width: 90%;
    max-width: 320px;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

#divHeader {
    background-color: #081830;
    height: 30px;
    margin: -2px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

    #divHeader > span {
        font-family: Georgia, serif;
        font-size: 16px;
        line-height: 32px;
        vertical-align: bottom;
        padding-left: 18px;
        color: #fff;
        text-shadow: #024 2px 1px 0;
    }

#MessageLabel {
    color: #a00;
    display: inline-block;
    font-size: 11px;
    white-space: nowrap;
    margin: 8px 0 0 16px;
    vertical-align: middle;
    height: 18px;
}

    #MessageLabel > input {
        width: auto;
        height: auto;
        padding: 0 4px;
        border: 1px solid #aaa;
        color: #666;
        background-color: #eee;
        border-radius: 0;
        font-family: verdana;
        font-size: 12px;
        vertical-align: baseline;
    }

.lbl, .lbl-user {
    font-size: 12px;
    font-weight: bolder;
    margin: 8px 4px 4px 16px;
}

.lbl-user {
    margin-top: 20px;
}

.elm {
    margin: 2px 16px 8px 16px;
}

.btn {
    margin: 8px 4px;
}

input {
    width: 100%;
    height: 30px;
    padding: 4px 8px;
    border: 1px solid #aebacd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    font-family: Calibri;
}

    input[readonly] {
        border: 1px solid #c3c3c3;
    }

    input:focus {
        outline: 1.6px solid #80bdff;
    }

.elError {
    border-color: #a00;
}

#btnSubmit {
    width: 40%;
    max-width: 120px;
    height: 34px;
    color: #f6f6f6;
    font-size: 16px;
    font-family: Calibri;
    background-color: #246;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin: 4px 12px 12px 0;
    cursor: pointer;
}

    #btnSubmit:hover, #btnSubmit:focus {
        background-color: #2a70b8;
    }

    #btnSubmit.loading {
        background-image: url('Attachment/loading.gif');
        font-size: 0;
    }

a.lnk-register, a.lnk-signin {
    float: left;
    color: #224466;
    vertical-align: bottom;
    line-height: 24px;
    margin: 8px 4px 4px 20px;
}

a.lnk-directory, a.lnk-facebook, a.lnk-google {
    display: inline-block;
    box-sizing: border-box;
    font-size: 0;
    width: 100%;
    height: 42px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c3c3c3;
    background-repeat: no-repeat;
}

a.lnk-directory {
    background-image: url('sign-directory.png');
    background-color: #00aced;
}

a.lnk-facebook {
    background-image: url('sign-facebook.png');
    background-color: #1877f2;
}

a.lnk-google {
    background-image: url('sign-google.png');
    background-color: #4286f4;
}
