section.min-vh-100.d-flex.align-items-center {
    background: #0f70b7;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    border-radius: 50px;
    background: #3888c3;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background: #3888c3;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background: #3888c3;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background: #3888c3;
}

button.connect {
    background: #fff;
    /* color: #0f70b7; */
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 900;
}

.white {
    color: #fff;
}

.logo span {
    display: block;
    font-size: 1rem;
}

.fw900 {
    font-weight: 900 !important;
}
.fw600 {
    font-weight: 600 !important;
}

.overlay {
    display: block;
    background: #ffffffe8;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

ul.icons {
    padding: 0;
}
ul.icons img {
    width: 10% !important;
}
.slogan {
    font-size: 5rem;
    line-height: 4rem;
    font-weight: 900;
}
.vert {
    color: #076633;
}
.bg-login {
    background: url(../../assets/img/bg-login.png) no-repeat;
}