/* au: tn */
.login-btn {
    background-color: #4c8baf;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    transition: box-shadow 0.3s ease; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); 
}
.login-btn:hover {
    transition: all linear 0.2s;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px); 
}
.vnio-logo {
    width: 55px;
}


.coming-soon-bg {
    background: none !important;
    background-color: #183df59e !important;
}


.red {
    color: red;
}


.forget-pass__btn {
   text-align: right;
    margin-bottom: .625rem;
}

.register-btn {
    font-weight: bold;
    width: 130px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}
.register-btn:hover {
    background: #fef27199;
    text-decoration: none !important;
}

.register-btn a {
    text-decoration: none !important;
}
