.client-btn{background: #41b0db;padding: 0 50px;color: #000;display: inline-block; color:#ffffff;}
.broker-btn{background: #49779b;padding: 0 50px;color: #000;display: inline-block; color:#ffffff;}
.input-group-prepend {position:absolute;left: 10px;top: 6px;z-index: 9;}
.input-group.input-group-sm i {color: #38648b;}
.form-control {
  display: block;
  width: 100%;
  height: 42px !important;
  line-height: 42px;
  padding: 0 30px 0 40px !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3F4254;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d3d3d3!important;
  border-radius: 0!important;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.btn.btn-primary {color: #FFFFFF;background-color: #49779b;border-color: #49779b; }
a {color: #49779b;}

.btn-outer{display: flex;justify-content: space-between;flex-wrap: wrap;}
.btn-primary {
  color: #ffffff;
  background-color: #3699FF;
  border-color: #3699FF;
  box-shadow: none; width: 49%;}
  .btn-primary:hover {
    color: #ffffff;
    background-color: #1086ff;
    border-color: #037fff; }

.btn-secondary {
  color: #181C32;
  background-color: #E4E6EF;
  border-color: #E4E6EF;
  box-shadow: none;width: 49%;}


  .login-signin .input-group-text {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.42rem; 
    display: block !important;
    border: none !important;
    background: transparent !important;
  }

@media (max-width: 575px){
body{background: #fff;}
.btn.btn-primary{display: block;width: 100%;}
.btn.btn-secondary{margin-top: 10px;display: block;width: 100%;}
.bgi-size-cover{background: none!important;}
.login-signin{padding-top: 30px;position: relative;}
.login-signin::before{position: absolute;content: "";width: calc(100% + 42px);height: 43%;background: #e9eef4;border-radius: 50px 50px 0 0;top: -18px;left: -21px;right: -21px;z-index: -1;}
.login{position: relative;}
.login::before{position: absolute;content: "";background: #e9eef4;bottom: 0;left: 0;right: 0;top: 55%;}
.landing.login::before{display: none;}
}

.login-signin.custom-landing-page::before{display: none;}


.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {
  color: #FFFFFF;
  background-color: #49779b;
  border-color: #49779b; }
.btn.btn-primary:focus,.btn.btn-primary:active{background-color: #49779b;border-color: #49779b;}
