body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    margin: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form-body {
    background-color: #27343E;
    height: 100vh;
}

.website-logo {
    display: inline-block;
    top: 50px;
    left: 50px;
    right: initial;
    bottom: initial;
    position: absolute;
    z-index: 1000;
}

.form-body > .row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: 100%;
}


.img-holder {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    /*  min-height: 700px;*/
    height: inherit;
    overflow: hidden;
    background-color: #BFC0C0;
    padding: 0px 60px;
    text-align: center;
    z-index: 999;
}

    .img-holder .bg {
        opacity: 0.23;
        background-image: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        z-index: -1;
    }

    .img-holder .info-holder {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.form-holder {
    margin-left: 550px;
    width: 100%;
}

    .form-holder .form-content {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0px 60px;
        min-height: 100%;
    }

.form-content {
    background-color: #001B40;
    position: relative;
    height: 100vh;
}

    .form-content .form-items {
        max-width: 340px;
        text-align: center;
        display: inline-block;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

.firebaseui-tos {
    color: #fff;
}

.website-logo .logo img.logo-size {
    opacity: 0 !important;
}

.website-logo .logo img {
    width: 100px;
}

.website-logo a {
    display: inline-block;
}

#firebaseui-auth-container {
    display: inline-block;
    background: white;
    color: #001B40;
    width: 240px;
    min-height: 35px;
    border-radius: 5px;
    border: thin solid white;
    box-shadow: 1px 1px 1px grey;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    margin: 4px;
}

#microsoft-auth-container {
    display: inline-block;
    background: white;
    color: #001B40;
    width: 240px;
    min-height: 35px;
    border-radius: 5px;
    border: thin solid white;
    box-shadow: 1px 1px 1px grey;
    padding: 8px 16px;
    text-align: left;
    cursor: pointer;
    margin: 4px;
}

span.google-icon {
    background: url('../images/google.svg')transparent 5px 50% no-repeat;
    background-size: 18px;
    display: table-cell;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.microsoft-icon {
    background: url('../images/microsoft.svg')transparent 5px 50% no-repeat;
    background-size: 18px;
    display: table-cell;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.buttonText {
    display: table-cell;
    font-size: 14px;
    padding-left: 16px;
    text-transform: none;
    vertical-align: middle;
    color: #757575;
}

@media screen and (max-device-width : 599px) {
    .img-holder {
        display: block;
        width: 100%;
        height: 40%;
        padding: 0px;
    }

    .form-holder {
        margin-left: 0px;
    }

        .form-holder .form-content {
            position: relative;
            padding: 0px;
            min-height: 100%;
        }

    .form-content .form-items {
        margin-top: 30%;
    }
}

@media screen and (min-device-width : 600px) and (max-device-width : 1024px) {
    .img-holder {
        display: block;
        width: 50%;
        height: 100%;
        padding: 0px;
    }

    .form-holder {
        margin-left: 0px;
    }

        .form-holder .form-content {
            position: relative;
            padding: 0px;
            min-height: 100%;
        }

    .form-content .form-items {
        margin-left: 40%;
    }
}
