.zero-width {
    width: 0%;
}

.full-width {
    width: 100%;
}

.hidden {
    display: none;
}


.custom-padding-top {
    padding-top: 126px !important;
}

.custom-box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.user-form-padding {
    padding: 40px;
}

.custom-card {
    color: white;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 30px 40px;
}

.register_bg {
    background-image: url("/uploads/website/66a721e40f068.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
