body{
	font: 0.9em 'arial',sans-serif;
	margin:auto;
	background:#35519c url("../images/header_euroerp.png")repeat-x center top;
}

label 
{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #2088B1;
}

.alert 
{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.btn_link
{
	font-size:12px;
}
.logo
{
	margin-bottom:10px;
}

.modal-body 
{
	font-size: 15px;
}

.form-signin
{
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 10px;
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.redbold{
    color: red;
    font-weight: bolder;
}
object {
visibility:hidden;
}

.btn>a{
    color:#fff;
}

.div-msg{
    text-align: center;
    padding: 10px;

}
.div-msg>h4{
    font-size: large;
    font-weight: 600;
    line-height: 1.2;
}