/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.
    
***************************************************** */

/* Gradient background: white to #b897fa (horizontal) */
.wdes-wrap-account-page {
    background: linear-gradient(to right, #ffffff 0%, #6864cf 100%) !important;
}

/* Make the small logo on login/register pages bigger */
.wdes-wrap-account-page_header .logo img,
.wdes-wrap-account-page_header img {
    width: 280px !important;    /* Increase this */
    max-width: 280px !important;
    height: auto !important;
}

section#header.wdes-layout-default .wdes-header .logo img.phox-logo,
section#header .wdes-header .logo img.phox-logo,
section#header .logo img.phox-logo {
    max-height: 150px !important;
    height: auto !important;
    width: auto !important;
}

