.signin-absolute-wrapper{
    position: absolute;
    margin-top: 160px;
    right: 10%;
}

.signin-absolute-inner-wrapper {
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: center;
    align-items: center;
    height: 300px;
    gap: 10px;
    background: rgba(59, 62, 73, .8);
    border-radius: 10px;
    box-shadow: 0 4px 30px #3b3e49;
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid #3b3e49;
    min-width: 300px !important;
    margin-top: 50px;
}

.signin-absolute-inner-wrapper span {
    color: #fff;
}

.signin-absolute-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px 0 5px 0;
    width: 220px;
}

.flag-absolute-signin {
    width: 24px;
    height: 24px;
}

.signin-absolute-login input {
    background: rgba(59, 62, 73, .0) !important;
    border: none !important;
    color: white !important;
    position: relative;
    padding: 0 !important;
}

.password-visibility {
    position: absolute;
    right: 40px;
    cursor: pointer;
    font-size: 20px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(59, 62, 73, .91) inset !important;
    -webkit-text-fill-color: white !important;
}

.signin-absolute-login-btn {
    background-color: #F7931E;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    cursor: pointer;
}

.signin-absolute-register-btn {
    background-color: #BECEDC;
    border: none;
    color: #fff;
    border-radius: 10px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
}

.signin-absolute-forgot-password a {
    color: #fff !important;
}

@media (max-width: 767px) {
    .signin-absolute-wrapper{
        position: absolute;
        margin-top: 40px;
        right: auto;
    }

    .signin-absolute-inner-wrapper {
        height: 250px;
    }
}