﻿.login-poster {
    background-image: url("../images/error-oops.jpg");
    background-size: auto 100%;
    background-position-y: 50%;
}

.auth-adjust {
    margin-top: 90px;
}

.error-img {
    height:calc(100vh - 215px);
    width:100%;
}

.login-poster.error-img{
    background-size:cover;
    position:absolute;
    right:0px;
    width:48%;
    background-repeat:no-repeat;
}


@media only screen and (max-height:582px) {
    .login-poster {
        background-size: 50% auto;
    }
}

.error-content {
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
}

.error-inner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #444444;
}

.success-toast {
    box-shadow: 0px 2px 6px 2px #00151F26;
    box-shadow: 0px 1px 2px 0px #00151F4D;
    padding: 16px 40px 16px 16px;
    border-radius: 12px;
}

#toast-container {
    left: 15%;
    right: 60%;
}
