﻿#Com7_Login {
    width: 72px;
/*    height: 25.488px;*/
/*    aspect-ratio: 72.00/25.49;*/
    margin-bottom: 6px;
}

.row.custom {
    display: flex;
    width: 452px;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 16px; */
}

#LoginForm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-label {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;}

.username {
    color: #57534E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.password {
    color: #57534E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

#username,
#password {
    border-radius: 10000px;
    border: 1.5px solid #E9E9E9;
    background: #FFF;
}

#languageSelect {
    padding: 2px 24px 2px 8px;
    background-size: 9px 12px;
    font-size: 16px;
}