.contentTitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1rem 0;
    display: block;
    font-size: 4.5rem;
    text-align: center;
}

.form-signin {
    max-width: 330px;
    margin: 20px auto 0;
    background: #fff;
    box-shadow: 0 12px 30px 0 rgb(51, 51, 51);
    background: whitesmoke;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}