<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-form {
	box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
	padding: 30px;
	width: 80%;
    overflow: hidden;
}

.login-container {
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.fb {
  background-color: #3B5998;
  color: white !important;
  width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
}

.fb:hover {
    background: #304a80;
    color: white;
}

.btn-login {
	width: 100% !important;
	font-size: 17px;
}

.pwd {
	text-align: left !important;
}

.password-container{
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"]{
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}
.fa-eye{
  position: relative !important;
  float: right !important;
  margin: -25px 10px !important;
  cursor: pointer;
  color: lightgray;
}</pre></body></html>