* {
  font-family: "Baloo Bhaina 2", cursive;
}
.brand_name {
  font-size: 70px;
}
.large_font {
  font-size: 20px;
}
.small_font {
  font-size: large;
}
.larger_font {
  font-size: 40px;
}
.login_txt {
  font-size: 40px;
}
#landing::before,
#registerPage::before {
  content: "";
  position: absolute;
  background: url("https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667555875/spotlight_happy_cjdlor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
}
#landing .content,
#registerPage .content {
  height: 100vh;
  margin: 0;
}
#landing .login,
#registerPage .register {
  background-color: #fff;
}
#landing a.register,
#landing a.google,
#registerPage a.google {
  text-decoration: none;
}
a.navbar-brand {
  font-size: 3em;
  font-weight: 800;
  color: #40bf40;
}
a.navbar-brand:hover {
  color: #40bf40;
}
a.navbar-brand img {
  width: 1.5em;
}
.menu {
  font-size: 2.5em;
}
.logout {
  font-size: 1.5em;
}
.sidebar-list {
  list-style: none;
}
.sidebar-item a {
  font-size: 1.5em;
  text-decoration: none;
  color: black;
}
.bl-3 {
  border-left: 0.5em solid #dfdfdf !important;
}
#add-job,
#profile,
#all-jobs,
#edit-job {
  background-color: #f0f4f8;
}
#all-jobs .delete a,
#all-jobs .edit a {
  color: #fff;
  text-decoration: none;
}
.job-card {
  background-color: #fff;
  margin: 1em;
}
.company-logo {
  background-color: #40bf40;
  position: relative;
  font-size: 2.5em;
  width: 1.5em;
  height: 1.5em;
  color: white;
  border-radius: 5%;
}
.job-card .Pending {
  color: darkgoldenrod;
  background-color: rgb(243, 212, 134);
}
.job-card .Online-Assessment {
  color: gray;
  background-color: rgb(219, 219, 219);
}
.job-card .Interview {
  color: darkblue;
  background-color: rgb(137, 137, 216);
}
.job-card .Offered {
  color: darkgreen;
  background-color: rgb(137, 216, 137);
}
.job-card .Declined {
  color: darkred;
  background-color: rgb(216, 137, 137);
}
.inp {
  background-color: #e8f9fd;
  opacity: 0.7;
}
.gsign {
  background-color: #ffe898;
  opacity: 0.7;
  filter: alpha(opacity=60);
  border-radius: 5px;
  padding: 10px;
}
.register_gsign {
  margin-left: 31%;
  margin-right: 31%;
}
.register_btn {
  position: relative;
  left: 45%;
  right: 50%;
  margin-top: 20px;
  font-size: 25px;
}
.gsign a {
  font-size: large;
}
.header_area::before {
  content: "";
  position: absolute;
  background-image: url("https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667556411/sidebar_t0r8lq.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}
.stats_body::before {
  content: "";
  position: absolute;
  background-image: url("https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667555876/spotlight_zuwv6v.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}
.all_jobs_body::before {
  content: "";
  position: absolute;
  background-image: url("https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667555876/employees_tm27g0.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}
.add_jobs_body::before {
  content: "";
  position: absolute;
  background-image: url("https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667555875/spotlight_happy_cjdlor.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.profile_body::before {
  content: "";
  position: absolute;
  background-image: url("https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667555877/profile_sxibx0.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.4;
}
.job-card {
  background-color: #f0f4f8;
  opacity: 0.9;
}
.add_job_label {
  margin: 5px 5px;
  color: #f0f4f8;
  font-weight: 500;
  font-size: large;
}
.submit_btn_addJob {
  text-align: center;
  margin: 10px -2px;
  font-size: 20px;
  font-weight: 700;
}
.profile_label {
  margin: 5px 5px;
  font-weight: 500;
  font-size: large;
}
.edit-label {
  margin: 5px 5px;
  font-weight: 500;
  font-size: large;
}
#edit-job {
  background-color: transparent;
}
.edit-job-body::before {
  content: "";
  position: absolute;
  background-image: url(https://res.cloudinary.com/dbxz7xqmg/image/upload/v1667555876/college_student_marybh.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.2;
}

