body {
    background-image: linear-gradient(145deg, rgba(255,129,123,1) 0%, rgba(210,56,83,1) 100%) !important;
}

.content {
    background-image: linear-gradient(145deg, rgba(255,129,123,1) 0%, rgba(210,56,83,1) 100%) !important;
}

/*label*/
.text-purple:hover {
    color: #130d0f !important;
}


/*login btn*/

.btn-purple, .btn-purple:focus {
    background-color: #ff817b;
    color: #ffffff;
    transition: all ease .35s;
}

.login-btn {
    border: none;
}

.login-btn:hover {
    color: #ffffff;
    background-color: #d23853;
    /* border-color: #87CB16; */
    transition: all ease .35s;
}

.eu-logo-images {
    display: flex;   
    justify-content: center;
    align-items: center;
    width: 100%;
}
