﻿@media (max-width: 767px) {
    .form-signin {
        margin: 0 auto;
        background: #fff;
        border-radius: 5px;
        max-width: 320px;
        border: solid 1px #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    }
}

@media (min-width: 768px) {
    body {
        background-color: #5bc0de;
        background: url('../images/bg2.jpg') fixed no-repeat;
        background-size: 100% 100%;
    }

    .container {
        background: url('../images/bg3.png') no-repeat;
        background-size: contain;
        width: 704px;
        height: 404px;
        margin: 0 auto;
    }

    .form-signin-heading {
        padding: 28px 0;
        background-color: transparent;
    }

    .login-wrap {
        width: 300px;
        height: 274px;
        position: relative;
        left: 346px;
        justify-content: center;
    }

    .slidercaptcha {
        width: 300px;
    }

        .slidercaptcha, .slidercaptcha.oauth {
            height: 280px;
        }

            .slidercaptcha.card .card-body {
                padding: 15px 15px 0 15px;
            }

.login-footer {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .login-footer .login-footer-body li a {
        color: #e0e0e0;
    }            
}
