/*
Theme Name: Movement RX Patient Dashboard V2
Author: CH 02.2023 | Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Login Page CSS
*/

/*--------------------------------------------------------------
LOGIN
--------------------------------------------------------------*/


.left-section {
    position: relative;
    color: white;
}

.left-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(204.57deg, #416DC2 -1.03%, #2A4E79 99.04%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    z-index: -2;
}

.left-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/login_background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.01; /* Adjust transparency of the image only */
    z-index: -1;
}

.light-background{
  background: #E9F8FF;
}

.party-popper {
  display: inline;
  width: 32px;
  vertical-align: top;
}


/*--------------------------------------------------------------
MOBILE
--------------------------------------------------------------*/
@media (max-width: 767px) {



} /*end of mobile - 767px*/