/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Varta:wght@400;500;600;700&display=swap');
:root {
  --heading_color: #880615;
  --background: #880615;
  /* --background: linear-gradient(41deg, #580180, #800180); */
}

/* @import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand&family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap'); */

body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Varta', sans-serif;
  background-color: #ffffff;
  background-image: url("./assets/fabric-of-squares.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.error {
  color: red;
  font-family: 'Varta', sans-serif;
  font-size: small;
  text-align: left;
  margin: 5px 0 0 3%;
}

.site_info {
  /* width: 100%;
	margin-bottom: 2%;
	
	background-color: #efefef !important;
	padding: 1%; */
  width: 100%;

  /* padding: 1%; */
  /* margin-bottom: 2%; */
  /* overflow-x: hidden; */
  /* background-color: #efefef !important; */
  /* background-color: var(--background) !important; */

  /* overflow-x: hidden; */
  /* padding: 1%; */
  /* display: flex;
	justify-content: space-between;
	align-items: center; */
}

/* ----------- */
.FlexContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-left: 2%;
  /* width: 90%; */
  /* background-color: #2f1d58; */
  /* height: 80vh; */
  /* overflow: auto; */
  flex-direction: row;
}

.FlexContainerDiv {
  width: 45%;
  height: auto;
  margin: 5px;
  /* background-color: #F2F2F2; */
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
}
/* .formDiv{
align-items: center;
} */

.adviceLoginForm {
  align-items: center;
  justify-content: center;
  /* background-color: #428cc6;
	padding: 0% !important; */
  width: 100%;
  display: flex;
  flex-direction: column;
}

.FormHeader {
  width: 100%;
  background-color: #f6f6f6;

  display: inline-flex;
  margin-bottom: 5%;
}

.FormHeaderItem {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5); */
  /* background: linear-gradient(41deg, #45dec0, #53c3bf 46%, #60a8be); */
}

.adviceForm {
  width: 100% !important;
  margin-top: 2%;
  padding: 1%;
  /* border: 2px solid var(--heading_color); */
  border: 2px solid transparent;
  /* margin-left: -2%; */
  background-color: #f6f6f6 !important;
  /* border-bottom-color:var(--heading_color) ; */
}

.adviceForm_button {
  width: 100% !important;
  margin-top: 5%;
  padding: 1.5%;
  /* border: 2px solid var(--heading_color); */
  border: none;
  /* margin-left: -2%; */
  background: var(--background);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  /* background: linear-gradient( -121deg, rgb(2,80,197) 0%, rgb(107,72,169) 46%, rgb(212,63,141) 100%) ; */
  color: white;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  /* font-size: 20px; */
}

::placeholder {
  color: rgba(0, 0, 0, 0.267) !important;
  /* font-size: 1.5em; */
}

#modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
}

#modal .modal-div {
  position: relative;
  width: max-content;
}

#modal span {
  position: absolute;
  top: -2.5rem;
  left: 0px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.2s;
}
#modal span:hover {
  color: #ccc;
}

#modal div {
  position: absolute;
  left: 25%;
  top: 30%;
  background: #fff;
  border-radius: 5px;
}

#modal div p {
  font-size: 1.5rem;
  padding: 4%;
}
/* :root {
	--spacing: 24px;
	--min-card-width: 250px;
  } */
#mcd_logo {
  width: 120px;
}

.head-1{
font-weight:bold;
color:var(--heading_color);
}

/* .LogIn{
	background: var(--background);
	color: white;
} */

/* ---------- */

.brand_img_styling {
  width: 10rem;
  /* width: 60%; */
  height: auto;
}
.nav-link {
  color: #ffffff !important;
  /* opacity: 0.5 !important; */
  font-size: 1.1rem;
  margin-left: 15px;
  transition: 0.5s;
  padding: 5px 20px !important;
}
.nav-link:hover {
  /* color: #000000 !important; */
  opacity: 1 !important;

  background-color: var(--heading_color);
  border-radius: 20px;
  /* text-decoration: underline; */
  /* font-weight: bold; */
  /* font-size: 1.2rem; */
}

