﻿.titleicon {
    font-size: 50px;
    display: flex;
    justify-content: center;
}

.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.card-form {
    border-radius: 2em;
    padding: 3%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4), 0 9px 26px 0 rgba(0, 0, 0, 0.5);
}

    .card-form h3 {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 10%;
    }

.lblUsername, .lblPassword {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    padding: 1%;
}

.text-info {
    cursor: pointer;
}

.btnicon {
    font-size: 17pt;
    vertical-align: bottom;
}
