/*
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 : 22-Oct-2017, 17:23:07
    Author     : itischarles
*/

.login-page{
    background: none scroll 0 0 #fff;
}



#login_form{
    padding: 10px 33px 33px 33px;
    border: 1px solid #AC8952;
}

#login_form h2#login_form_title{
    font-size: 20px;
    font-family: Tahoma;
}

#login_form label{
    font-weight: normal;
}

#login_form #login_common_links{

}