﻿body {
    background-image: url("../img/social_pattern.png");
    background-repeat: repeat;
}

.login-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-card {
    width: 100%;
    height: 100%;
    max-width: 600px;
}

    .login-card .card-img {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #039BE5;
    }

        .login-card .card-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            max-width: 50%;
            max-height: 50%;
            height: auto;
        }

.login-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
}

.login-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.forgot-password-card {
    height: 300px;
}

@media (min-width: 576px) and (min-height: 400px) {
    .login-card {
        min-height: 286px;
        height: auto;
    }

        .login-card .card-img {
            position: relative;
            padding-top: 100%;
            height: 100%;
        }
}

.abcRioButtonContentWrapper, .abcRioButton {
    width: 100% !important;
}
