body	{
	font-family: 'Roboto', sans-serif;
}


.WelcomeTitle	{
	font-family: 'Roboto', sans-serif; font-size: 280%; font-weight: bold; color: #6E6E6E;
}


table, th, td {
    font-family: 'Roboto', sans-serif; 
    font-size: 100%; 
    font-weight: normal; 
    color: #A4A4A4;
}


.login-block {
    width: 320px;
    padding: 20px;
    background: #f4e9d6;
    border-radius: 5px;
    border-top: 5px solid #ac8037;
    margin: 0 auto;
}

.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#username {
    background: #fff url("../images/icons/u0XmBmv.png") 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus {
    background: #fff url("../images/icons/u0XmBmv.png") 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password {
    background: #fff url("../images/icons/Qf83FTt.png") 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#password:focus {
    background: #fff url("../images/icons/Qf83FTt.png") 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #ac8037;
}

.login-block button {
    width: 100%;
    height: 40px;
    background: #ac8037;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ac8037;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #8a6527;
}







.success {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}

.success {
color: #4F8A10;
background-color: #DFF2BF;
}

.loginerror {
font-family: 'Roboto', sans-serif; 
font-size: 100%; 
font-weight: normal;
color: #fff;
background-color: #FF0000;
padding: 20px;
margin: 20 auto;
height: 40px;
border: 1px solid;
}
