<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Login Form CSS*/
.forgot-password-btn{
   font-size:13px;
   display:block;
   text-align:center;
   margin:10px 0;
   color: grey;
}

.forgot-password-btn:hover{
   text-decoration: none;
   color:black;
}

.dont-have-account-btn{
   font-weight:bold;
   color:grey;
}

.dont-have-account-btn:hover{
   text-decoration: none;
   color:black;
}

.already-have-account-btn{
   font-weight:bold;
   color:grey;
}

.already-have-account-btn:hover{
   text-decoration: none;
   color:black;
}

.list-group-item{
   border-top-color: rgb(0, 5, 9);
   border-top-style: solid;
   border-top-width: 1px;
   border-right-color: rgb(0, 5, 9);
   border-right-style: solid;
   border-right-width: 1px;
   border-bottom-color: rgb(0, 5, 9);
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: rgb(0, 5, 9);
   border-left-style: solid;
   border-left-width: 1px;
   border-image-source: initial;
   border-image-slice: initial;
   border-image-width: initial;
   border-image-outset: initial;
   border-image-repeat: initial;
}
</pre></body></html>