.header_wavy_main {
  background: #7f7f7f;
  background-color: #7f7f7f;
}
.header_wavy_div {
  background: linear-gradient(rgba(0, 0, 0, 0.801), rgba(0, 0, 0, 0.753)),
      url("./assets/bg.jpg");

  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  /* background-image: var(--background); */
  /* padding: 2%; */
  /* background-attachment: fixed; */
  /* background-position: center; */
  padding-bottom: 5%;
  background-size: cover;
  /* background-size: 100% 100%; */
  /* height: auto; */
  height: 100vh !important;
}

.punch_line {

  font-size: 6rem;
  font-weight: bold;
  color: white;
  text-align: center;
  padding-top: 18%;
  margin-bottom: 2%;
  /* font-family: 'Work Sans', sans-serif !important; */
}
.button_inline {
  display: inline-block;
  width: 22%;
  font-size: 1.5rem;
  /* min-height: 50px; */
  vertical-align: top;
  font-weight: 600;
  margin-left: 2%;
  cursor: pointer;
  padding: 0 10px;
  height: fit-content;
  padding: 10px 0;
  transition: all 0.3s ease-in !important;
  /* border: 3px solid white; */
  background-color: white;
  letter-spacing: 2px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.button_inline:hover{
	/* animation: vibrate-1 0.3s linear infinite both; */
  /* clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%) !important;
  transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2) !important; */
    backface-visibility: hidden;
    border-radius: 0px;
    /* border-left: none;
    border-right: none; */
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    background-color: transparent;
    transition: all 280ms ease-in-out;
    width: 20%;
    letter-spacing: 0px;
    color:white !important;
    

}

/* .button_inline:hover{
	animation: vibrate-1 0.3s linear infinite both;
} */

@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}

.white_background {
  background-color: var(--background);
  color: white !important;
  /* border: 4px solid  #E99B0A; */
  /* border-radius: 50px; */
  /* border-color: #E99B0A;
  border-width: 5px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; */

}
.transparent_background {
  color: white ;
  border: 4px solid white;
}
.space_from_margin {
  margin: 0% 6% 0% 6%;
}
.text_area {
  display: inline-block;
  width: 60%;
  vertical-align: top;
  font-size: 4rem;
  color: white;
  padding: 4% 2% 4% 2%;
}

.img_styling {
  width: 200px;
  height: 200px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
}

.heading {
  font-size: 40px;
  color: var(--heading_color);
  margin-left: 4%;
  margin-top: 2%;
  margin-bottom: 3%;
  font-weight: 600;
  /* font-family: "Poppins"; */
  font-family: 'Varta', sans-serif;
}
.why_us_text_area {
  margin-top: 1%;
  margin-left: 4%;
  font-size: 20px;
  margin-right: 4%;
  font-weight: 400;
  line-height: 30px;
}
.service_use_line {
  color: var(--heading_color);
  font-size: 3.5rem;
  text-align: center;
  font-family: 'Varta', sans-serif;
  margin: 6% 0% 6% 0%;
}
.italic_style {
  font-weight: 600;
}
.general_text {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  font-size: 2rem;
  color: var(--heading_color);
  padding: 3% 3% 6% 1%;
  background: var(--background);
  color: white;

  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-right: 7px solid #ffffff;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  /* border-left: 2px solid white; */
  box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}
.form_area {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  /* background-color: white; */
  padding-bottom: 2%;
  margin-left: 3%;
  
}
.form_login {
  display: none;
}
.heading_in_form {
  text-align: left;
  font-size: 3rem;
  font-weight: 600;
  color: var(--heading_color);
  margin-left: 3%;
  margin-top: -3%;
}
.text_under_heading_form {
  text-align: left;
  font-size: 1.3rem;
  color: white;
  margin-left: 3%;
  font-weight: 600;
}
.register_text {
  text-align: left;
  font-size: 1rem;
  color: var(--heading_color);
  margin-left: 3%;
  font-weight: 600;
  cursor: pointer;
}
.login_form_spacing {
  margin-top: 15%;
}

