body {
    /* background: linear-gradient(#00000052, #000000d4), url(https://images.pexels.com/photos/1996333/pexels-photo-1996333.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1); */
    background: linear-gradient(#00000052, #000000d4), url('../../assets/images/horse_bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Set the body height to 100% of the viewport height */
    height: 100vh;
    /* Remove default margin */
    margin: 0;
    display: flex;
    /* Center vertically */
    align-items: center;
    justify-content: center;
}

.error {
    /* color: #e28c21; */
    color: #892e2e;
    font-size: 15px;
}

.form_bg {
    background: #f5f5f559;
    border-radius: 15px;
    backdrop-filter: blur(5px);
}