﻿div#header{ display: none; }
div#footer{ display: none; }
#menu{ display: none; } 
#userdata{display:none;}
#loginholder { border: 1px solid #6186a8; left: 50%; margin-left: -125px; margin-top: 210px; position: absolute; padding: 10px 10px 5px 10px; background: #fff; width: 280px; height: auto; } 
#registerformholder { border: 1px solid #6186a8; left: 40%; margin-left: -125px; margin-top: 50px; position: absolute; padding: 10px 10px 5px 10px; background: #fff; width: 550px; height: auto; }
#rememberpasswordformholder { border: 1px solid #6186a8; left: 50%; margin-left: -125px; margin-top: 210px; position: absolute; padding: 10px 10px 5px 10px; background: #fff; width: 280px; height: auto; }
.biginput { font-size: 12pt; width: 270px; }

.field-validation-error {
    color: #F84D4D;
    font-size: 8pt;
    padding: 3px;
    border-style: none;
}

#loginauthenticator {
    margin-top: -130px;
    border: none;
    /* border: 1px solid #6186a8; */
    left: 50%;
    margin-left: -280px;
    position: absolute;
    padding: 10px 10px 5px 10px;
    background: #fff;
    /*width: 380px;*/
    height: auto;
    color: rgb(37,44,53);
    border-radius: 5px;
}

#loginauthenticator-cell {
    display: table-cell;
    vertical-align: middle;
}

#loginauthenticator-table {
    display: table;
    width: 100%;
    height: 100%;
}

.loginauthenticator input {
    /*display: block;
    width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.loginauthenticator button {
    color: #ffffff;
    background-color: rgb(0,89,163);
    border-color: rgb(17,50,112);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -4px;
}
#loginholder.loginauthenticator h1 {
    display: block;
}

.loginauthenticator hr {
    border: 0;
    height: 1px;
    margin-left: -10px;
    margin-right: -10px;
    background: #ddd;
}
#loginholder .floatright.div-resendtime {
    margin-right: -96px;
}