.login-container {
    padding: 25px;
    position: fixed;
}

.form-login {
    background: #222220 url('../images/main_box_top.png') repeat-x top center;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    box-shadow:0 1px 0 #cfcfcf;

}

.form-login h4 { 
 border:0 solid #fff; 
 border-bottom-width:1px;
 padding-bottom:10px;
 text-align: center;
 color: #ffffff;
}

.form-control {
    border-radius: 10px;
}

.wrapper {
    text-align: center;
}
.content_wrap{
	margin: 20px 0% 20px;
	width: 100%;
}
.error {
    color: #C6E5C4;
    
}
login-lang{
    width: 49px;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

