﻿#hero .title {
    font-size: 48px;
    text-align: center;
}

#hero .description {
    margin-bottom: 32px;
    text-align: center;
}

#hero .link {
    color: rgba(10,26,47,.65);
    font-weight: 500;
}

#hero .container-hero form {
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
}

    #hero .container-hero form .btn-login {
        background-color: var(--accent-200);
        color: #fff;
        font-size: 16px;
        padding: 9.5px 20px;
        text-decoration: none;
        font-weight: 700;
        width: 100%;
    }

#hero .container-hero .alert {
    background-color: var(--nude-300);
}
