﻿#customLoginMain {
    width: 505px;
    border: 1px solid rgb(43, 106, 189);
    padding: 5px;
    margin:0 auto;
}

#customLoginHeader {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: #0072c6;  
    background-image: url('/_layouts/15/Sp.Login.Custom/DesignFiles/Images/spIcon.png');  
    background-repeat: no-repeat;  
    height: 37px;  
    background-size: 107px;
}

.userNameIcom {
    background-image: url('/_layouts/15/Sp.Login.Custom/DesignFiles/Images/userName.png');
    background-repeat: no-repeat;
}

.passwordIcom {
    background-image: url('/_layouts/15/Sp.Login.Custom/DesignFiles/Images/password.png');
    background-repeat: no-repeat;
}

.userNameIcomNoIMG {
   // background-image: url('/_layouts/15/Sp.Login.Custom/DesignFiles/Images/userName.png');
    background-repeat: no-repeat;
}

.passwordIcomNoIMG {
    //background-image: url('/_layouts/15/Sp.Login.Custom/DesignFiles/Images/password.png');
    background-repeat: no-repeat;
}

input[type=password], input[type=text] {
    padding: 0;
}
label{ padding-right:5px;}
#ms-error-gobackcont{text-align: center;}

#ctl00_PlaceHolderMain_signInControl{
    text-align:center;
}
.header { text-align: center;width:auto;margin-bottom:10px; }
.header h1.logo { margin: 0 auto; float:none ; text-align: center;width:100%}
    .header h1.logo a {  
    width: 300px; height: 124px; display: block; 
	background: url('/_layouts/15/Sp.Login.Custom/DesignFiles/Images/delta-logo-300x124.jpg') no-repeat 0 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
 }
 .hyper_link
{
color:mediumvioletred;
text-decoration:none;
font-size:medium;
font-family:calibri;
cursor:pointer;
font-weight: bold;
}
.hyper_linkRed
{
color:red;
text-decoration:none;
font-size:18px;
font-family:calibri;
cursor:pointer;
font-weight: bold;
text-align: center;
font-size:18px;
}
 .hyper_linkGrey {
    color: black;
    text-decoration: none;
    font-size: medium;
    font-family: calibri;
    cursor: pointer;
    font-weight: normal;
    text-align: right;
    font-size:15px;
}
  .hyper_linkCenter {
    color: black;
    text-decoration: none;
    font-size: medium;
    font-family: calibri;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    font-size:15px;
}