@import url('https://fonts.googleapis.com/css?family=Poppins:400,500');
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal
}

.display-flex {
    display: flex
}
.align-item-center {
    align-items: center
}
.logo {
    margin-bottom: 40px
}
.title {
    margin-bottom: 18px;
    font-size: 34px;
    color: #2F3743;
    font-weight: 300
}
.description {
    font-size: 22px;
    color: #989CA2;
    font-weight: 300
}
.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}
.left-area {
    min-height: calc(100vh - 20px)
}
.input-group {
    max-width: 100%
}
.input-style1 {
    height: 55px;
    border-color: #DBDFE3;
    border-radius: 3px !important;
    font-size: 14px;
    font-weight: 500;
    color: #2f3743;
    box-shadow: none
}
.input-style1::-webkit-input-placeholder {
    color: #c1c3c7
}
.input-style1::-moz-placeholder {
    color: #c1c3c7
}
.input-style1:-ms-input-placeholder {
    color: #c1c3c7
}
.input-style1:-moz-placeholder {
    color: #c1c3c7
}
.label1 {
    font-size: 11px;
    color: #65666F;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px
}
.btn-style1 {
    width: 170px;
    height: 55px;
    background: #39b7ff;
    color: #fff;
    margin-top: 40px;
    font-weight: 600;
    transition: 300ms all
}
.btn-style1:hover,
.btn-style1:active,
.btn-style1:focus {
    background: #687AE8 !important;
    color: #fff !important;
    outline: none
}
.form-style1 {
    margin-top: 40px
}
.right-background {
    background: #8689ff;
    background: -moz-linear-gradient(45deg, #8689ff 0%, #29bfff 91%, #29bfff 91%, #29bfff 91%, #1ec6ff 100%);
    background: -webkit-linear-gradient(45deg, #8689ff 0%, #29bfff 91%, #29bfff 91%, #29bfff 91%, #1ec6ff 100%);
    background: linear-gradient(45deg, #8689ff 0%, #29bfff 91%, #29bfff 91%, #29bfff 91%, #1ec6ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8689ff', endColorstr='#1ec6ff', GradientType=1);
    min-height: 100vh
}
.right-image {
    background: url(../img/image.png) no-repeat top left;
    background-size: cover !important;
    min-height: 90vh;
    width: calc(100% - 60px);
    float: right;
    margin-top: 6%
}
.main-content {
    width: 565px;
    margin: 0 auto;
    max-width: 95%
}
.visible {
    opacity: 0
}
.hidden {
    opacity: 1;
    display: block !important
}
@media (max-width: 992px) {
    .description {
        font-size: 15px !important;
        margin-bottom: 20px
    }
    .title {
        font-size: 23px !important;
        line-height: 30px
    }
    .right-background {
        min-height: auto !important;
        text-align: center
    }
    .right-background .right-image {
        float: none !important;
        display: inline-block !important;
        min-height: auto !important;
        height: 300px !important;
        margin-bottom: -5px;
        max-width: 565px
    }
    .left-area {
        min-height: calc(100vh - 300px) !important;
        padding: 60px 30px
    }
}