html {
    scroll-behavior: smooth;
}

body {
    color: #000;
}

.password-eye-wrap {
  position: relative;
}

.password-eye {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  z-index: 2;
}

.password-eye-wrap input {
  padding-right: 42px;
}



form a {
    text-decoration: underline;
} 
form a:not(".btn"):hover {
    color: #FF5A61!important;
}
.section .row {
    margin-right: 0;
    margin-left: 0;
}
.section .optin-field input {
    left: 15px!important;
}

.ui-datepicker { z-index: 10000 !important; }