@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');
.control {
    display: flex
}
@mixin flu-select-box-base();
@font-face {
    font-family: 'Ubuntu';
    src: url("../font/ubuntu-b-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal
}
@font-face {
    font-family: 'Ubuntu';
    src: url("../font/ubuntu-r-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body *,
body *:after,
body *:before {
    box-sizing: border-box
}
a {
    text-decoration: none;
    cursor: pointer
}
button {
    outline: 0 none;
    cursor: pointer
}
html {
    height: 100%;
    font-size: 16px
}
strong {
    font-weight: bold
}
body {
    min-height: 100%;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: 'Ubuntu', Helvetica Neue, "Segoe UI", Roboto, sans-serif;
    color: #2f4251
}
a {
    color: #0e4ca1
}
.button {
    display: inline-block;
    margin: 0;
    user-select: none;
    font-weight: 600;
    font-size: .8125rem;
    font-family: inherit;
    text-align: center;
    white-space: nowrap;
    letter-spacing: .05em;
    background-color: transparent;
    background-image: none;
    border-width: 0;
    border-style: none;
    border-radius: .25rem;
    outline: 0 none;
    cursor: pointer;
    transition-property: color, background, border;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    height: 2.25rem;
    min-width: 2.25rem;
    line-height: 1.25rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #2f4251
}
.button:focus {
    outline: 0 none
}
.button:hover {
    color: #2f4251;
    background-color: #c4cace
}
.button:active {
    background-color: #aeb6bc
}
.button.-block,
.button.-full {
    display: block;
    width: 100%
}
.button.-square {
    width: 2.25rem;
    padding-left: 0 !important;
    padding-right: 0 !important
}
.button.-round {
    border-radius: 100rem
}
.button.-filled {
    color: #fff;
    background-color: #808b94
}
.button.-filled:hover {
    background-color: #79848e
}
.button.-filled:active {
    background-color: #727d87
}
.button.-filled.-blue {
    color: #fff;
    background-color: #00a8ff
}
.button.-filled.-blue:hover {
    background-color: #00a0f2
}
.button.-filled.-blue:active {
    background-color: #0097e6
}
.text-box {
    display: block;
    width: 100%;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: #2f4251;
    outline: 0 none;
    background-color: #fff;
    background-image: none;
    border-width: .0625rem;
    border-style: solid;
    border-color: #adb5bb;
    border-radius: .25rem;
    transition-property: color, background, border;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: 2.25rem;
    min-width: 2.25rem;
    line-height: 1.25rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    padding-left: .9375rem;
    padding-right: .9375rem
}
.text-box::input-placeholder {
    color: flu-gray-light;
    opacity: 1
}
.text-box:not(.-has-error):not(.-has-success):not([disabled]):not([readonly]):not(:focus):hover {
    color: inherit;
    background-color: #fff;
    border-color: #97a0a8;
    box-shadow: false
}
.text-box:not(.-has-error):not(.-has-success):not([readonly]):focus {
    color: inherit;
    background-color: #fff;
    border-color: #3fbdff;
    box-shadow: false
}
.text-box[disabled],
fieldset[disabled] .text-box {
    cursor: not-allowed;
    color: #97a0a8;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #c4cace;
    box-shadow: false
}
.text-box[readonly] {
    box-shadow: none
}
.text-box.-has-success {
    color: inherit;
    background-color: #fff;
    border-color: #54c784;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.text-box.-has-error {
    color: inherit;
    background-color: #fff;
    border-color: #fc787e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.select-box {
    position: relative;
    display: block
}
.select-box select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: #2f4251;
    background-color: #fff;
    background-image: none;
    border-width: .0625rem;
    border-style: solid;
    border-color: #adb5bb;
    border-radius: .25rem;
    outline: 0 none;
    height: 2.25rem;
    min-width: 2.25rem;
    line-height: 1.25rem;
    padding-top: .4375rem;
    padding-bottom: .4375rem;
    padding-left: .9375rem;
    padding-right: .9375rem
}
.select-box select:not(.-has-error):not(.-has-success):not([disabled]):not([readonly]):not(:focus):hover {
    color: inherit;
    background-color: #fff;
    border-color: #97a0a8;
    box-shadow: false
}
.select-box select[disabled],
fieldset[disabled] .select-box select {
    cursor: not-allowed;
    color: #97a0a8;
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #c4cace;
    box-shadow: false
}
.select-box.-has-success select {
    color: inherit;
    background-color: #fff;
    border-color: #54c784
}
.select-box.-has-error select {
    color: inherit;
    background-color: #fff;
    border-color: #fc787e
}
.select-box:after {
    position: absolute;
    right: .75rem;
    top: 50%;
    margin-top: -0.25rem;
    width: .375rem;
    height: .375rem;
    border-width: 0 0 .125rem .125rem;
    border-color: #97a0a8;
    border-style: solid;
    transform: rotate(-45deg);
    z-index: 2;
    content: " "
}
.control {
    display: flex
}
.form {
    display: block
}
.form_group {
    display: flex;
    margin: 1.25rem 0
}
.form_control {
    width: 50%
}
.form_footer {
    text-align: right;
    padding: 1rem 0
}
.form_label {
    width: 25%;
    display: block;
    padding: .5rem 0;
    font-weight: bold;
    line-height: inherit
}
.form_description {
    margin-left: 25%
}
.form_description p {
    margin-bottom: .75rem;
    font-size: .8125rem;
    line-height: 1.125rem;
    color: #52626e
}
@media screen and (max-width: 500px) {
    .form_group {
        display: block;
        margin: 1rem 0
    }
    .form_label {
        width: 100%;
        padding: 0
    }
    .form_control {
        width: 100%
    }
    .form_description {
        width: 100%;
        margin-left: 0
    }
}
.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: 100vh;
    background-color: #0a80d4;
    background-image: url("../img/bg.png");
    background-position: 50% 0;
    background-repeat: no-repeat
}
.login_header {
    width: 60rem;
    height: 6.625rem
}
.login_logo {
    display: block;
    width: 9.25rem;
    height: 1.625rem;
    margin: 2.1875rem 0 0 .625rem;
    background-image: url("../img/ykb_logo.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}
.login_content {
    position: relative;
    display: flex;
    height: 32rem;
/*     width: 60rem; */
    padding: 0 .625rem
}
.login_content:before {
    position: absolute;
    left: 0;
    top: -0.625rem;
    z-index: 0;
    width: 100%;
    height: 33rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: .75rem;
    content: ''
}
.login_content_main {
    position: relative;
    z-index: 10;
    width: 38.75rem;
    height: 100%;
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: .25rem 0 0 .25rem
}
.login_content_main h1 {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.5rem;
    color: #0e4ca1
}
.login_content_main h3 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem
}
.login_content_side {
    position: relative;
    z-index: 1;
    width: 20rem;
    height: 100%;
    padding: 4.25rem 2rem;
    background-color: #e7f0f6;
    border-radius: 0 .25rem .25rem 0
}
.login_content_side p {
    font-size: .8125rem
}
.time_circles > div > h4 {
	visibility: hidden
	}
	.time_circles > div > span {
		margin-top: 0.2em;
	}

@media screen and (max-width: 290px) {
	.sml_scrn {
		width: 100% !important;
	}
	.moving-tab {
		width: 100% !important;
	}
	.wizard-card .moving-tab {
		left: 8px !important;
	}
}

@media screen and (max-width: 500px) {
    .login {
        /*height: auto*/
    }
    .login_header {
        width: 100%;
        height: 5rem
    }
    .login_logo {
        width: 7.5rem;
        height: 1.3125rem;
        margin: 1.5rem 0 0 1.25rem
    }
    .login_content {
        flex-direction: column;
        height: auto;
        width: 100%
    }
    .login_content_main {
        width: 100%;
        height: auto;
        padding: 1.5rem 1.25rem;
        border-radius: .25rem .25rem 0 0
    }
    .login_content_main h1 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
    .login_content_main h3 {
        margin-top: .75rem;
        font-size: .875rem;
        line-height: 1.25rem
    }
    .login_content_side {
        width: 100%;
        height: auto;
        padding: 4.25rem 2rem;
        border-radius: 0 0 .25rem .25rem
    }
}
.qr-scan-info-text {
    margin: 0;
    padding-bottom: 5px;
    padding-left: 25px;
}
.qr-scan-list-text {
    list-style-type: disc;
    padding-left: 60px;
}

