.aaplogo{
    height: 120px;
}
.card{
    background-color: rgb(0, 184, 203)  !important;
    border-color: rgb(0, 184, 203) !important;
    border-radius: 20px;
}
.inputlogin{
    height: 3rem !important;
    border-radius: 8px;
}
.inputlogin::-webkit-input-placeholder {
    font-weight: bold;
}
.btn-login {
    border-radius: 20px;
}
.btn-login span{
    color: rgb(0, 184, 203);
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
}
.ahover-underline-0 a:hover {
    text-decoration: none;
}

.password-wrapper {
  position: relative;
}

.password-wrapper .form-control {
  padding-right: 2.5rem;
}

.password-eye {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
  z-index: 5;
}

.password-eye:hover {
  color: #212529;
}