/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2 Sep, 2014, 8:11:43 PM
    Author     : suthagar
*/

body.page-login #page-title{
	color: #c40012 !important;
    font-family: "Times New Roman",sans-serif,sans-serif !important;
    font-size: 1.862em;
    font-weight: normal !important;
    margin-bottom: 5px;
    text-transform:uppercase;
    
}

.memberloginform .login-txt {
    color: #999999 !important;
    font-size: 0.807em;
    padding-top: 6px;
}

#memberloginform .form-type-textfield label {
    color: #333333;
    font-weight: 700;
    text-align: left;
    margin-bottom:5px;
}

.memberloginform input[type="text"], .memberloginform input[type="password"]{
    background: url("search-login.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #afafa6;
    font-family: arial; 
    font-size: 0.9em;
    font-weight: bold;
    height: 30px;
    padding-bottom: 7px;
    padding-left: 12px;  
    width: 256px;
    box-sizing: inherit;
}

.memberloginform input[type="submit"] {
    /* background: url("login-button.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
    float: left;
    height: 23px;
    padding-top: 3px;
    width: 78px;
}

#login-errors {
    color: red;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 10px;
}