﻿#customLoginMain {
    width: 505px;
    border: 1px solid rgb(43, 106, 189);
    padding: 5px;
    margin: 0 auto;
}
    #customLoginMain table {
        background-color: #c36a21;
       
    }
#customLoginHeader {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    background-color: #c36a21;
   /* background-image: url('/_layouts/15/eServices.Login/DesignFiles/Images/CCMA_Logo.jpg');*/
    background-repeat: no-repeat;
    height: 37px;
    background-size: 107px;
}

.userNameIcom {
    background-image: url('/_layouts/15/eServices.Login/DesignFiles/Images/userName.png');
    background-repeat: no-repeat;
}

.passwordIcom {
    background-image: url('/_layouts/15/eServices.Login/DesignFiles/Images/password.png');
    background-repeat: no-repeat;
}

input[type=password], input[type=text] {
    padding: 0;
    padding-left: 25px;
}

#ctl00_PlaceHolderMain_signInControl {
    text-align: center;

}

.sign-in-bottom {
    /*background-color: rgb(0, 114, 198);*/
    background-color: #c36a21;
    padding: 5px;
    color: white;
}
    .sign-in-bottom a {
        color: white;
        font-weight: bold;
        background-color: #c36a21;
        text-align: center;
    }
    .lbllabel
    {
        color:white;
    }
