/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jan 12, 2022, 4:44:04 PM
    Author     : kostas
*/
.login-body .login-image img {
    height: auto !important;
    width: 100%;
}

.label {
    font-size: 13px;
    font-weight: normal;
    color: #65686a;
}

.output-text {
    /*    font-size: 14px;
        font-weight: normal;
        color: #65686a;*/
}


@keyframes fa-blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.fa-blink {
    -webkit-animation: fa-blink .75s linear infinite;
    -moz-animation: fa-blink .75s linear infinite;
    -ms-animation: fa-blink .75s linear infinite;
    -o-animation: fa-blink .75s linear infinite;
    animation: fa-blink .75s linear infinite;
}