* {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    line-height: 1.5;
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
}

.main-page {
    position: relative;
    height: 100vh;
}

.logo {
    width: 100%;
    text-align: center;
}

.logo img {
    margin-top: 20px;
}

.main-content {
    margin-top: 40px;
}

.right-side .display-table-cell p {
    text-align: center;
}

.main-content .title {
    margin-bottom: 15px;
}

.right-pd-0 {
    padding: 0 0 60px 0;

}

p {
    text-align: justify;
    font-weight: 500;
    font-size: 0.9em;
    color: #625d5d;
}

.text-color-grey {
    color: #cacaca;
    font-size: 12px;
}

h1 {
    font-size: 3.5em;
    line-height: 1;
    color: #151212;
}

h2 {
    text-align: center;
    margin-top: 20px;
}

.left-side .logo {
    top: 20px;
    height: 65px;
}

.middle-content {
    display: table;
    height: auto;
    width: 100%;
    text-align: center;
    top: 0;
    z-index: 999;
}

.left-side {
    text-align: center;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.right-side {
    right: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.full-height {
    height: 100%;
}

.form {
    display: inline-block;
    text-align: left;
    width: 80%;
    background-color: white;
    border: none;
    border-radius: 8px;
}


.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.s-mt-30 {
    margin-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-15 {
    padding-right: 15px;
    padding-left: 15px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.pd-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.btn-v {
    width: 100%;
    font-size: 13px;
    background: #88C027;
    display: inline-block;
    padding: 10px 10px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: none;
}

.btn-v-1 {
    font-size: 14px;
    background: #88C027;
    padding: 10px 15px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: none;
}

.btn-danger {
    background: #88C027;
}

.btn-up {
    text-transform: uppercase;
}

.btn-corner-round {
    border-radius: 5px;
    border: none;
}

.btn-flat {
    border-radius: 0;
}

.bg {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (min-width: 650px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

    .main-page{
        position: relative;
        height: 100vh;
    }

    .left-side {
        text-align: left;
        width: 50%;
        height: 100%;
        overflow: hidden;
        top: 0;
        bottom: 0;
    }

    .right-side {
        left: auto;
        text-align: right;
        width: 50%;
        height: 100%;
        position: absolute;
        background-size: cover;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .bg {
        position: absolute;
    }

    .left-side .middle-content {
        text-align: left;
    }

    .right-side .middle-content {
        width: 80%;
    }

    .main-content {
        margin-top: 0px;
    }

    .display-table-cell {
        padding: 0;
        height: auto;
    }

    .right-side p {
        text-align: right;
    }

    .middle-content {
        display: table;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 999;
    }

    p {
        margin-right: 20px;
        font-size: 0.8em;
    }

    .logo img {
        text-align: left;
    }

    .form {
        width: 50%;
    }

    .left-side .display-table-cell {
        vertical-align: middle;
    }
}

@media only screen and (min-width: 1200px) {

    .middle-content {
        height: 80%;
    }

    .right-side .middle-content {
        height: 100%;
    }

}