
.smart-login-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

#smart-login-modal-iframe {
    width: 100%;
    height: 89%;
    border-radius: 5px;
}

.login-form-side {
    display: none;
}

.iframe-smart {
    width: 50%;
    margin: 13% auto;
    height: 600px;
}

.smart-login-modal-close {
    position: absolute;
    margin-right: 10px;
    margin-top: 11px;
}

@media only screen and (max-width: 600px) {

    .smart-login-modal-content {
        width: 100% !important;
        padding: 0 !important;
    }

}

.smart-login-modal-content {
    margin: 0 auto;
    padding: 20px;
    width: 30%;
    height: 89%;
}

.smart-login-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 9999999;
}

.smart-login-modal-close:hover,
.smart-login-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.loading-overlay {
    margin: 0 auto;
    padding: 20px;
    width: 30%;
    height: 100%;
    right: 0;
    background: none;
}