h1 {
    font-size: 2rem;
}

.title {
    text-align: left;
    font-weight: bold;
}

.divider {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 2rem;
}

.btn-submit {
    width: 100%;
    margin-left: -1px;
    text-transform: initial;
    font-size: 1rem;
    font-weight: bold;
}