.register_tab {
  /* border: 1px solid black; */
  width: 50%;
  float: right;
  background-color: var(--heading_color);
  color: white;
  padding: 1%;
  text-align: center;
  font-size: 2rem;
  cursor: pointer;
  border: 2px solid transparent;
}
.login_form {
  display: none;
}
.register_form {
  display: block;
}
.form_inputs {
  width: 70%;
  border-bottom: 2px solid rgb(198, 198, 198);
  margin-left: 3%;
}
.label_styling {
  width: 35% !important;
  margin-top: 2%;
  text-align: left;
  color: var(--heading_color);
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 3%;
}
.input_styling {
  width: 60% !important;
  margin-top: 2%;
  padding: 1% 2%;
  border-radius: 30px;
  /* border: 2px solid var(--heading_color); */
  border: 2px solid transparent;
  margin-left: -2%;
  background-color: #ffffff !important;
  /* border-bottom-color:var(--heading_color) ; */
}
/* .short{
    margin-left: -12%;
} */
.input_styling:focus {
  outline: transparent;
}
.failure_text {
  font-size: 0.7rem;
  color: red;
  display: none;
  margin-left: 3%;
}
.submit_button_style {
  margin-top: 5%;
  margin-left: -15%;
}
.submit_button {
  background-color: var(--heading_color);
  color: white;
  border: 2px solid transparent;
  font-size: 1.5rem;
  padding: 1% 5% 1% 5%;
  border-radius: 25px;
}
.submit_button:hover {
  background-color: white;
  color: var(--heading_color);
  border-color: var(--heading_color);
}
::placeholder {
  color: black;
}
a {
  color: inherit !important;
  text-decoration: inherit !important;
}
.footer_div {
  color: white;
  padding: 1%;
  margin-top: 3%;
  text-align: center;
  /* background: var(--background); */
  font-weight: 500;
  font-size: small;
  background: #111111;
}
.alert_box {
  position: fixed;
  top: 30%;
  left: 30%;
  background-color: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  padding: 2%;
  font-size: 1.5rem;
  color: var(--heading_color);
  font-weight: 500;
  display: none;
  min-width: 400px;
  text-align: center;
  border-radius: 14px;
}
.alert_box_failure {
  position: fixed;
  top: 20%;
  left: 40%;
  background-color: white;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  padding: 2%;
  font-size: 1.5rem;
  color: var(--heading_color);
  font-weight: 500;
  display: none;
  max-width: 400px;
  text-align: center;
  border-radius: 14px;
}

.close_button {
  background-color: var(--heading_color);
  color: white;
  width: max-content;
  padding: 1% 3% 1% 3%;
  margin-left: 35%;
  border-radius: 10px;
  margin-top: 2%;
  cursor: pointer;
}

.testimonial_img_styling {
  border-radius: 50%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  margin-bottom: 2%;
  width: 120px;
  height: 120px;
  border: 8px solid var(--heading_color);
}

.all_icons_image_styling {
  width: 100%;
  height: auto;
}

.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  height: 270px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
  color: #428cc6;
  cursor: pointer;
}

.directional_nav {
  /* height: 340px; */
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: -8%;
  margin: auto;
  position: absolute;
  top: 300px;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: -8%;
  top: 300px;
}

.previous_btn,
.next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
  opacity: 1;
}
.author_name {
  font-size: 1.7rem;
  color: var(--heading_color);
  font-weight: 600;
}
.author_designation {
  font-size: 1.2rem;
  color: var(--heading_color);
  font-weight: 500;
}
.author_message {
  font-size: 1.3rem;
  padding: 2% 4% 2% 4%;
}
.outer_box_div {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 14px;
  padding: 2%;
  margin: 2% 4% 2% 4%;
}
.jump_to_div {
  position: relative;
  top: -180px;
}
.jump_to_div_reg {
  position: absolute;
  bottom: -130%;
}
#open_form {
  position: absolute;
  bottom: -200%;
}

.jump_to_career_form {
  position: relative;
  top: -300px;
}
.span_styling {
  text-decoration: underline;
  font-weight: 700;
}
.loading_style {
  display: none;
}
.job_opening_main {
  margin: 3% 4% 3% 4%;
}
.job_details {
  background-color: white;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5); */
  padding: 2%;
  margin: 2% 0% 2% 0%;
  border-radius: 4px;
  animation: slide-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

