form div.row {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

input[type="search"] {
    border-radius: 5px;
}

.form-control {
    color: black;
}

.required {
    color: red;
}

.btn, .rz-button {
    margin-bottom: 15px;
}

.rz-button {
    margin-right: 5px;
}

input {
    margin-bottom: 10px;
}

.rz-form .rz-row {
    margin-top: 10px;
}

.rz-calendar input {
    margin-bottom: 0;
}

.bg-login-image{
    background: url('img/owl-wings.jpg') center;
    background-size:cover
}

.bg-register-image{
    background: url('img/owl-green.jpg') center;
    background-size:cover
}

hr {
    height: 0 !important;
}

.rz-button {
    margin-bottom: 10px;
}

.rz-slot {
    cursor: pointer;
}

.rz-messages-error
{
    margin-top: -10px;
}