.form-control, .input-group {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #eee;
  box-shadow: none;
}
.input-group {
  margin-bottom: 20px;
}
.accepttncs {
  font-size: 12px;
  
}
.accepttncs i {
  font-size: 24px;
}
h4 {
  margin-bottom: 30px;
}

body {
    margin: 0;
}
.field-row {
  text-align: left;
}
.forgot-button-row {
  display: none;
}


.btn-primary {
    color: #fff;
    background-color: transparent !important;
    border: none !important;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none !important;
}

.agreement-text {
  font-size: 14px !important;
  margin-top: 5px !important;
  margin-right: 15px;
}

.react-portal-login-button-col .btn-login{
  background-color: #3A8088;
  height: 65px;
  color: #fff;
  width: 100%;
  border-radius: 0;
  font-family: "Poppins Bold";
  margin-top: 1.5rem;
}

.agreement-text a {
  color: black !important;
}

.agreement-text a:hover {
  text-decoration: none !important;
  color: #1F4552 !important;
}

.react-portal-login-agreement-col {
  display: flex !important;
  justify-content: space-between !important;
  margin-top: 20px !important;
  align-items: left !important;
  height: 20px !important;
}


.login-button-row .btn {
  width: 100%;
}

.react-portal-login-error-div {
  color: #F26B6B;
  font-family: "Poppins Bold";
  border: 1px solid #F26B6B;
  width: 100%;
  height: 65px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}

.login-button-row > .btn:hover {
  color: #fff !important;
}

.btn:hover {
  color: #fff !important;
}

.input-group:focus-within .form-control {
    background-color: transparent;
}
.input-group, .input-group .form-control {
    transition: box-shadow .15s ease-in,background-color .15s ease-in,background-image .15s ease-in,background-size .15s ease-in;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}

.input-group:focus-within {
    background-color: #fff;
    background-image: linear-gradient(0deg,#1d62c7,#1d62c7 2px,transparent 0,transparent);
    background-size: 100% 100%;
}
.login-button-row {
  padding-top: 15px;
}