.bg-form-login-page {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 0 100px rgba(181, 167, 141,0.4) !important;
    opacity: 0.7 !important;
    border-radius: 60px !important;
}

.login-center{
    text-align: -moz-center !important;
}
.custom-input::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: normal;
}
.custom-input {
    border-color: #ffffff !important;
    color: #eeee4c !important;
}
.custom-input:focus {
    color: #eeee4c !important;
    font-weight: bold;
}
.fv-plugins-message-container{
    font-weight: bold !important;
    font-size: 16px !important;
    color: #c40202 !important;
}
