html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.info-text {
    font-weight: normal !important;
    text-align: center;
    font-size: 15px;
}

.icon {
    font-size: 4rem;
}

.login-box-msg {
    font-weight: normal !important;
    font-size: 18px;
}

.form-control-lg {
    font-size: 1.10rem;
}

.login-card-body {
    padding: 20px 25px;
}