.auth-img-1 {
    background-image: url(../images/auth-img-1.jpg);
}

.auth-img-2 {
    background-image: url(../images/auth-img-2.jpg);
}

.authentication-bg-1 {
    background-image: url(../images/auth-bg-1.jpg);
}

.authentication-bg-2 {
    background-image: url(../images/auth-bg-2.jpg);
}

.authentication-bg-3 {
    background-image: url(../images/auth-bg-3.jpg);
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: rgba(255,255,255,.1) !important;
    border-color: rgba(255,255,255,.1);
    color: #fff;
}

.authentication-bg .auth-cover-card .form-floating label {
    color: rgba(255,255,255,1) !important;
}

.form-control {
	background-color:unset !important;
	
}