﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,900italic,900,700italic,400italic,700,100italic,100,300,300italic');

.consent-remember {
    display: none;
}

.navbar {
    background-color: white;
    height: 80px;
    min-height: 80px;
    position: unset !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
}

.navbar-header {
    margin-top: 10px;
    padding: 0px;
    height: 60px;
    width: 100%;
    background: url('/images/logo.svg') no-repeat center;
    background-size: contain;
    float: left;
}

.container {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.container.page-login .page-header h1 {
    display: none;
}

.container.page-login .panel-heading .panel-title {
    display: none;
}

.container.page-login .panel-heading:after {
    content: "Logicbroker Account Login";
    font-size: larger;
}

.external-page .row .flexCol{
    float: none;
    margin: 0 auto;
}

.page-consent:before {
    background: url('/images/logo.svg') no-repeat center;
    background-size: contain;
    height: 70px;
    width: 100%;
}

.page-consent .col-sm-10 {
    text-align: center;
    width: 100%;
}

.page-consent .row .col-sm-8{
    float: none;
    margin: 0 auto;
}

.page-login .panel-heading {
    display: none;
}

.page-login .page-header {
    display: none;
}

.panel-default {
    border-radius: 10px;
    margin: 0;
}

.radio-item {
    display: block;
    position: relative;
    padding: 0 6px;
    margin: 10px 0 0;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    font-weight: normal;
}

    .radio-item label:before {
        content: " ";
        display: inline-block;
        position: relative;
        top: 5px;
        margin: 0 5px 0 0;
        width: 20px;
        height: 20px;
        border-radius: 11px;
        border: 2px solid #006BFF;
        background-color: transparent;
    }

.radio-item input[type=radio]:checked + label:after {
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background: #006BFF;
}

.external-page .panel-default {
    border: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .25);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

body {
    background: #fafafa;
    margin-top: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.external-page body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
}

#forgotPassword {
    position: absolute;
    top: 30px;
    right: 7px;
}



.page-login label {
    margin-bottom: 0px;
}

.page-login .form-group {
    position: relative;
}

.page-login .form-group {
    margin-bottom: 26px;
}

a {
    color: #006BFF;
    transition: all .2s linear;
}

    a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

a:active {
    text-decoration: none;
    opacity: 0.8;
}

.external-page input[type="text"], .external-page input[type="password"], .external-page input[type="number"], .external-page input[type="email"], .external-page select {
    border-radius: 0;
    background: white;
    border: 1px solid #1a1a1a;
    height: 36px;
    padding: 4px 12px 4px 12px;
    box-shadow: none !important;
    border-radius: 6px;
}

.external-page .select-wrapper::after {
    content: ' ';
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    right: 30px;
    top: 13px;
    transform: rotate(45deg);
}
}

input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px #eee inset !important;
}

.flexCol {
    display: flex;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.login-info {
    font-size: 11px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid rgb(51, 51, 51);
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    min-width: 100px;
    background-color: rgba(255,255,255,0.85);
    transition: all .2s linear;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
}

.btn:hover, .btn:active, .btn:focus {
    color: #006BFF;
    background-color: rgba(255,255,255,0.85);
    border-color: #006BFF !important;
    outline: none;
    box-shadow: none;
}

.btn-primary, .btn.btn-primary {
    color: #fff;
    background-color: #006BFF;
    border-color: #006BFF;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #006BFF;
    transition: all .2s linear;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus,
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
        color: #006BFF;
        background-color: rgba(255,255,255,0.85);
        border-color: #006BFF !important;
        outline: none;
        box-shadow: none;
    }

    .input[type="submit"].hidden {
        height: 0;
        width: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        min-width: 0;
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body {
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background: #fafafa;
    margin-top: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.external-providers {
    display: none;
}

.marketing-block {
    min-width: 350px;
    max-width: 350px;
    height: 400px;
    max-height: 400px;
    background: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
}

@media (max-width: 750px) {
	.marketing-block {
	    display: none !important;
	}
}

.footer {
    height: 80px;
    min-height: 80px;
    margin-top: 20px;
    background-color: #1a1a1a;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.container.page-authorizeresponse {
    display: flex !important;
}

a.navbar-header {
    transition: none;
}

.control-label.required::after {
    content: '*';
    color: #ee3224;
    font-weight: bold;
}

.panelHeader {
    background: #1a1a1a;
    color: white;
    text-align: center;
    padding: 1rem;
}

    .panelHeader h4 {
        font-weight: bold;
        font-family: Poppins;
    }

    .panelHeader h6 {
        font-family: Poppins;
    }