.card{
    padding: 20px;
    margin-top: 5px !important;
    width: 40%;
    margin: auto;
    min-width: 300px !important;

    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.2s;

}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.span-click{
    font-weight: bold;
    font-size: 12px;
    margin-top: -5px;
    color: #0a53be;
    cursor: pointer;
    background-color: lightgray;
    padding: 5px;
}

.login-q{
    font-size: 12px;
    margin-bottom: 0px;
}

.login-nav{
    margin: auto;
    width: 40%;
    min-width: 300px !important;
}

input,button{

    margin: 5px !important;
}

.error-message-red{
    font-family: 'Courier New', Courier, monospace;
    color:red;
    font-weight: bold;
    font-size: 15px;
}

.error-message{
    font-family: 'Courier New', Courier, monospace;
    color:green;
    font-weight: bold;
    font-size: 15px;
}
