/* 
    Document   : login
    Created on : Jul 29, 2014, 16:38:16 AM
    Author     : u11824
    Description:
        login screen stylesheet
*/


.login{
    margin-left: auto;
    margin-right: auto;
    padding: 20px; 
    max-width: 500px; 
    min-height: 250px;
    background: url('/b2bforms/resources/images/abstract-design-graylines.jpg') no-repeat;
}

.login-header{
    font-size: 30px;
    font-weight: bold;
}

.login-image{
    text-align: right;
    padding-right: 20px;
}

.login legend{
	font-size: 14px; 
    font-weight: bold;
    color: #000;
}

.login-labelfields {
    width: 50px;
    background: unset;
    color: #000;
    margin: 10px;
}



.login-error-message{
    font-style: normal; 
    padding-left: 10px; 
    color: #c21c1d;
    background: unset;
    border: none;
    display: inline-block;
}

.login-submit{
	margin-left: 130px;
}