.input-group-text {
  border-color: #13b497;
  border-radius: 14px;
  background-color: #20262d;
}

.bg-card-login-custom {
  background: #272E35;
  border: 1px solid #13B497;
  margin-top: 5rem;
}

.input-login-custom {
  color: white;
  background: #20262D;
  border: 1px solid #13B497;
  border-radius: 14px;
  border-left: none;
}

.input-login-custom:focus {
  color: white;
  background: #20262D;
  border: 1px solid #13B497;
  border-radius: 14px;
  border-left: none;
}

.btn-login-custom {
  border: 1px solid #13B497;
  background: rgba(19, 180, 151, 0.1);
  padding: 18px 86px 18px 86px;
  border-radius: 14px;
}

.btn-login-custom:hover {
  background-color: #24292e;
  border-color: #272e35;
}

.btn-login-custom:focus {
  background-color: #272e35;
  border-color: #13b396;
  box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before{
  background-color: #272E35;
  border-color: #5E7084;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before{
  border-color: #5E7084;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before{
  width: 21px;
  height: 21px;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after{
  top: -1px;
  width: 6px;
  height: 12px;
}
