@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.suspend-acc-page {
  max-width: 1500px;
  margin: 0 auto;
  background-image: url(./images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.logo img {
  width: 210px;
}
.suspend-acc-page h4 {
  color: #605c81;
  font-size: 27px;
}
.suspend-acc-page p {
  color: #8b8b8b;
  font-size: 16px;
}
form label,
form h6 {
  color: #8b8b8b;
  font-size: 10px;
  letter-spacing: 2px;
}
.suspend-acc-form {
  background-color: #e9eef2;
}
.suspend-acc-form img {
  height: 19px;
}
input {
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  font-size: 10px;
  padding: 2px 0;
}
input[type="text"] {
  font-size: 14px;
  color: #8b8b8b;
}
input::placeholder {
  font-size: 10px;
  letter-spacing: 2px;
  color: #8b8b8b;
}
.fa-arrow-right {
  padding: 5px;
  border: 1px solid white;
  border-radius: 50px;
  font-size: 10px;
}
button {
  background-color: #150e45;
  color: #ffff;
  border: none;
  outline: none;
  padding: 13px 50px 13px 30px;
}
.suspend-acc-option {
  background-color: #e9eef2;
}
.form-check {
  border-bottom: 1px solid #d3d3d3 !important;
}
.form-check:nth-child(6) {
  border-bottom: none !important;
}
.form-check-input {
  background-color: #d9d9d9 !important;
}
input[type="radio"]:checked {
  background-color: #38269f !important;
}
.form-control {
  padding: 0 !important;
}
textarea {
  border: none !important;
  outline: none !important;
  background-color: transparent !important;
  resize: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-size: 14px;
  color: #8b8b8b;
}
textarea::placeholder {
  font-size: 10px;
  letter-spacing: 2px;
  color: #8b8b8b;
}
.suspend-acc-page h5 {
  color: #8b8b8b;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 2px;
}
.step {
  display: none;
}
.step-active {
  display: block;
}
.progress-loader {
  width: 100%;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 10px;
}
.progressbar {
  width: 25%;
  height: 5px;
  background-image: linear-gradient(to right, #0e005f, #4b32da);
}
@media screen and (max-width: 991px) {
  .suspend-acc-page{
    background-image: none;
  }
  .suspend-acc-page h4 {
    font-size: 24px;
  }
  .suspend-acc-page p {
    font-size: 14px;
  }
  input[type="text"] {
    font-size: 12px;
  }
  
}
