#wrap{
    background-image:none;
    background-color:#4a5e81;
}
#header img {
  background: none !important;
}
.card{
    background-color:transparent;
    border-style:none
}
.reset-password {
    color:white;
    text-decoration:underline;
}
.reset-password:hover {
    text-decoration:none;
    color:white;
}
.alert-warning{
    background-color:white;
    border-left: 4px solid #ac5900;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.alert-success{
    color:black;
    background-color:white;
    border-left: 4px solid #155724;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.alert-danger{
    color:#721c24;
    background-color:white;
    border-left: 4px solid #721c24;
    border-top: none;
    border-right: none;
    border-bottom: none;
}
.center-message {
    margin:0 auto;
    max-width:330px;
}

.form-label {
    display: block;
    width: 100%;
    text-align: left;
    color:white;
}
.btn-connect-style{
    width:100%
}
.btn-connect-style:hover{
    background-color:#bc555c;
    border-color:#bc555c;
    color:white
}
.pwd-reset-h2-style{
    color:white;
}