/* screen - login */

.login {
    align-items: center;
    background-color: var(--black-haze);
    display: flex;
    flex-direction: column;
    height: 688px;
    overflow: hidden;
    width: 400px;
}

.login .company-logo {
    height: 51px;
    margin-right: 1.74px;
    margin-top: 61px;
    object-fit: contain;
    width: 220px;
    background-color: green;
}

.login .group-246 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: 3.03px;
    margin-top: 79px;
    min-height: 275px;
    width: 319px;
}

.login .group-262 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 0.97px;
    min-height: 72px;
    width: 318px;
}

.login .text-18 {
    letter-spacing: 2.10px;
    line-height: 26.2px;
    margin-left: 10.25px;
    margin-top: -6px;
    min-height: 17px;
    white-space: nowrap;
}

.login .overlap-group {
    height: 49px;
    margin-left: -1px;
    position: relative;
    width: 319px;
}

.login .rectangle-24 {
    background-color: var(--ghost);
    border-radius: 6.09px;
    filter: blur(5.51px);
    ;
    height: 45px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 315px;
}

.login .rectangle-24-1 {
    background-color: var(--gallery);
    border: 1px solid;
    border-color: #717071;
    border-radius: 6.09px;
    height: 47px;
    left: 0;
    position: absolute;
    top: 0;
    width: 317px;
}

.login .text-18-1 {
    /* left: 11px; */
    letter-spacing: 1.30px;
    line-height: 22.8px;
    /* position: absolute; */
    /* top: 12px; */
    /* white-space: nowrap; */
    padding: 0 10px;
    color: black;
}

.login .group-261 {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-left: 0.83px;
    margin-top: 23px;
    min-height: 72px;
    width: 318px;
}

.login .loginbutton {
    height: 80px;
    margin-left: -13.81px;
    /* margin-top: 41px; */
    object-fit: contain;
    width: 345px;
}

.loginbutton:hover {
    opacity: 0.7;
}

.loginbutton:active {
    opacity: 0.5;
    transform: translateY(4px);
}

.login .logo {
    height: 56px;
    margin-right: 0.91px;
    margin-top: 65px;
    object-fit: contain;
    width: 174px;
}

.login .footer {
    align-items: flex-start;
    background-color: var(--persian-green);
    display: flex;
    height: 31px;
    justify-content: flex-end;
    margin-top: 71px;
    min-width: 400px;
    padding: 3.3px 121.4px;
}