﻿.login-container {
    display: flex;
    width: 100%;
    height: 100vh;
    background-image: url('../img/AI-Transform-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
}

.depa-grp-log {
    height: 90px;
}

.login-logo {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.login-logo img {
    width: 180px;
}

.login-form {
    height: 318px;
    width: 400px;
    background-color: white;
    border-radius: 10px;
    margin-top: 50px;
    padding: 30px;
}

.log-errmsg {
    color: darkred;
    font-size: 14px;
}

.login-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

.login-button button {
    width: 340px;
    height: 40px;
    border-radius: 5px;
    border-color: var(--otod-yellow);
    background-color: var(--otod-yellow);
    margin-top: 5px;
}

.login-register-text {
    margin-top: 50px;
    text-align: center;
}

.login-footer {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    font-size: 14px;
    align-items: center;
}

.login-form-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 20px 0px;
    font-weight: 500;
    font-size: 22px;
}
