.image_wrapper,
div.lock-container {
    width: 400px !important;
}

.image_wrapper {
    padding: 50px !important;
}

div.lock-container {
    padding: 55px !important;
    max-width: unset !important;
}

div#req .panel_reset {
    background: #fff;
    position: relative;
    padding: 5px;
    margin-bottom: 30px;
}

div#req .panel-success{
	border: 1px solid #478b3d;
}

div#req .panel-danger{
	border: 1px solid red;
}