@keyframes slide-bottom {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

.job_name {
  /* background-color: var(--background);
  color: white;
  padding: 2%;
  font-size: 1.3rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; */
  background-color: var(--background);
  color: #ffffff;
  padding: 2% 2% 2% 5%;
  font-size: 1.5rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  cursor: pointer;
  /* background: #111111; */
  clip-path: polygon(1% 0, 100% 0%, 99% 99%, 0% 100%);
}
.job_title {
  flex: 3;
}
.apply_now_button {

  background-color: white;
  border-color: var(--heading_color);
  border-radius: 2px;
  padding: 0.5% 1.5%;
  cursor: pointer;
  color: var(--background);
  float: right;
  position: relative;
  left: -15%;
  top: -6px;
  clip-path: polygon(5% 0, 100% 0%, 95% 99%, 0% 100%);

  /* background-color: white;
  border-color: white;
  color: var(--heading_color);
  border-radius: 4px;
  padding: 5% 10%;
  cursor: pointer;
  float: right;
  position: relative;
 
  width: max-content; */
}
.apply_now_button:hover {
  animation: vibrate-1 0.3s linear infinite both;
}

/* .expand_sign {
  margin-right: 2%;
} */

.expand_sign {
  float: right;
  position: relative;
  left: 7%;
}

hr.new5 {
  border: 2px solid var(--heading_color);
  border-radius: 5px;
  width: 400px;
  position: relative;
  top: 60px;
}

#minus {
  display: none;
}
.close_button {
  border-radius: 4px;
  border-color: black;
}
.heading_job_description {
  font-size: 1.5rem;
  margin: 2% 0% 2% 0%;
  /* font-weight: 400; */
  font-weight: 600;
  color: var(--heading_color);
  /* font-family: "Poppins"; */
  font-family: 'Varta', sans-serif;
}
.text_area_job_description {
  font-size: 1.2rem;
  color: black;
  /* font-family: "Poppins"; */
}
#senior_project_manager,
#senior_project_manager_minus,
#database_migration,
#database_migration_minus,
#associate_architect,
#associate_architect_minus,
#software_architect,
#software_architect_minus,
#sr_data_engineer_snowflake,
#sr_data_engineer_snowflake_minus,
#community_executive,
#community_executive_minus,
#network_administator,
#network_administator_minus {
  display: none;
}

