﻿.background-image-container-fluid {
    background-image: url('assests/images/vrsjobslogin.jpg');
    background-size: cover;
    width: 100%;
    /*margin-top: -30px;*/
    height: 550px;
    /* background-color: rgba(255, 255, 255, 0.8);  */
}

.blur-overlay {
  /*  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    backdrop-filter: blur(2px); /* Adjust the blur amount as needed */
}
.btn-primary {
    font-weight: bold;
}
.title {
    background-color: #FBFCFC;
}

.border p-3 {
    margin-top: 20px;
}

.form {
    color: whitesmoke;
    align-content: center;
    align-items: center;
    /*width: 1100px;*/
    /*margin-top: 30px;*/
    /* margin-bottom: 50px; */
    /*margin-left: 400px;*/
}

.star {
    color: red;
}

.btns {
    color: red;
}
