a {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color:white;
}

.login-page {
    align-items: center;
    background: transparent linear-gradient(241deg, #80C342 0%, #FDBA4D 51%, #F5834E 100%) 0% 0% no-repeat padding-box;
    display: block;
}

.brand-title {
    font-family: mainTitleFont;
}

.brand-subtitle {
    font-family: subtitlesFont;
}

.sebrae-logo {
    position: absolute;
    right: 0;
    width: 90%;
}

.login-container {
    width: 30%;
    margin-top:1rem;
}

.login-form {
    margin-top: 9rem;
}

.form-control {
    color: white;
    background: transparent;
    border: white 1px solid;
    border-radius: 0px;
}

.form-control:focus {
    border-radius: 0px;
    color: #31B0CD;
    border: white 1px solid;
}

.form-control:active {
    color: #31B0CD;
    background: #FFFFFF;
}

.form-control::placeholder{
    color: white;
}

.brand-title {
    text-align: left;
    letter-spacing: 0;
    color: #31B0CD;
    font-size: 150px;
    margin: 0px;
}
.brand-subtitle {
    color: white;
    font-size: 24px;
}

.email-reset-password {
    padding-top: 12rem;
}

.email-reset-password .card {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
}

.email-reset-password .form-control {
    color: #31B0CD;
    background: transparent;
    border: #31B0CD 1px solid;
    border-radius: 0px;
}

.email-reset-password .form-control:focus {
    border-radius: 0px;
    color: #31B0CD;
    border: #31B0CD 1px solid;
}

.email-reset-password .form-control:active {
    color: #31B0CD;
    background: #FFFFFF;
    border: #31B0CD 1px solid;
}

.email-reset-password .login-card-body .input-group .form-control, .email-reset-password .register-card-body .input-group .form-control {
    border: #31B0CD 1px solid;
}

.email-reset-password .form-control::placeholder{
    color: #b4afb6;
}

.btn-primary {
    background: white;
    box-shadow: none;
    color: #31B0CD;
    text-decoration: none;
    border: white 1px solid;
    border-radius: 0px;
}

.btn-primary:hover {
    background: #31B0CD;
    color: white;
    border: #31B0CD 1px solid;
    text-decoration: none;
}





