* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #ffffff !important;
}
nav {
  background-color: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 1px 1px 10px 1px hsl(0, 0%, 90%);
}
.navbar {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 16px;
}
.img-box{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.img-box img{
  height: 100px;
  text-align: center;
}


.main-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.form-container {
  background: #ffffff;
  padding: 24px;
  width: 70%;
  padding: 0px 140px;
}

.text-label {
  font-size: 14px;
  font-weight: 700;
  color: #112d88;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.form-step {
  display: none;
  flex-direction: column;
}

.form-step.active {
  display: flex;
}
.form-step p{
  color: #111111 !important;
}

label {
  color: #cecece;
  margin-top: 10px;
}

input {
  padding: 14px;
  margin-top: 5px;
  width: 100%;
  font-size: 13px !important;
  box-sizing: border-box;
  background-color: #e7e7e780;
  border: 1px solid #e7e7e780;
  border-radius: 6px;
  color: #111111;
}

button {
  margin-top: 20px;
  padding: 11px;
  font-size: 14px !important;
  width: 100%;
  background-color: #1e62a1;
  border-radius: 8px !important;
  color: white;
  border: 2px solid #1d5c97;
  cursor: pointer;
  font-weight: 500;
}

.sgnup {
  font-size: 14px;
  margin-top: 20px;
  color: #1a1a1a;
}

.sgnup a {
  font-weight: 600;
  text-decoration: none;
  color: #112d88;
}
.the-partt{
  height: 95vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/coin-smrts.jpg');
}
@media screen and (max-width:768px) {
  .form-container{
    width: 80% !important;
     padding: 0px 0px !important;
  }
}
@media screen and (max-width:1440px) {
  .form-container{
    width: 80% !important;
    
  }
}
