* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-display: block;
}

@font-face {
  font-family: "Mulish";
  src: url("/assets/Mulish/static/Mulish-Regular.ttf") format("truetype");
  font-display: block;
}

html,
body {
  display: grid;
  height: 100vh;
  width: 100vw;
  font-family: "Montserrat";
  margin: 0;
  overflow-x: hidden;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  font-size: 12px;
}

.row {
  display: flex;
  flex-direction: row;
}

.row1 {
  justify-content: center;
}

.remember {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  opacity: 0.5;
}

.forgot1,
.forgot2 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  margin-top: 10px;
}

.forgot1 {
  display: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

.newUser {
  margin-top: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #8a8a8a;
}

.newUser a {
  color: #1dbb4d;
  font-weight: 1000;
}

.newUser a:hover {
  color: #499962;
}

.newUser1 {
  margin-top: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: red;
}

.newUser1 a {
  color: #1dbb4d;
  font-weight: 1000;
}

.newUser1 a:hover {
  color: #499962;
}
.alert-box {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.success1 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}
.name {
  font-style: normal;
  font-weight: bolder;
  font-size: 16px;
  font-family: "Mulish";
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 0.5px;
}

.nameAlign {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header {
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 41px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2c2c2c;
}

.header1 {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #2c2c2c;
}

.headerlogout {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0.01em;
  color: #2c2c2c;
}

.login {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 10px;
}

#error_msg {
  width: 225px;
  margin: 2px auto;
  position: relative;
  border-radius: 2px;
  color: #a94442;
  border-color: #ebccd1;
  font-size: 14px;
  background-color: #f7a7a3;
}

#error_detail {
  width: 225px;
  margin: 2px auto;
  position: relative;
  border-radius: 2px;
  color: #a94442;
  border-color: #ebccd1;
  font-size: 14px;
  background-color: #f7a7a3;
}

#wrapper .baricon {
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  background-color: #45c86d;
  color: white;
}
#wrapper .progress_bar {
  width: 60px;
  height: 5px;
  border-radius: 10px;
  background-color: #d8d8d8;
  display: inline-block;
}

#wrapper input[type="button"],
input[type="submit"] {
  margin-top: 25px;
  width: 100px;
  height: 37px;
  cursor: pointer;
  border: none;
  background: #45c86d;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.form_head {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 10px;
}

#user_details,
#qualification {
  display: none;
}

.form__input {
  width: 100%;
  border: 0px solid transparent;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  padding: 0.5em 0.5em 0.1em 2.3em;
  outline: none;
  background-color: transparent;
  margin: 0.5em auto;
  transition: all 0.5s ease;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21.94px;
  color: #000000;
  opacity: 0.5;
}

.form__input:focus {
  color: #000000;
  border-radius: 4px;
  opacity: 1;
}

h4 {
  font-family: Quicksand;
}

.alert {
  justify-content: left;
  width: 225px;
  margin: 2px auto;
  padding: 3px;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 0 15px 2px #ccc;
}
.alert.success {
  color: #3c763d;
  border-color: #d6e9c6;
  font-size: 14px;
  background-color: #a8f0c6;
}
.alert.danger {
  color: #a94442;
  border-color: #ebccd1;
  font-size: 14px;
  background-color: #f7a7a3;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #45c86d;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #45c86d transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

svg {
  position: absolute;
  width: 20px;
  height: auto;
  margin-top: 17px;
  margin-left: 2px;
  color: #000000;
  opacity: 0.5;
}

.checkbox {
  margin-top: 1px;
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-color: #f0f0f0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  border-color: #f0f0f0;
}

.btn:hover,
.btn:focus {
  background-color: #45c86d;
}

.btnstyle:hover,
.btn:focus {
  background-color: #45c86d;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  text-decoration: underline;
}

.loginForm {
  margin: 13px 0px 15px 0px;
}

.column {
  display: flex;
  flex-direction: column;
}

#line {
  opacity: 0.2;
  background-color: #000000;
  height: 0.1px;
}

.logo {
  width: 63px;
  margin-right: 5px;
}

.mainlogo {
  width: 95px;
  height: auto;
}

.background {
  margin-right: 13vw;
  display: block;
  width: 45vw;
  max-width: 908px;
  height: auto;
}

.sloganControl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
}

.slogan {
  z-index: 1;
  margin-right: 28vw;
  margin-bottom: 80px;
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.3;
}

.container {
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  margin-left: 13%;
  height: 100vh;
}

.loginBox {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 52px;
  padding: 5% 10%;
  width: 344px;
  height: fit-content;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  border-width: 0;
}

.wrapper {
  margin: auto;
  width: 85%;
  height: 100%;
}

