body.loaded {
-webkit-perspective: none;
-moz-perspective: none;
perspective: none;
}
.login-out-content {
 background-color: #fff;
 width: 420px;
 }
 .login-out-content img {
    width: 80%;
}

.login-out-content .input-group-addon {
    padding: 14px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #002157 !important;
    border: 1px solid #ebebeb;
        border-right-color: rgb(235, 235, 235);
        border-right-style: solid;
        border-right-width: 1px;
    border-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    color: #ebebeb !important;
}

.login-out-content input.form-control {
    height: 42px;

}
.login-out-content .btn-primary {
	font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #3CB065;
    border-color: #3CB065;
    height: 42px;

}
.login-out-content .login-bottom-links a#link-forgot-passwd{
	color: #000!important;
	font-size: 14px;
}
.trademark{
	padding-top: 10px; 
   text-align: center;
 font-weight: bold;
 font-size: 14px;
}
