@font-face {
    font-family: 'Shabnam';
    src: url('../../../fonts/Shabnam.eot');
    src: url('../../../fonts/Shabnam.eot#iefix') format('embedded-opentype'),
    url('../../../fonts/Shabnam.woff') format('woff'),
    url('../../../fonts/Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Shabnam", sans-serif;
    background-color: #f8fafb;
}

.font-size-11 {
    font-size: 11px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}

.empty-btn {
    border: none !important;
    box-shadow: none !important;
}

.full-width {
    width: 100%;
}

.rounded-img {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.content {
    width: 100%;
    height: 100vh;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-block {
    max-width: 325px;
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
    .form-block {
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .content .bg {
        height: 500px;
    }
}

@media (max-width: 1199.98px) {
    .content .contents, .content .bg {
        width: 100%;
    }
}

.content .contents .form-group, .content .bg .form-group {
    position: relative;
}

.content .contents .form-group input, .content .bg .form-group input {
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.content .contents .form-group.first, .content .bg .form-group.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.content .contents .form-group.last, .content .bg .form-group.last {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.content .contents .form-group label, .content .bg .form-group label {
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    color: #b3b3b3;
}

.content .contents .form-group.focus, .content .bg .form-group.focus {
    background: #fff;
}

.content .contents .form-group.field--not-empty label, .content .bg .form-group.field--not-empty label {
    margin-top: -25px;
}

.content .contents .form-control, .content .bg .form-control {
    border: none;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    color: #444;
}

.content .contents .form-control:active, .content .contents .form-control:focus, .content .bg .form-control:active, .content .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content .bg {
    background-size: cover;
    background-position: center;
}

.content a {
    color: #888;
    text-decoration: underline;
}

.content .btn {
    height: 44px;
    padding-left: 30px;
    padding-right: 30px;
}

.content .btn-pill {
    border-radius: 5px;
}
