@font-face {
 font-family: "OpenSans-Regular";
 src: url("/assets/fonts/OpenSans-Regular.ttf");
}
@font-face {
 font-family: "OpenSans-Bold";
 src: url("/assets/fonts/OpenSans-Bold.ttf");
}
.toast-danger {
 background-color: darkred;
 color: #f1f1f1;
 padding: 5px;
}
.toast-success {
 background-color: darkgreen;
 color: #f1f1f1;
 padding: 5px;
}
.logo-reg {
 max-width: 100%;
 max-height: 50px;
 margin-top: 5px;
 margin-bottom: 5px;
 width: auto;
}



.login-card-reg {
 border-radius: 20px;
 margin: 50px auto 0;
 background-color: transparent;
 max-width: 90vw;
 padding: 20px 5px 20px 5px;
 box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.custom-input-reg {
 height: 50px; /* Increase input height */
 font-size: 20px;
 margin-bottom: 20px;
 background: #f1f1f1;
 border: #007bff 1px solid;
 padding-left: 10px !important;
 width: 99%;
}

 html.ion-palette-dark .custom-input-reg {
  background: #333;
  border: #007bff 1px solid;
 }


.card-title {
 text-align: center;
 font-size: 28px;
 margin-bottom: 20px;
}

.forgot-password {
 display: block;
 text-align: right;
 margin-bottom: 20px;
 color: #007bff;
}

.create-account {
 text-align: center;
 margin-top: 20px;
}

.create-account p {
 margin: 0;
}

.custom-login-btn {
 font-size: 20px;
 color: aliceblue;
}

.eye-icon {
 position: absolute;
 right: 25px;
 top: 40%;
 transform: translateY(-50%);
 z-index: 222222;
}
