﻿
html, body {
    font-family:Roboto,Arial,sans-serif;
    line-height:normal;
}


.kcf-login {
    position: absolute;
    top: calc(50% - 254px);
    left: calc(50% - 162px);
}

.kcf-section-login-01 > div:nth-child(1) {text-align:center;padding-top:0px;padding-bottom:0px;}
.kcf-section-login-01 > div:nth-child(1) > img {width:248px; opacity:0.9;}
.kcf-section-login-01 > div:nth-child(2) {text-align:center;padding-top:0px;padding-bottom:22px;}
.kcf-section-login-01 > div:nth-child(2) > p {padding-top:0px;margin:0px;}
.kcf-section-login-01 > div:nth-child(2) > p span {font-size:48px;font-weight:600;opacity:0.6;}
.kcf-section-login-01 > div:nth-child(2) > p span.right {font-size:48px;font-weight:300;opacity:0.6;padding-left:2px;}

.kcf-section-login-02,
.kcf-section-register-02,
.kcf-section-reset-02,
.kcf-section-confirm-02,
.kcf-section-external-02,
.kcf-section-twofactor-02,
.kcf-section-verify-02,
.kcf-section-addphone-02,
.kcf-section-confirm-02,
.kcf-section-forgot-02,
.kcf-section-lockout-02,
.kcf-section-error-02 {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    max-width: 336px;
    margin: 0px auto;
}

.kcf-section-login-02 > a > img,
.kcf-section-register-02 > a > img,
.kcf-section-reset-02 > a > img,
.kcf-section-confirm-02 > a > img,
.kcf-section-external-02 > a > img,
.kcf-section-twofactor-02 > a > img,
.kcf-section-verify-02 > a > img,
.kcf-section-addphone-02 > a > img,
.kcf-section-confirm-02 > a > img,
.kcf-section-forgot-02 > a > img,
.kcf-section-lockout-02 > a > img  {
    margin: 20px auto 0px auto;
    display: block;
    width:80px;
    height:80px;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius:100px;
    box-sizing: border-box;
}

.kcf-login-warning {
    font-size: 12px;
    color: red;
    font-weight: 100;
}

.kcf-section-login-02 > div:nth-child(2),
.kcf-section-register-02 > div:nth-child(2),
.kcf-section-external-02 > div:nth-child(3),
.kcf-section-twofactor-02 > section:nth-child(2),
.kcf-section-verify-02 > div:nth-child(3),
.kcf-section-addphone-02 > div:nth-child(4),
.kcf-section-forgot-02 > div:nth-child(2),
.kcf-section-lockout-02 > div {
    padding: 28px 24px 0px 24px;
    margin: 0 auto;
}

.kcf-section-error-02 > div:nth-child(1) {
    padding: 16px 20px 16px 20px;
    margin: 0 auto;
}

.kcf-section-forgot-02 > p:nth-child(2) {
    padding: 16px 0px 0px 28px;
    margin: 0 auto;
}

.kcf-section-external-02 > p:nth-child(2) {
    padding: 28px 24px 0px 24px;
    margin-bottom:0px;
}

.kcf-section-external-02 > div:nth-child(4),
.kcf-section-twofactor-02 > div:nth-child(3),
.kcf-section-verify-02 > div:nth-child(4),
.kcf-section-addphone-02 > div:nth-child(5),
.kcf-section-forgot-02 > div:nth-child(3) {
    padding-bottom:16px;
}

.kcf-section-twofactor-02 > section:nth-child(2) > p:nth-child(1),
.kcf-section-verify-02 > div:nth-child(3) > p:nth-child(1),
.kcf-section-addphone-02 > p:nth-child(3),
.kcf-section-forgot-02 > div:nth-child(2) > p,
.kcf-section-lockout-02 > div > p:nth-child(1) {
    text-align:center;
}

.kcf-section-twofactor-02 > section:nth-child(2) > div:nth-child(2) > div > p,
.kcf-section-twofactor-02 > section:nth-child(2) > div:nth-child(2) > div > select {
    margin-bottom:8px;
}


.kcf-contact-group {
    margin-bottom: 0px;
    min-height:56px;
}

.kcf-contact-group > div {
    text-align:right;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:-ms-input-placeholder.kcf-login-control {
    color: #9a9a9a;
}

.kcf-login-group {
    height:54px;
}

.kcf-login-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.kcf-login-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #3d3d3d;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0px 1px 1px rgba(0,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;
}

.kcf-login-control-disabled {
    opacity:0.54 !important;
}

.kcf-login-button {
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 0px;
    height:38px;
    color: #ffffff;
    background-color: #0288D1;
    border-color: #0288D1;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.4285;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.kcf-login-button:hover, .kcf-login-button:focus, .kcf-login-button:active, .kcf-login-button.active, .open .dropdown-toggle.kcf-login-button {
    color: #ffffff;
    background-color: #0288D1;
    border-color: #0288D1;
    opacity:0.7;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}


.kcf-section-login-02 > div:nth-child(3) {
    padding: 12px 0px 0px 24px;
}

.kcf-section-register-02 > div:nth-child(3),
.kcf-section-reset-02 > div:nth-child(2),
.kcf-section-confirm-02 > div:nth-child(2),
.kcf-section-external-02 > div:nth-child(2) {
    padding: 12px 24px 8px 24px;
    margin-bottom:16px;
}

.kcf-section-login-02 > div:nth-child(3) > input {
    vertical-align:sub;
}

.kcf-section-login-02 > div:nth-child(4) {
    padding: 10px 0px 24px 24px;
}

