@font-face {
    font-family: BebasNeue-book;
    src: url("../font/BebasNeue_Book.otf");
}
@font-face {
    font-family: OpenSans-Light;
    src: url("../font/OpenSans-Light.ttf");
}

html,
body {
    padding-bottom: 50px;
    background: url("../img/contact_bg.png") no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font-family: OpenSans-Light;
}

.breadcrumb {
    border-radius: 0;
}

.formular {
    height: 100%;
}

form {
    background: white;
    border-radius: 5px;
    padding: 30px 50px;
    box-shadow: #1d2124 2px 2px 10px;
    margin-top: 20px;
}

img {
    margin-top: 75px;
}

.row {
    padding-top: 30px;
}

h1 {
    font-family: BebasNeue-book;
    font-size: 3.3em;
}

.form-group,
button {
    padding: 6px 0;
}

.form-check {
    margin-left: 20px;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #5b676a;
    border-radius: 2px;
}

input[type="checkbox"] {
    height: 16px;
    width: 16px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #31b68e;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(49, 182, 142, 0.5);
}

.btn {
    background-color: #31b68e;
    border: #32af86 solid 1px;
    letter-spacing: 1px;
}

.btn:hover {
    background-color: #319b73;
    border: #309169 solid 1px;
}

.wz-auto {
    width: 90%;
}

@media (min-width: 992px) {
    .wz-auto {
        width: 50%;
    }

    form {
        padding: 40px 70px;
    }
}

@media (max-width: 992px) {
    img {
        max-width: 300px;
    }
}