/*
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 : Mar 27, 2015, 12:03:06 PM
    Author     : german
*/


.login_content {
    font-size: 16px;
    height: 86px;
    width: 540px;
}
.credential {
    clear: both;
    float: left;
    height: 35px;
    line-height: 25px;
    width: 100%;
}
.credential_label {
    float: left;
    line-height: 33px;
    width: 90px;
}
.credential input {
    background: none repeat scroll 0 0 #fff;
    float: left;
    font-size: 18px;
    margin-left: 16px;
    margin-top: 2px;
    padding-left: 3px;
    width: 186px;
}
