@media screen and (max-width:780px) {
    body, html {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .login-logo {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}

.card {
    background-color: rgba(255,255,255, 0.3);
}

.login-logo {
    max-width: 200px;
    width: 100%;
    margin: auto;
    display: block;
}

body {
    background: url(/images/si.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    height: 100%;
}

.custom-btn {
    background-color: #504999 !important;
    color: #fff;
    border-color: #356E9F !important;
}

    .custom-btn:hover {
        color: #fff !important;
        background-color: #5e56b0 !important;
    }

.input-group-text {
    background-color: #504999;
    color: #fff;
}

.login-header {
    display: none !important;
}

.login-page {
    height: max-content;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.card {
    background: #fff;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 15px;
}

.custom-card {
    max-width: 500px;
    margin: auto;
}

.link {
    color: #7a79b2;
    font-size: 12px;
}

    .link:hover {
        text-decoration: none !important;
        color: rgb(94, 86, 176) !important;
    }

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}
