﻿.login-container {
    display: flex;
    width: 100%;
    height: 100vh;
    background: url(../img/openapi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.depa-grp-log {
    height: 90px;
}

.login-logo {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
}

.login-form {
    height: 318px;
    width: 400px;

    border-radius: 10px;
    margin-top: 50px;
    padding: 30px;

    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.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;
    color: white;
}

.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;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    padding: 5px;
    color: #ebbb18;
}

.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;
    color: white;
}
