﻿body {
    font-family: 'Roboto', sans-serif !important;
    height: 100%;
    width: 100%;
    float: left;
    opacity: 1;
    margin: 0;
}

    body.show {
        opacity: 1;
    }

.errorText {
    display: flex;
    align-items: center;
    color: #D6222C;
    font-size: 12px;
    margin-top: 10px;
}

.mfa-setup .title,
.mfa-setup .description {
    text-align: center;
    width: 100%;
}

.mfa-setup .inputLine {
    text-align: left;
}

.mfa-setup .key-box {
    user-select: text;
    cursor: text;
}

.mfa-setup .qrcode-wrapper,
.mfa-setup .key-box,
.mfa-setup p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

    .mfa-setup .qrcode-wrapper img.qrcode {
        display: block;
        margin: 0 auto 15px auto;
    }

.contentContainer .header .icon {
    height: 50px;
    width: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: 10;
}

.key-box {
    font-weight: bold;
    margin-bottom: 20px;
}

.imageButton,
.imageButton .text {
    font-family: 'Roboto', sans-serif !important;
}

.imageContainer {
    width: 50vw;
    height: 100vh;
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .imageContainer img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        object-position: 100% 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .imageContainer .logo {
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 50px;
    }

    .imageContainer .text {
        color: #fff;
        width: 440px;
        font-size: 18px;
        text-align: center;
    }

.contentContainer {
    float: left;
    width: 50vw;
    height: 100vh;
    background-color: #f8f9fb;
    position: relative;
}

    .contentContainer .header {
        height: 100px;
        width: 100%;
        float: left;
    }

        .contentContainer .header .icon {
            width: 140px;
            height: 50px;
            margin: 25px 60px;
            background-size: 100%;
            background-repeat: no-repeat;
            float: left;
        }

        .contentContainer .header .a2iDropdown {
            float: right;
            width: 300px;
            margin: 35px 60px 35px 0;
            max-width: calc(100% - 322px);
        }

    .contentContainer .content {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

        .contentContainer .content .container {
            border-radius: 5px;
            padding: 60px;
        }

            .contentContainer .content .container .fieldContainer {
                width: 300px;
            }

                .contentContainer .content .container .fieldContainer .title {
                    line-height: 30px;
                    font-size: 24px;
                    margin-bottom: 30px;
                }

                .contentContainer .content .container .fieldContainer label {
                    line-height: 20px;
                    color: #606060;
                }

                    .contentContainer .content .container .fieldContainer label.inline {
                        float: left;
                    }

                    .contentContainer .content .container .fieldContainer label.right {
                        float: right;
                    }

                .contentContainer .content .container .fieldContainer .imageButton,
                .contentContainer .content .container .fieldContainer input {
                    height: 30px;
                    width: 100%;
                    border-radius: 5px;
                }

                .contentContainer .content .container .fieldContainer .inputLine {
                    margin-bottom: 20px;
                }

                .contentContainer .content .container .fieldContainer .imageButton,
                .contentContainer .content .container .fieldContainer input[type=submit] {
                    border: 1px solid #0080dd;
                    color: #fff;
                    cursor: pointer;
                    background-color: #0080dd;
                }

                .contentContainer .content .container .fieldContainer .imageButton {
                    width: calc(100% - 2px);
                    position: relative;
                    background-color: #fff;
                }

                    .contentContainer .content .container .fieldContainer .imageButton .image {
                        height: 20px;
                        width: 20px;
                        margin: 5px;
                        background-size: 100%;
                        background-repeat: no-repeat;
                        float: left;
                    }

                    .contentContainer .content .container .fieldContainer .imageButton .text {
                        width: calc(100% - 30px);
                        height: 30px;
                        line-height: 30px;
                        color: #202020;
                        text-align: center;
                        font-family: 'Roboto', sans-serif !important;
                    }

                    .contentContainer .content .container .fieldContainer .imageButton input {
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 0;
                    }

                .contentContainer .content .container .fieldContainer a > div {
                    height: 30px;
                    border-radius: 5px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #f3f4f5;
                    cursor: pointer;
                    background-color: #f3f4f5;
                    color: #000;
                    margin-top: 10px;
                }

                .contentContainer .content .container .fieldContainer a {
                    text-decoration: none;
                }

                .contentContainer .content .container .fieldContainer .qrcode {
                    width: 200px;
                    height: 200px;
                }

                .contentContainer .content .container .fieldContainer .errorText.show {
                    display: flex !important;
                }

@media screen and (max-width: 850px) {
    .imageContainer,
    .imageContainer[style],
    .imageContainer .logo {
        display: none !important;
        background: none !important;
        background-image: none !important;
    }

        .imageContainer[style] {
            background: none !important;
            background-image: none !important;
        }

    body .imageContainer {
        background: none !important;
        background-image: none !important;
    }

    body,
    .contentContainer,
    .contentContainer .content {
        overflow-y: auto;
    }

    .contentContainer {
        width: 100vw !important;
        height: 100vh !important;
        background: #f8f9fb !important;
    }

        .contentContainer .content {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .contentContainer .content .container {
                max-width: 400px;
                padding: 20px;
                box-sizing: border-box;
            }
            .contentContainer .content .container {
                padding: 20px;
            }

    .fieldContainer {
        width: 100%;
    }

        .fieldContainer .qrcode {
            width: 160px;
            height: 160px;
        }

        .fieldContainer .description {
            font-size: 12px;
            text-align: center;
        }

        .fieldContainer .title {
            text-align: center;
            font-size: 20px;
        }

    .contentContainer .header .icon {
        display: block;
        margin: 20px auto 10px 20px;
        height: 40px;
        width: 130px;
        background-position: center;
    }
}
