﻿body {
    font-size: 1.1rem;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.main-color {
    background-color: #def1ec;
}

a {
    text-decoration: none;
    color: #008a67
}

    a:hover {
        text-decoration: underline;
    }

.text-gradient {
    background: linear-gradient(90deg, #1c6dd9 0%, #7ed957 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.btn-gradient {
    background: linear-gradient(90deg, #1c6dd9 0%, #7ed957 100%);
    color: #fff !important;
    text-decoration: none;
    padding: 0.8rem 1rem;
    border-radius: 1.5rem;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.btn-normal {
    color: #008a67 !important;
    background-color: #f2fffb;
    text-decoration: none;
    padding: 0.78rem 0.98rem;
    border-radius: 1.5rem;
    border: solid 1px #008a67;
    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.list-feature {
    padding-left: 0.1rem;
    margin-bottom: 4rem;
    margin-top: 3rem;
    padding-right: 1rem;
}

    .list-feature li {
        list-style: none;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: flex-start;
    }

        .list-feature li i {
            font-size: 1.5rem;
            color: #008a67;
            margin-top: -5px;
        }

.btn-login {
    background-color: #008a67;
    color: #fff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: 30px;
}

.wrapper-step {
    background: linear-gradient(180deg, #f6fdfd00 10%, #a9dfe3e6 70%, #97e08fcf 100%);
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
}

    .wrapper-step .wrp-step {
        display: inline-block;
        padding: 5px 10px;
        background-color: #f6fdfd;
        font-weight: bold;
        border-radius: 10px;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .wrapper-step h3 {
        font-size: 1.5rem;
    }

.bg-all-steps {
    background-image: url('/images/bgStep.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.btn-theme {
    background-color: #008a67;
    color: #fff !important;
}

    .btn-theme:hover {
        background-color: #1dab87;
        text-decoration: none;
    }

.title-login, .title-account-form {
    font-weight: 400;
}