@media only screen and (min-width: 1600px) {
  .previous_btn {
    left: -20%;
  }
  .next_btn {
    right: -20%;
  }
  .header_wavy_div {
    height: auto;
  }
}
@media only screen and (max-width: 1680px) {
  #open_form {
    position: absolute;
    bottom: -185%;
  }
}
@media only screen and (max-width: 1450px) {
  #open_form {
    position: absolute;
    bottom: -200%;
  }
}
@media only screen and (max-width: 1370px) {
  #open_form {
    position: absolute;
    bottom: -240%;
  }
}
@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
@media only screen and (min-width: 1500px) {
  .alert_box {
    left: 40%;
    top: 40%;
  }
}
@media only screen and (max-width: 1300px) {
  .author_message {
    padding: 2% 6% 2% 6%;
  }
  .previous_btn {
    left: -5px;
  }
  .next_btn {
    right: -5px;
  }
  .FlexContainerDiv {
    width: 90%;
  }
  .formDiv {
    margin-top: 10%;
  }
  /* .header_wavy_div {
		height: auto;
		}
		.punch_line {

			margin-top: 15%;
		} */
}
@media only screen and (max-width: 1050px) {
  .img_styling {
    width: 160px;
    height: 160px;
  }
  .align_img {
    margin-left: 160px;
  }
  .illustration_area {
    margin-top: 60px;
  }
  .job_title {
    flex: 2.7;
  }
  .apply_now_button {
    /* margin-left: 15%; */
    flex: 0.75;
    left: 1%;
  }
  #open_form {
    position: absolute;
    bottom: -175%;
  }
}
@media only screen and (max-width: 990px) {
  .text_area {
    font-size: 2rem;
  }
  .img_styling {
    width: 120px;
    height: 120px;
  }
  .align_img {
    margin-left: 120px;
  }
  .general_text {
    width: 100%;
    min-height: max-content;
  }
  .form_inputs {
    width: 90%;
  }
  .form_area {
    /* margin-left:10%; */
    width: 90%;
    margin-top: 3%;
  }
  .login,
  .register {
    min-height: 58px;
  }
  .illustration_area {
    margin-top: 3%;
  }

  .heading_in_form,
  .register_text {
    text-align: center;
  }
  .jump_to_div {
    position: relative;
    top: -310px;
  }
  .jump_to_div_reg {
    bottom: -76%;
  }
  .login_form_spacing {
    margin-top: 5%;
  }
  .previous_btn,
  .next_btn {
    display: none;
  }
  .company_logo_styling {
    width: 100%;
    top: 10px;
  }
  .job_name {
    font-size: 1rem;
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 800px) {
  .alert_box {
    left: 25%;
    top: 25%;
    min-width: 250px;
  }
  .slide_viewer {
    height: 340px;
  }
  hr.new5 {
    top: 0;
    width: 50%;
  }
  .apply_now_button {
    margin-left: 9%;
    left: 1%;
  }
  #open_form {
    position: absolute;
    bottom: -170%;
  }
}
@media only screen and (max-width: 700px) {
  .punch_line {
    font-size: 3rem;
    padding-top: 70%;
  }
  .button_inline {
    font-size: 1.2rem;
    min-height: 30px;
    width: 50%;
  }
  .alert_box_failure {
    left: 15%;
    max-width: 300px;
  }
  /* .apply_now_button {
		margin-left: 5%;
	} */
  .apply_now_button {
    top: -2px;
    left: 1%;
    /* margin-left: 5%; */
  }
  .jd_name {
    width: 100px !important;
    /* max-width: 40vw !important; */
    /* background-color:rgb(219, 135, 24) */
  }
}
@media only screen and (max-width: 640px) {
  .text_area {
    font-size: 1.7rem;
  }
  .img_styling {
    width: 100px;
    height: 100px;
  }
  .align_img {
    margin-left: 100px;
  }
  .previous_btn,
  .next_btn {
    display: none;
  }
  .author_message {
    font-size: 1.1rem;
  }
  .heading {
    font-size: 2rem;
    margin-top: 5%;
  }
  .jump_to_div_reg {
    bottom: -66%;
  }
  .heading_job_description {
    font-size: 1rem;
  }
  .text_area_job_description {
    font-size: 0.7rem;
  }

}

@media only screen and (max-width: 550px) {
  .why_us_text_area {
    font-size: 16px;
  }
  .text_area {
    font-size: 1.2rem;
  }
  .img_styling {
    width: 60px;
    height: 60px;
  }
  .align_img {
    margin-left: 60px;
  }
  .login,
  .register {
    font-size: 1rem;
  }
  .label_styling {
    font-size: 0.65rem;
  }
  .submit_button_style {
    margin-left: 5%;
  }
  .submit_button {
    padding-left: 6%;
    padding-right: 6%;
  }
  .login,
  .register {
    min-height: 38px;
  }
  .service_use_line {
    font-size: 1.5rem;
  }
  .job_name {
    font-size: 0.7rem;
  }
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#111111,var(--heading_color));
  border-radius: 14px;
}
@media only screen and (max-width: 500px) {
  .alert_box {
    left: 20%;
  }
  .error{
    margin-bottom: 15px;
      }
}
@media only screen and (max-width: 400px) {
  .button_inline {
    font-size: 1rem;
  }
  .nav_bar_list {
    text-align: right;
    margin-top: 5%;
    width: max-content;
    margin-left: -40px;
    font-size: 1rem;
  }
  .alert_box_failure {
    left: 15%;
    max-width: 250px;
  }
  .job_name {
    font-size: 0.6rem;
  }
}
.forgot_text {
  text-align: center;
  font-size: 1rem;
  color: var(--heading_color);
  margin-top: 2%;
  font-weight: 600;
  cursor: pointer;
}
