.main {
    background-attachment: fixed;
    background-image: url(../images/home-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0c0d1f;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 64px);
    z-index: 1;
    overflow: auto;
}

    .main .overlay {
        position: absolute;
        background-color: rgba(0, 39, 68, 0.73);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.navbar {
    background: #fff;
    box-shadow: 0 2px 30px 2px rgba(0,0,0,.1);
    border: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 64px;
}

.brand-text {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Museo Sans Cyrl 700', Arial, sans-serif !important;
    color: #4f5f6f;
    margin-right: 15px;
}

.main-wrap{
    min-height:80vh;
    display:flex;
    justify-content:center;
    align-items:center;
}

.accept-card {
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), 0 0 0 2000px rgba(12, 13, 31, 0.3);
    max-width: 900px;
    margin-top: 30px;
}


.title {
    font-size: 1.45rem;
    margin-bottom: .5rem;
    color: #005792 !important;
    font-weight: 700;
    font-family: 'Museo Sans Cyrl 700', Arial, sans-serif !important;
    line-height: 1.1;
}