#email-error{
	color: #dd4b39;

}

#password-error{
	color: #dd4b39;

}

.login-card-body {
	margin-top: 20px;
    margin-bottom: 20px;
}

.mb-3{
	margin-bottom: 30px;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.form-group {
    position: relative;
}
.input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(2.25rem + 2px);
}
.input-group-append .input-group-text{
	border-radius:0em;
}

