.blockchain{
  width: 100%;
  height: 100vh;
  background-color: #121d33 ;
}
.navBlockchain{
  width:100%;
  height:100%;
  background-color:#121d33;	
}

.h-bg{
  width:100%;
  height:113px;
  background-image:url("https://login.blockchain.com/img/bg-pattern.svg");	
}
.h-header{
  width:222px;
  height:32px;
  background-image:url("https://login.blockchain.com/img/bc-logo.svg?91c7840afd5ef690da30e77ec34105f3");
  background-repeat:no-repeat;
  background-size:96%;
  margin:0 auto;	
}
.h-space{
  width:100%;
  height:45px;	
}
.formDiv{
    border-radius: 10px;
    margin-top: 70px;
}
.formInputBlockchain{
    height: 50px;
}
.formInputBlockchain:focus{
    border: 1px solid #121d33;
    border-color: #121d33;
    outline: 0;
}

.required {
    border: 1px solid red;
    border-color: red;
    outline: 0;
}

.edit-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 475px) {
  .edit-1 {
    position: relative;
    margin-top: 140px;
  }
}

.underLine{
  margin: 0 !important;
}

.icon-check i{
  font-size: 70px;
  color: #144fea;
}

.css-ur4fg7 {
  margin: 0px;
  min-width: 0px;
  appearance: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  outline: currentcolor none medium;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  word-break: keep-all;
  color: rgb(33, 40, 51);
  border-radius: 4px;
  padding: 4px 8px;
  min-height: 24px;
  border: medium none;
  background-image: linear-gradient(rgb(248, 209, 47) 0%, rgb(240, 185, 11) 100%);
  width: 100%;
  height: 40px;
}