.background{
    background-image: linear-gradient(360deg, rgba(35, 35, 35, 0.9) 0%, rgb(243, 243, 243) 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}

.auth-content-custom{
    background: #1d2123;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control-auth{
    width: 100%;
    margin: auto;
    display: block;
    padding: 5px;
    color: #fff !important;
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.form-control-auth:focus {
    outline: none;
}

.form-control-auth::placeholder{
    font-weight: 400 !important;
    color: #e8e8e8 !important;
}

@-webkit-keyframes autofill {
    0%,100% {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