.btn {
  margin-top: 25px;
  width: 100px;
  height: 37px;
  cursor: pointer;
  border: none;
  background: #45c86d;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
}
.btnotp {
  margin-top: 25px;
  width: 100px;
  height: 37px;
  cursor: pointer;
  border: none;
  background: #45c86d;

  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.btnstyle {
  margin-top: 25px;
  width: 100px;
  height: 37px;
  cursor: pointer;
  border: none;
  background: #45c86d;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.footerWrap {
  width: 100%;
	
}

footer{
	
position:fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}

.footerTxt{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  font-size: 10px;
  opacity: 0.5;
  width: 100vw;
}

@media screen and (min-width: 950px) and (max-width: 1550px) {
  .slogan {
    margin-right: 300px;
  }
  .background {
    width: 700px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .slogan {
    display: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 950px) {
  .background {
    width: 700px;
    margin: 0px 30px;
  }
}

@media screen and (max-width: 760px) {
  .background {
    width: calc(100vw - 60px);
    margin: 0px 30px;
  }
}

@media screen and (max-width: 825px) {
  .container {
    margin-left: 0px;
	  width:100vw;
  }
}

/* -------------------- Tablet view (portrait && Landscape) ----------------------------- */

@media screen and (min-width: 450px) and (max-width: 1100px) and (orientation: portrait),
  (min-width: 450px) and (max-width: 1100px) and (orientation: landscape) {
  .forgot1 {
    display: none;
  }
  .forgot2 {
    display: block;
  }
}

/* ------------------------------ Mobile view (portrait) -------------------------- */

@media screen and (max-width: 450px) and (orientation: portrait) {
  .wrapper {
    margin-top: 0px;
  }
  .mainlogo {
    width: 85px;
    height: 79px;
  }
  .container {
    margin-left: 0px;
    width: 100vw;
  }
  .remember,
  .checkbox,
  .forgot2 {
    display: none;
  }
  .forgot1 {
    display: block;
  }
  .loginBox {
    width: 85%;
  }
  .logo {
    width: 75px;
  }
  .name {
    font-size: 19px;
    margin-bottom: 1px;
  }
  .loginForm {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  svg {
    padding-bottom: 10px;
    margin-left: 10px;
    margin-top: 15px;
  }
  .form__input {
    padding: 0.5em 0.5em 0.5em 2.5em;
    font-size: 13px;
    border-radius: 10px;
    border: 1px solid #a1a0a0;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
  }
  .form__input:focus {
    border: 2px solid #45c86d;
    opacity: 1;
    border-radius: 10px;
    background-color: #eeeeee;
  }
  .btn {
    width: 45%;
    height: auto;
    padding: 10px 0 10px 0;
  }
	
  .btnstyle {
    width: 45%;
    height: auto;
    padding: 10px 0 10px 0;
  }
  .newUser {
    margin-top: 3px;
    font-size: 80%;
  }
}

@media screen and (max-width: 300px) {
  .container {
    margin-left: 0px;
    width: 100vw;
  }
  .loginBox {
    width: 95vw;
    padding: 20px;
    border-radius: 35px;
  }
  .btn {
    width: 70%;
  }
  svg {
    display: none;
  }
  .form__input {
    padding-left: 0.5em;
  }
  .header {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 150px) {
  .mainlogo {
    width: 60%;
    height: auto;
  }
  .loginBox {
    border-radius: 30px;
  }
  .nameAlign {
    flex-direction: column;
  }
  .logo {
    width: 80%;
  }
  .header,
  .name {
    font-size: 80%;
  }
  .login,
  .newUser,
  .forgot1 {
    font-size: 70%;
  }
  .btn {
    font-size: 70%;
    width: 85%;
    padding: 5px 0px 5px 0px;
  }
	
 .btnstyle {
    font-size: 70%;
    width: 85%;
    padding: 5px 0px 5px 0px;
  }
  .form__input {
    font-size: 60%;
  }
}

@media screen and (max-width: 100px) {
  .loginBox {
    border-radius: 20px;
  }
  .btn {
    width: 95%;
  }
  .btnstyle {
    width: 95%;
  }
  .header,
  .name {
    font-size: 55%;
  }
  .login,
  .newUser,
  .forgot1 {
    font-size: 50%;
  }
}

/*---------------------------------- Mobile view (landscape) ----------------------------*/

@media screen and (min-width: 550px) and (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  .wrapper {
	width: 95%;
    margin-top: 0px;
  }
  .background, .footerTxt {
    width: 350px;
    margin-right: 100px;
  }
  .forgot1 {
    display: block;
  }
  .remember,
  .checkbox,
  .forgot2 {
    display: none;
  }
  .slogan {
    display: block;
    margin-bottom: 15px;
    margin-right: 20vw;
    font-size: 15px;
  }
  .container {
    margin-left: 0px;
    width: 350px;
  }
  .loginBox {
    width: 240px;
    border-radius: 40px;
  }
	
  .forgotPwdBox {
    width: 240px;
    height: 330px;
    border-radius: 40px;
  }
  .newUser {
    margin-top: 3px;
    font-size: 10px;
  }
  .mainlogo {
    margin-bottom: -10px;
    width: 60px;
  }
  .logo {
    width: 40px;
    margin-right: 2px;
  }
  .nameAlign {
    margin-bottom: -20px;
  }
  .name {
    font-size: 11px;
  }
  .header {
    font-size: 17px;
  }
  .login {
    font-size: 12px;
    line-height: 10px;
  }
  .form__input {
	margin: 0px auto;
    padding: 1em 0.5em 0.5em;
    padding-left: 3em;
    font-size: 10px;
    line-height: 14px;
  }
  svg {
    width: 15px;
    margin-top: 9px;
    margin-left: 8px;
  }
  .forgot1 {
    font-size: 10px;
    margin-top: 5px;
  }
  .row1 {
    justify-content: center;
  }
  .btn {
    margin-top: 10px;
    width: 80px;
    height: 30px;
    font-size: 12px;
  }
	
  .btnstyle {
    margin-top: 20px;
    width: 80px;
    height: 30px;
    font-size: 12px;
  }
	
}
