

body{
    background-color: #2e8074;
}

#login-form h3{
    color: #bdd6d3;
}

#menuToggle{
    margin-right: 30px;
}
.passwordLabel{
position: relative;
width: 100%;
}
.passwordLabelIcon:hover, .passwordLabelIconActive:hover{
cursor: pointer;
}
.passwordLabelIcon:hover:before{
background: url("/static/img/ShowActive.svg") center / contain no-repeat;
}
.passwordLabelIconActive:hover:before{
background: url("/static/img/Show.svg") center / contain no-repeat;
}
.menu-close-btn{
  color:#2e8074;
}
.passwordLabelIconActive:before {
content: "";
position: absolute;
left: 90%;
top: 0;
width: 20px;
bottom: 0;
background: url("/static/img/ShowActive.svg") center / contain no-repeat;
}
.passwordLabelIcon:before {
content: "";
position: absolute;
left: 90%;
top: 0;
width: 20px;
bottom: 0;
background: url("/static/img/Show.svg") center / contain no-repeat;
}
.signin-button{
    width: 210px !important;
    height: 40px !important;
}
::placeholder{
  color: #172331 !important;
}