@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

.form-style input {
  border: 0;
  height: 50px;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}

.form-style textarea {
  border: 0;
  height: 50px;
  border-radius: 0;
  border-bottom: 1px solid #000000;
}

.form-style input:focus {
  border-bottom: 1px solid #007bff;
  box-shadow: none;
  outline: 0;
  background-color: #ebebeb;
}

.form-style textarea:focus {
  border-bottom: 1px solid #007bff;
  box-shadow: none;
  outline: 0;
}

.sideline {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc;
}

button {
  height: 50px;
}

.sideline:before,
.sideline:after {
  content: '';
  border-top: 1px solid #ebebeb;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.sideline:after {
  margin: 0 0 0 20px;
}

.btn-dark {
  border-radius: 50px;
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  margin-top: 20px !important;
}

.login_welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
}

.login_w {
  width: 459px;
}

.login_welcome input[type="checkbox"] {
  height: auto !important;
}

.login_trems {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.login_trems p {
  font-size: 14px;
}

.login_con {
  background-image: url(../img/image_2022_08_31T07_15_57_179Z.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.form-style input:focus {
  border-bottom: 1px solid #00dcff;
  box-shadow: none;
  outline: 0;
  background-color: #91919100;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox+label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;

}

.styled-checkbox:hover+label:before {
  background: #ccc;
}

.styled-checkbox:checked+label:before {
  background: #ccc;
}

.styled-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled+label:before {
  box-shadow: none;
  background: rgb(112, 112, 112);
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}

.styled-checkbox:checked+label:before {
  background: #87C59C;
}

.styled-checkbox+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: rgb(255 255 255);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}


.fill_this {
  background-color: #ccc;
  border-radius: 3px;
  display: inline-grid;
  padding: 5px;
  margin-bottom: 5px;
}

.not_required {
  background-color: red;
}

.yes_required {
  background-color: green;
}

.fill_this i {
  font-size: 10px;
  color: #fff;
}


@media (max-width: 767px) {
  .login_welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 81vh;
    margin-top: -94vh;
    background: #ffffff;
    border-radius: 24px;
  }

  .login_w p {
    color: #000;
    margin-top: 30PX;
  }

  .p-r-6 {
    padding: 0 50px !important;
  }
}

@media (max-width: 612px) {
  .login_welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 81vh;
    margin-top: -94vh;
    background: #ffffff;
    border-radius: 24px;
    padding: 30px;
  }

  .p-r-6 {
    padding: 0 15px !important;
  }
}

@media (max-width: 386px) {
  label[for="styled-checkbox-1"] {
    margin-bottom: 10px;
  }
}