﻿.layout-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../Externallogin_bg.png") no-repeat;
    background-size: cover;
}

html,
body {
    height: 100%;
    width: 100%;
}

.page-header {
    border-bottom: none;
}

.icon {
    position: relative;
    top: -10px;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-inverse {
    background-color: #105270;
    border-color: #105270;
}

.navbar-left {
    margin-right: 40px;
}

.navbar-brand > .icon-banner {
    display: inline;
    position: relative;
    top: -2px;
}

.dropdown-toggle {
    color: #ffffff;
    margin-right: 40px;
}

#account-name {
    color: white;
    pointer-events: none;
}

.prof-logo {
    height: 148px;
    margin-bottom: 50px;
    margin-left: 19%;
    width: 159px;
}

.check-circle {
    height: 86px;
    margin-bottom: 50px;
    margin-left: 35%;
    width: 86px;
}

.login-panel {
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 7px 9px 9px 2px rgba(0,0,0,0.7);
    margin: 0 auto;
    margin-top: 40px;
    max-width: 450px;
    padding: 120px 80px;
    webkit-box-shadow: 7px 9px 9px 2px rgba(0,0,0,0.7);
    width: 450px;
}

.login-panel a,
.login-panel button {
    background-color: transparent;
    border-color: #105270;
    color: #105270;
    font-size: 16px;
    margin-bottom: 20px;
    o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    webkit-transition: all 0.3s ease 0s;
    width: 250px;
}

    .login-panel a:hover,
    .login-panel button:hover {
        background-color: #105270;
        border-color: #105270;
        color: #ffffff;
        font-size: 16px;
        margin-bottom: 20px;
    }

.login-panel .btn-prof-green {
    background-color: #00a694;
    border-color: #00a694;
    color: #ffffff;
    margin: 0 auto;
}

    .login-panel .btn-prof-green:hover {
        background-color: #018c7d;
        border-color: #018c7d;
        margin: 0 auto;
    }

.index-panel {
    background-color: #f3f3f3;
    border-color: none;
    border-radius: 10px;
    box-shadow: 7px 9px 9px 2px rgba(0,0,0,0.7);
    margin: 0 auto;
    max-width: 800px;
    padding: 80px 40px;
    webkit-box-shadow: 7px 9px 9px 2px rgba(0,0,0,0.7);
}

.provider-list {
    list-style: none;
    margin-left: -5px;
    padding-left: 0px;
}

    .provider-list > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.panel-default > .panel-heading {
    background-color: #f3f3f3;
    border-style: none;
}

p {
    color: #191717;
    font-weight: 600;
    text-align: left;
}

.center {
    text-align: center;
}

p.center {
    color: #191717;
    font-weight: 600;
}

.logged-out iframe {
    display: none;
    height: 0;
    width: 0;
}

.version {
  white-space: nowrap;
}

@media all and (min-width: 768px) {
    .container {
        margin: 0;
    }
}