html, body {
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    line-height: 23px;
    font-size: 16px;
}
a {
    text-decoration: none;
    color: #0074C8;
}
.content {
    padding-top: 10vh;
    padding-bottom: 2rem;
    width: 100%;
    display: block;
}
.btn-common {
    display: flex;
    width: 177px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 8px 8px 0 #00000040;
    text-decoration: unset;
    align-items: center;
    justify-content: center;
    border: unset;
    cursor: pointer;
}
.btn-orange {
    background: linear-gradient(to bottom, #696993, #585975);
    color: #ffffff;
}
.note p {
    font-size: 16px;
    margin-bottom: .5rem;
}
.form-group .form-control {
    height: 35px;
    border: 1px solid #626262;
}
.text-error {
    color: #FF3131;
    font-size: 14px;
    margin-top: 5px;
}
.form-group label {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .form-group label {
        text-align: right;
    }
}
.brand-logo {
    width: 200px;
    margin: 0 auto;
    display: block;
}
