.popup-window {
    border-radius: 6px;
}
.modal-dialog {
    box-sizing: border-box;
    width: 310px;
}
.modal-content {

}
.modal-header {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    margin-top: 16px;
}
#hideBlock .req:after {
    content: '*';
    color: red;
    margin-left: 3px;
}
.form-group label {
    margin-bottom: 3px;
}
.popup-window input.form-control {
    width: 100%;
}
.error_message{
    color: red;
}