.kcf-section-register-02 > div:nth-child(3) p,
.kcf-section-reset-02 > div:nth-child(2) p,
.kcf-section-confirm-02 > div:nth-child(2) p,
.kcf-section-error-02 > div:nth-child(1) p {
    margin-bottom:0px;
}

.kcf-section-login-02 > div:nth-child(4) > a,
.kcf-section-register-02 > div:nth-child(3) a,
.kcf-section-reset-02 > div:nth-child(2) a,
.kcf-section-confirm-02 > div:nth-child(2) a,
.kcf-section-error-02 > div:nth-child(1) a {
    text-decoration: none;
    line-height: 1.4285;
    background: transparent;
    opacity:1.0;
}

.kcf-section-error-02 > div:nth-child(1) h5 {
    margin-top:12px;
    margin-bottom:8px;
}

.kcf-section-error-02 > div:nth-child(1) > div > h5:nth-child(2) {
    margin-top:24px;
    margin-bottom:8px;
}

.kcf-section-login-02 > div:nth-child(4) > a:hover,
.kcf-section-register-02 > div:nth-child(3) a:hover,
.kcf-section-reset-02 > div:nth-child(2) a:hover,
.kcf-section-confirm-02 > div:nth-child(2) a:hover {
    text-decoration:underline;
    opacity:1.0;
}

.kcf-section-login-03,
.kcf-section-login-06 {
    padding: 4px;
    /*max-width: 336px;*/
    margin: 0px auto;
    text-align: center;
}

.kcf-section-login-03 > p > a,
.kcf-section-login-06 > p > a {
    text-decoration: none;
    line-height: 1.4285;
    background: transparent;
    opacity:0.8;
}

.kcf-section-login-03 > p > a:hover,
.kcf-section-login-06 > p > a:hover {
    text-decoration:none;
    opacity:1.0;
}

.kcf-section-login-04 {
    padding-top: 16px;
    padding-bottom:20px;
    max-width: 336px;
    margin: 0px auto;
    text-align: center;
}

.kcf-section-login-05 {
    padding-top: 16px;
    padding-bottom:20px;
    /*max-width: 348px;*/
    margin: 0px auto;
    text-align: center;
}

.kcf-section-confirm-02 {
    padding-left:16px;
    padding-right:16px;
    text-align:center;
}

.kcf-section-confirm-02 > p:nth-child(2) {
    padding-top:16px;
}


/*  Message styles */
div[id='message01'] {
    top:calc(50% - 112px);
}


.kcf-content {
  max-width: 1080px;
}

.kcf-content-mask {
    z-index:2000; 
    position: absolute;
    align-items:stretch; 
    background-color:#000000; 
    height:100%; 
    width: 100%; 
    opacity: 0.54;
    visibility:visible;
}

.kcf-content-mask--no-display {
    position: absolute;
    visibility:hidden;
    height:0px;
}

.kcf-message--no-display {
    visibility:hidden;
    height:0px;
    overflow:hidden;
}

.kcf-message-top, .kcf-message-bottom {
    z-index:3000;
    height:0px;
    width:100%;
}

.kcf-message-bottom {
    padding-top:4px !important;
}

.kcf-message-middle {
    position:absolute;
    z-index:3000;
    height:0px;
    width:100%;
}

.kcf-message-loader {
    position:absolute;
    z-index:3000;
    height:5px;
    width:100%;
}


.kcf-section-140-03 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position:relative;
    top:0;
    left:0;
    margin-left:calc(50% - 195px);
    margin-right:calc(50% - 195px);
}

.kcf-section-140-03 > div:nth-child(1), .kcf-section-140-03 > div:nth-child(3) {
    background:url(../images/blank.gif) no-repeat;
	width:100%;
	background-size:100% 100%;
    flex:1;
}

.kcf-section-140-03 > div:nth-child(4) {
    min-height:48px;
    max-height:48px;
}

.kcf-section-140-03 > span.mdl-card {
	width:100%;
    z-index: 2000;
    padding:0px;
    min-height:124px;
}

.kcf-section-140-03 > span.mdl-card > div {
    color: #fff;
    border:0px;
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(1) {
    padding:16px;
	padding-bottom:0px;
    text-align:center;
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(1) > h2 {
    line-height:28px;
	padding-bottom:8px;
    padding-top:10px;
    width:75%;
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(1) > p {color:#0288d1 !important;padding-top:12px;padding-bottom:8px;letter-spacing:0px;font-weight:400;font-size:30px;}
.kcf-section-140-03 > span.mdl-card > div:nth-child(1) > p > span {font-size:34px;font-weight:600;opacity:0.9;}
.kcf-section-140-03 > span.mdl-card > div:nth-child(1) > p > span.right {opacity:0.5;}



.kcf-section-140-03 > span.mdl-card > div:nth-child(1) > button {
    top:16px;
    right:16px;
    position:absolute;
    color:#000000;
    opacity:0.54;
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(2) {
    padding-left:28px;  /*16px*/
    padding-right:16px;
    padding-top:0px;
	padding-bottom:54px;    /*48px*/
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(2) > span {
    font-size:18px !important;
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(3) {
    padding:8px;
    bottom:0px;
    right:0px;
    position:absolute;
}

.kcf-section-140-03 > span.mdl-card > div:nth-child(3) > a {
    padding:0 4px;
    min-width:52px;
}

.kcf-section-140-03 > span.mdl-card > div > h2 {
	line-height:none;
    margin:0px;
}



.radio, .checkbox {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio label, .checkbox label {
    padding-left: 8px;
    margin-bottom: 0px;
    font-weight: normal;
    cursor: pointer;
}


/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}
