body {
    font-family: 'Manrope', sans-serif;
    background-color: #FFF;
    font-size: 1.2rem;
    font-weight: 500;
    color: #02075d;
}

a {
    color: #02075d;
}

a:hover {
    color: #111111;
    text-decoration: unset;
}

sub,
sup {
    font-size: 60%;
}

.register-page,
.login-page,
.reset-password {
    position: relative;
}

.scrog-navbar.bg-light {
    background-color: #d0d0e9 !important;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.scrog-navbar .nav-item a {
    color: #111 !important;
    font-weight: 600;
}

.dropdown-menu a.dropdown-item {
    color: #02075d !important;
}

.dropdown-menu a.dropdown-item:hover {
    background-color: #272e9f !important;
    border-radius: 0 !important;
    color: #FFF !important;
}

.scrog-navbar .nav-item a:hover {
    background-color: #272e9f !important;
    border-radius: 1rem;
    color: #FFF !important;
}

.scrog-navbar.navbar-dark .navbar-toggler {
    color: #111;
    border: 0 !important;
    font-size: 1.5rem;
}

.dropdown-menu {
    border-radius: 1rem !important;
    overflow: hidden !important;
}

@media only screen and (max-width: 575px) {
    .nav-link.dropdown-toggle {
        display: none;
    }
    .action-button {
        text-align: center;
        margin-top: 1rem;
    }
    .dropdown-menu {
        display: block;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}

.btn {
    border-radius: .2rem;
    font-size: 1.2rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.btn-scorg {
    background-color: #02075d;
    font-weight: 700;
    color: #FFF;
}

.btn-scorg:hover,
.btn-scorg:focus {
    background-color: #252a80;
    color: #FFF;
}

.form-control {
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
}

.form-control:focus,
.custom-control-label::before,
.custom-control-label::before:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}

.btn.focus,
.btn:focus {
    box-shadow: unset !important;
}

.custom-control-label::before {
    box-shadow: unset !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #252a80;
    background-color: #252a80;
}

.btn-nav-unactive {
    color: #02075d;
    font-weight: 600;
    border: 0;
    box-shadow: unset !important;
}

.btn-nav-unactive:hover,
.btn-nav-unactive:focus {
    color: #111;
}

.btn-nav-active {
    color: #02075d;
    font-weight: 600;
    background-color: #FFF;
    border: 0;
    box-shadow: unset !important;
}

.content {
    background: rgb(208, 208, 233) !important;
    background: url('../img/banner-bg.png'), linear-gradient(180deg, rgba(208, 208, 233, 1) 0%, rgba(164, 164, 189, 1) 70%) !important;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
}

.content .scorg-form {
    position: absolute;
    top: 0;
    background: #FFF;
    width: 600px;
}

@media only screen and (max-width: 600px) {
    .content .scorg-form {
        width: 100%;
    }
    .btn {
        font-size: 1rem;
    }
}

.btn-reset {
    font-size: 1rem;
    margin-top: 0.15rem;
}

@media only screen and (max-width: 360px) {
    .btn-reset {
        font-size: 0.85rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.intro-form {
    margin-top: .5rem;
    margin-bottom: 2.5rem;
}

.scorg-form-inputs {
    margin-top: 1.5rem;
}

.intro-form,
.navbar-brand {
    text-align: center;
}

.intro-form h2 {
    font-size: 1.5rem;
}

.intro-form h2 span {
    color: #252a80;
    font-weight: 600;
}

.intro-form h1 {
    font-size: 1.8rem;
    color: #02075d;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .navbar-brand {
        text-align: center;
    }
    .intro-form h2 {
        font-size: 1.3rem;
        text-align: center;
    }
}

.scorg-form .scorg-label {
    display: none;
}

.scorg-form-inputs label {
    font-size: .9rem;
    font-weight: 400;
    color: #111111;
}

.invalid-feedback {
    font-size: 0.8rem;
}

.form-control:focus {
    color: #111111;
    border-color: #02075d;
    box-shadow: unset;
}

.scorg-form {
    height: 100%;
}

.animation {
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    z-index: -1;
}

#form-content-box {
    background-color: #FFF;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
    border-radius: .2rem;
    overflow: hidden;
    padding: 2rem !important;
    margin-top: calc(55px + 1rem + 5rem);
}

.form-content-login {
    margin-bottom: 17.1rem;
}

.form-content-register {
    margin-bottom: 5.79rem;
}

.form-content-reset-password {
    margin-bottom: 23.3rem;
}

@media only screen and (max-width: 600px) {
    #form-content-box {
        min-height: calc(100vh - 55px - 1rem);
        border-radius: 0;
    }
    .form-content-login {
        margin: 0 !important;
        margin-top: calc(55px + 1rem) !important;
    }
    .form-content-register {
        margin: 0 !important;
        margin-top: calc(55px + 1rem) !important;
    }
    .wave {
        display: none !important;
    }
}

.wave {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.wave.top {
    position: absolute;
    top: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wave .a {
    fill: none;
}

.wave .c,
.wave .d {
    fill: #FFF;
}

.wave .d {
    opacity: 0.5;
    isolation: isolate;
}

#demo-background{
    background-image: url("/img/demo-red2.png") !important;
}