﻿html {
    color: #6b767d;
    height: 100%;
    margin: 0;
    font-family: Arial !important;
    font-size: 12px !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {color: #6b767d;}

body#login-body {
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: rgb(90, 103, 113);
    margin: auto;
    background-image: url('../Images/PAOC_Background.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
    body#login-body 
    {
       /* background-size: contain;*/
    }
}

@media only screen and (max-width: 512px) {
    #errorBox  {
        margin: 0 0 15px 0!important;
    }
}
#form1 {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
}

#LoginContainer {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    font-family: Montserrat;
    font-size: 12px;
}
.login-box:active {
    background: #ffffff;
    background: rgba(255, 255, 255, 1); 
    transition: all 0.5s ease;
}

#backgroundLogo {
    top: 6%;
    text-align: center;
    position: absolute;
    width: 100%;
    font-family: Montserrat;
    font-size: 12px;
    color: #aaaaaa;
    z-index: -999;
    user-select: none;
}
    #backgroundLogo td {
        padding:10px;
    }
#paOnCallLogo {
    width: 30%;
}
#paLogo {
    width: 60%;
}

.login-box {
    max-width: 512px;
    transition: all 0.5s ease;
    margin: auto;
    padding: 0;
    background: rgba(255, 255, 255, 0.89);
    border: 1px solid rgb(110, 120, 129);
    border-radius: 1px;
    -moz-box-shadow: 0 0 2px 0 rgb(110, 120, 129);
    box-shadow: 0 0 2px 0 #6e7881;
    border-radius: 5px;   
}

.padding-box {
    padding: 30px 30px 20px 30px;
    width:100%;
}


@media only screen and (max-width: 959px) {
    .padding-box {
        padding: 30px 10px 10px 10px;
    }
}

.text-box {
    color: #6b767d;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    font-family: Montserrat;
    font-size: large;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
}

.text-box-container {
    margin: 12px 0;
}

.text-box-container label {
    margin: 0;

    padding: 10px 0;
    display: block;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

a.link.reset-pass {
    
    text-decoration: underline;
    
    cursor: pointer;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

.reset-pass-container 
{
    text-align: right;
}

.full-width {
    width: 100%;
}

.align-right {
    text-align: right;
}

.hidden, div#UpdatePanel2 {
    display: none;
}

.login-button-container {
    text-align: center;
    margin: 20px auto 0 auto;
}


.login-button {
    border: 0;
    cursor: pointer;
    text-align: center;
    margin: auto;
    background: #5757f2;
    background-image: none;
    color: #eeeeee;
    font-family: Montserrat;
    font-size: 20px; 
    text-decoration: none;
    display: block;
    vertical-align: middle;
    padding: 5px;
    width: 60%;
    min-width: 100px;

    transition: all 0.5s ease;
    border: none;
    border-radius: 3px;
}

#progresspanel {
    position: absolute;
    overflow: hidden;
    display: none;
    top:0;
    left:0;
    width: 0;
    height: 0;
    background-color: black;
    color: lightgray;
    z-index: 1000;
}

#ProcessingImage {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -64px;
    width: 128px;
}

.login-button:hover {
    font-weight: bolder;
    transition: all 0.5s ease;
    background: #6767f2;
}

.login-button:active {
    background: #6767f2;
    position: relative;
    transition: all 0.5s ease;
    top: 1px;
}

.customer-support-info {
    font-size: x-small;
    padding-left: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

.no-top-margin { margin-top: 0;}

.customer-support-info div { display: inline-block;
    text-align: center;}


.remember-me-button 
{
   /* width: 49%;
    text-align: left;
    display: inline-block;*/
}

#errorBox, .errorBox
{
    text-align: center;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid;
    padding: 15px 0;
    margin: 0 0 15px 0;
    border-radius: 3px;
}

.errorBox a {
    color: #7c302f;
    font-weight: bold;
}

div#UpdatePanel1 
{
    max-width: 512px;
    margin: auto; }

input#chkRememberMyUsername { margin: 0;}

.ErrorMessageText {
    padding: 0 15px;
    display: inline-block;
}

.remember-me-button label 
{
    margin-left: 4px;
    display: inline-block;
   
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

div#DialogContainer {
    padding-left: 5px;
    padding-right: 5px;
}

.no-select 
{
    cursor: default; 
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}


.login-loading-icon {
    max-width: 100px;
    display: block;
    margin: auto;
    display: none;
}


.demo-site-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 99999;
    color: red;
    font-size: 8.5em;
    font-weight: bold;
    opacity: 0.15;
}
.demo-site-text > span {
    display: block;
}