.vertical_center6{height: auto !important;top:95px !important;bottom:45px !important;}

.content_lock{
    width:774px;
    margin: 0 auto;
    border-radius: 7px;
    height:476px;
    position: absolute;
    right: 0;
    left:0;
}

.content_lock h1{margin-top:0px;}

.rounded{border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
}

.rounded img{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right:0;
    margin: auto auto;
    max-width: 200px;
    max-height: 200px;
}

#lock_pass{margin: 0 auto !important;}

.content_lock .page-lock-info,.content_lock .form-actions, .relogin{
    text-align: center;
}


.content_lock .form-control{
    box-shadow: 3px 3px 3px #000000 !important;
    border-radius:4px !important;
}


.content_lock .form-actions button{
    width:240px;
    margin-top:10px;
    font-size:15px;
    box-shadow: 3px 3px 3px #000000 !important;
}

.relogin{margin-top: 10px;}


@media only screen and (max-width: 774px){
    .content_lock{width:100%;}
}