html,
body {
    height: 100%;
}
.container {
    max-width: 500px;
}
body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}
.customCard {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}
.card-title {
    color: #1f81cc;
    text-align: center;
}
.btn {
    font-size: 14px;
    margin-top:10px;
}
.errorLabel{
    display:none;
    color:#FF0000
}
/* show Password toggle */
.password-input {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle i {
    font-size: 16px;
    color: #888;
}

.confirmation_message{
    display: none;
}