.main-content-action{
  margin-bottom: 30px;
  margin-top: 30px;
}
.main-content-action ul li{
  display: inline-block;
}
.main-content-action ul li:not(:last-child){
  margin-right: 5px;
}
.main-content-action ul li a{
  border: 1px solid #dde0e3;
  border-radius: 5px;
  background-color: transparent;
  display: block;
  text-align: center;
  padding: 10px 15px;
  font-weight: 500;
  color: #0f2137;
}
.main-content-action ul li a svg{
  height: 25px;
  width: 25px;
}
.main-content-action ul li a span{
  margin-left: 5px;
}
.main-content-action ul li a:hover{
  border-color: #fb4c4d;
}
.main-content-action .or{
  margin-top: 20px;
}
.main-content-action .or::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E3E6EF;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.main-content-action .or p{
  margin-bottom: 0px;
  display: inline-block;
  background-color: #ffffff;
  padding: 0px 20px;
}

@media only screen and (max-width: 787px){
  .main-content form .d-flex{
    flex-wrap: wrap;
  }
} 
.login-resistration-area .main-login-area .main-content .customer-input select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dde0e3;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.login-resistration-area .main-login-area .main-content .customer-input textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dde0e3;
  padding-bottom: 9px;
  margin-bottom: 19px;
}