/*body
{
    background-color: #EEE;
}

#mainDiv
{
    height: 400px;
    width: 400px;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #D0D8DC;
    background-color: #F7F9FA;
    opacity: 0.95;
}

#serviceNote
{
    position:absolute;
    top: 50%;
    left: 50%;
    width: 380px; 
    margin-top: 225px; 
    margin-left: -200px;
    background-color: white;
    text-align: center;
    padding: 10px;
}

#logo
{
    margin-top: 30px;
}


#loginControls > div
{
    margin-bottom: 5px;
}

#loginControls label
{
    display: inline-block;
    text-align: left;
    width: 210px;
    padding: 5px 0;
    vertical-align: top;
    font-family: Arial;
    font-size: 11px;
    color: #526774;
}

#loginControls select, #loginControls input
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 200px;
    height: 19px;
    color: #39464F;
    font-size: 11px;
    border: 1px solid darkgray;
}


#loginControls span input
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 19px;
    color: #39464F;
    font-size: 11px;
}


#loginControls span
{
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    color: #526774;
    vertical-align: middle;
}

#loginControls input
{
    padding: 2px;
}

#loginControls button
{
    margin: 3px 4px 0 -3px;
    color: White;
    background-color: #308DC6;
    font-family: Arial;
    font-size: 11px;
    width: 200px;
    font-weight: bold;
    position: relative;
    border: transparent;
}

#loginControls u
{
    color: White;
}

#loginControl_LoginButton
{
    visibility: hidden;
    width: 0;
    height: 0;
}

#rememberLogin
{
    margin-left: -63px;
    padding-top: 5px;
}

#rememberLogin > input
{
    width: auto;
    margin: 0px 3px 0 0px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    border-radius: 5px;
}

#rememberLogin > label
{
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
}

#versionInfo
{
  margin : 0px 0 0 40px;
  position: absolute;
  top: 370px;
}

h1
{
    border-bottom: 1px solid #308DC6;
    width: 60%;
    margin-left: 80px;
    float: left;
}

#loadingDiv1
{
    background-color: #39464F;
    border-radius: 5px !important;
    vertical-align: middle;
    text-align: center;
    padding:15px;
    max-width:400px;
    min-width: 200px !important;
    
}*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600');

body {
    background-color: #f3f3f3;
}

.login-container {
    position: absolute;
    top: 25%;
    left: calc(50% - 200px);
    width: 22%;
    min-width: 400px;
    min-height: 500px;
    margin: auto;
}

.login-box {
    width: 100%;
    height: 90%;
    background-color: #ffffff;
    border: 2px solid #fe5000;
}

.act-logo {
    height: 72px;
    width: 72px;
    position: absolute;
    top: -36px;
    left: calc((100% - 72px)/2);
    background: no-repeat center url("../images/SageMobile_72x72.png");    
    background-size: contain;
    max-height: 100%;
    max-width: 100%;
}

.act-input {
    width: 72%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 2px solid #fe5000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #374650;
}

.cent {
    text-align: center;
}

.welcome {
    margin-top: 50px;
    color: #374650;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.login-prompt {
    color: #374650;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.space {
    margin-top: 3%;
}

.check-area {
    margin-top: 8%;
    margin-bottom: 4%;
}

.checkbox {
    opacity: 0;
    float: right;
}

.checkbox-label:hover {
    cursor: pointer;
}

.checkbox:checked ~ .checkbox-label {
    background-color: #fe5000;
}

.checkbox-label {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 9px;
    border: 2px solid #fe5000;
    vertical-align: baseline;
}

.checked {
    background-color: #fe5000;
}

.remember {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #939389;
    margin-left: 1%;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    size: 14px;
    border-radius: 25px;
    background-color: #fe5000;
    color: white;
    padding: 1%;
    width: 150px;
    height: 40px;
    border: 0;
}

    .btn:hover {
        cursor: pointer;
    }

.version {
    margin-top: 8%;
    margin-bottom: 2%;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #939389;
}

.account-status {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 1%;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #374650;
}

.UpgradeNotice {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 1%;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fe5000;
}

.warning {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin-top: 36px;
}
