
.sk-header {
    display: none !important;
}

.sk-login {
    background-image: url("images/AdobeStock_103020747-2721DF18-80E2-47C9-97D7-DB044930BFB2.png"); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sk-modal {
    left: 28%;
    top: 15%;
    background: #ffffff;
    filter: drop-shadow(0 0 0.40rem grey);
    width: 704px;
    height: 457px;
    position: absolute;
    border-radius: 25px;
}

.login-info {
    display: block;  
    max-width: 330px;
    margin: auto; 
    padding-top: 80px; 
    width: 100%; 
    text-align: center;
}

.sk-footer {
    background: #ffffff;
    padding: 5px 50px 20px;
    margin: 0 !important;
}

footer p {
    color: grey;
    font-size: 18px;
    text-align: right;
    margin-top: 25px;
}

.sk-wci-logo {
    margin: 16px 25px 0;
}

.sk-wci-logo img {
    width: 250px;
}

/** Media Queries **/
@media screen and (max-width: 1400px) {
    .sk-modal {
      left: 25%;
    }
  }

@media screen and (max-width: 1250px) {
    .sk-modal {
        left: 18%;
    }
}

@media screen and (max-width: 990px) {
    .sk-modal {
        width: 100%;
        left: 0;
        border-radius: 0;
        filter: none;
    }

    footer .sk-wci-logo {
        display: none;
    }

    footer p {
        text-align: center;
    }

    .sk-header {
        display: block !important;
        text-align: center;
    }
}