*, *::before, *::after {
    box-sizing: border-box;
}
body {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    background-color: #f6f7fb;
    color: #888da8;
    line-height: 1.5;
    letter-spacing: 0.2px;
    overflow-x: hidden;
}
html, html a, body {
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
h2 {
    font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
    color: #515365;
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 1.5;
}
p {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #888da8;
    line-height: 1.9;
}
.font-size-13 {
    font-size: 13px !important;
}

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.img-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    max-width: 600px;
}

.img-caption .caption-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 1000;
}
.img-caption .caption-text {
    color: #e6e6e6;
}

.caption-text{
    position: fixed;
    border-bottom: 10%;
}

.no-pdd-horizon {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.full-height {
    min-height: 100vh;
    overflow-y: scroll;
    overflow: hidden;
}
.height-100 {
    height: 100%;
}
.bg-white {
    background-color: #ffffff !important;
}
.vertical-align {
    display: table;
    height: 100%;
    width: 100%;
}

.pdd-horizon-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.vertical-align .table-cell {
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin-top: 10%;
    /*margin-bottom: 50%;*/
}

@media (min-height: 700px) {
    #login{
        margin-top: 50%;
    }
}

@media (max-height: 700px) {
    #login{
        margin-top: 10%;
    }
}

@media (max-width: 991px) {
    #login{
        margin-top: 10%;
    }
}


@media (max-width: 332px /*280*/) {
    .table-cell {
        margin-bottom: 100%;
    }
}

@media (min-width: 281px) {
    .table-cell {
        margin-bottom: 50%;
    }
}

.pdd-horizon-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* input */
.form-group {
    margin-bottom: 25px;
}

.keyError{
    color: red;
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
.form-control {
    border: 1px solid #e6ecf5;
    border-radius: 2px;
    box-shadow: none;
    height: 42px;
    font-size: 14px;
    color: #888da8;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    outline: 0 none;
    box-shadow: none;
    border-color: #3daef3;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
button, input, textarea {
    outline: none;
}
button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

.font-size-12 {
    font-size: 12px !important;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.checkbox input[type=checkbox] + label {
    padding-left: 0;
}
.radio label, .checkbox label {
    cursor: pointer;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

/* Login footer*/
.pdd-horizon-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.login-footer {
    position: absolute;
    bottom: 0px;
    padding: 15px 30px;
    border-top: 1px solid #e6ecf5;
    width: 100%;
    background-color: white;
}

.register-footer {
	position:absolute;
    bottom: 0px;
    padding: 15px 30px;
    border-top: 1px solid #e6ecf5;
    width: 100%;
    background-color: white;
}

.inline-block {
    display: inline-block !important;
}
img {
    vertical-align: middle;
    border-style: none;
}
font-size-13 {
    font-size: 13px !important;
}
.pdd-top-10 {
    padding-top: 10px !important;
}
.pull-right {
    float: right
}

.pull-left{
	float:left;
}

.forgot-password, .set-new-password, .register{
	display: none;
}

.checkbox { padding: 7px 0; min-height: auto; }

.checkbox input[type=checkbox] {margin: 0; display: none; width: 22px;}

.checkbox input[type=checkbox] + label { padding-left: 0; line-height: 24px; }

.checkbox input[type=checkbox] + label:before { content: ""; width: 22px; height: 22px; display: inline-block; border: 2px solid #e6ecf5; border-radius: 3px; margin-right: 10px; font-size: 15px; font-family: 'themify'; font-weight: 400; line-height: 19px; vertical-align: bottom; text-align: center; background-color: #ffffff; cursor: pointer; }

.checkbox input[type=checkbox]:checked + label:before {content: "\e64c";color: #0f9aee;}

.checkbox.checkbox-primary input[type=checkbox]:checked + label:before { content: "\e64c"; color: #7774e7; }

.checkbox.checkbox-success input[type=checkbox]:checked + label:before { content: "\e64c"; color: #37c936; }

.checkbox.checkbox-warning input[type=checkbox]:checked + label:before { content: "\e64c"; color: #ffcc00; }

.checkbox.checkbox-danger input[type=checkbox]:checked + label:before { content: "\e64c"; color: #ff3c7e; }

*, *::before, *::after {
    box-sizing: border-box;
}
.btn-info{
	background-color: #5aa4f2 !important;
}
.btn-info:hover{
	background-color: #92d5ff !important;
}

.divider {
    margin-top: 30px;
}

.pw_wrong{
    border-color:red;
}


.agreement {
	line-height: 24px;
}

@media (max-width: 991px) {
  .order-container {
    display: flex;
    flex-direction: column;
  }

  .order-one {
    order: 2;
  }

  .order-two {
    order: 1;
  }
}
.dbSelector input[type="radio"]:checked+label {
    background-color: rgb(90 164 242);
  }
.dbSelector label {
    display: inline-block;
    margin-bottom: 0rem;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    background: aliceblue;
    padding-left: 5px;
}
.dbSelector{
    margin-bottom: 1rem;
    max-height: 33vh;
    overflow: auto;
}