body {
    background: black url("Images/bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Open Sans", sans-serif;
}


.frosted-glass-container {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    /* Optional:  Add a background image */
    /* background-image: url('your-background-image.jpg'); */
    /* Optional:  Add a gradient */
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3)); */
}





.container {
    width: 75%;
    max-width: 400px;
}


.panel-primary {
    opacity: 0.9;
    margin-top: 30px;
}


.form-group.last {
    margin-bottom: 0;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 500px;
        padding: 40px;
    }
