﻿* {
padding: 0;
margin: 0;
}

body {
	/*background-color:#1f70a8 !important;*/
	font-family: Arial, helvetica, sans-serif;
	font-size: 20px;
	background: url("../images/Splashscreen-1920x1080.png") no-repeat center center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

html, body, form {
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}

#loginLogos img {
	padding: 10px 25px;
	vertical-align: middle;
	float: left;
	width: 15%;
}

#middleHeader {
	font-size: 30pt;
	margin-left: 15%;
	width: 70%;
	/*background: url("../images/Splashscreen-Banner.png") no-repeat center center;*/
	display: block;
	/*height: 200px;*/
	padding-top: 10px;
	vertical-align: middle;
}

#bannerHeader {
	font-size: 30pt;
	background: url("../images/Splashscreen-Banner.png") no-repeat center center;
	display: block;
	height: 200px;
	padding-top: 10px;
	vertical-align: middle;
	top: 10px;
}

.lblSystemName {
	font-family: 'Myriad Pro';
	display: inline-block;
	margin-top: 70px;
}

#headerActions {
	float: right;
	padding: 10px 25px;
	text-align: right;
	width: 15%;
	left: 70%;
}

#loginbBeta {
	color: red;
	font-size: 70px;
	font-weight: bolder;
	position: absolute;
	right: 50px;
	top: 0px;
}

#headerLogin {
	width: 100%;
	/*height: 120px;*/
	color: #000;
	/*background-color: #1f70a8;*/
	min-width: 1070px;
}

/*gives a reference for width and height*/
#superWrapper {
    text-align: center;
    height: 100%;
    position: relative;
    min-height: 950px;
}

#loginfooter {
	width: 100%;
	text-align: center;
	color: #333;
}

    #footer a {
        color:#333;
    }

#logoHolder {
	margin-bottom: 50px;
	vertical-align: top;
	padding: 20px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 10px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #1f70a8;
}

	#logoHolder img {
		vertical-align: top;
		margin: 10px;
	}

/*vertically centers content*/
#verticalWrapper {
    /***********************************************************************************
        note that safari css for this element is changed by javascript in default.aspx
        ********************************************************************************/
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*the box where the login content lives*/
#loginWrapper {
    position:relative;
    width:450px;
    display:inline-block;
    padding:50px 20px 30px 20px;
    margin:0px 30px 30px 30px;
    text-align:center;
    background-color:lightgray;

    z-index:3;
}

    #logo {
        margin-bottom:20px;
    }

    #loginWrapper input[type=text],
    #loginWrapper select,
    #loginWrapper input[type=submit], 
    #loginWrapper input[type=button],
    #loginWrapper input[type=password]
    {
        width:350px;
        height:30px;
        font-size:18px;
        vertical-align:middle;
        margin:0 auto;
        
        /*background image positioning*/        
        background-position:95% 50%;
        background-position-x:95%;
        background-position-y:50%;
        background-repeat:no-repeat;
        background-size:20px;

        border:none;

    }

    #loginWrapper input[type=submit],
    #loginWrapper input[type=button] {
        background-color:#1F70A8;
        color:#fff;
        width:372px;
        height:50px;
        font-size:20px;
        border:none;
        margin-top:10px;
        margin-bottom:10px;

    }

        #loginWrapper input[type=submit]:hover,
        #loginWrapper input[type=button]:hover {
            background-color:#2F87C1;
            }

#loginWrapper #txtEmail, #loginWrapper #txtUserEmail {
    background-image:url(../images/icons/envelope.svg);
}

#loginWrapper #txtFirstName, #loginWrapper #txtLastName {
    background-image:url(../images/icons/user.svg);
}
    

#loginWrapper #txtPassword {
    background-image:url(../images/icons/lock.svg);
}

#loginWrapper #txtPhone {
    background-image:url(../images/icons/phone.svg);
}

#anchorTags {
    text-align:right;
}

#loginWrapper a {
    float:right;
    clear:both;
    text-decoration:none;
    margin:5px 0;
    font-size:16px;
    color:#666;
    margin-right:40px;
}

#backToLogin {
    display:inline-block !important;
    padding:10px 0;
    
}

#confirmationMessage, #LockOutWarning, #lockedOut, #pSystemMessages {
    color:#18609A;
    font-size:16px;
    text-align:left;

    margin-top:-15px;
    margin-left:40px;
    margin-right:40px;
}

#LockOutWarning, #lockedOut {
    color:red;
}

/*gotta make it explicit so .hidden will work*/
#loginWrapper a.hidden,#loginWrapper input.hidden {
    display:none;
}

    #loginWrapper a:hover {
        color:#1F70A8;
    }

label.for {
    text-align:left;
    margin-left:40px;
    color:#666;
}

.validationText {
    font-size:18px;
    text-align:left;
    margin:0 40px 20px 40px;
}