﻿body,
html {
    margin: 0;
    font-family: FuturaLight, Arial, Helvetica, sans-serif;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    color: #000;
    background-color: gainsboro;
    background-image: linear-gradient(#f3f3f3, #dfdfdf);
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

* {
    box-sizing: border-box;
}

input[type="text"] {
    width: 100%;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    margin-bottom: 10px;
    resize: vertical;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    -webkit-transition: border-radius 0.9s ease-in-out;
    transition: border-radius 0.9s ease-in-out;
}

input[type="password"] {
    width: 100%;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    margin-bottom: 10px;
    resize: vertical;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    -webkit-transition: border-radius 0.9s ease-in-out;
    transition: border-radius 0.9s ease-in-out;
}

    input[type="text"]:focus,
    input[type="password"]:focus {
        box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
        border: 1px solid #aaa;
        background-color: #fff;
        border-radius: 0px;
        outline: none;
    }

    input[type="text"]:hover,
    input[type="password"]:hover {
        box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
        border: 1px solid #aaa;
        background-color: #fff;
        outline: none;
    }

input[type="submit"] {
    background-color: #004391;
    color: white;
    padding: 12px 20px;
    border: 1px solid #004391;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: border-radius 0.9s ease-in-out;
    transition: border-radius 0.9s ease-in-out;
}

    input[type="submit"]:hover {
        background-color: #004391;
        border: 1px solid #004391;
        box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
        border-radius: 0px;
    }

::placeholder {
    color: #aaa;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaa;
}

#loginRow {
    overflow: hidden;
}

.parent {
    position: relative;
    background-color: gainsboro;
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(188,210,225,1) 70%, rgba(0, 99, 167, 1) 90%, rgba(1,54,96,1) 100%);
    height: 100%;
    padding-bottom: 0;
    padding: 0;
    margin: 0;
}

.inner_middle {
    top: 30%;
    position: relative;
    vertical-align: middle;
    justify-content: center;
    align-items: baseline;
}

img {
    width: 100%;
}

.container.footer {
    margin-top: 30px;
}


/*@media screen and (max-width: 600px) {
    .inner {
        border-radius: none;
    }
}*/

.intra {
    color: #004391;
    text-align: left;
    letter-spacing: 2px;
    font-size: 24px;
}

.footer2 {
    bottom: 465px;
}
@media (max-width: 767px) {
    .footer2 {
        bottom: 287px !important;
    }
}

.header {
    padding: none;
    padding-left: 30px;
    font-size: none;
    text-align: left;
    background: #004391;
    margin: 0px;
}

.banner-img {
    width: auto;
    height: 100px;
    height: none;
}

.footer {
    text-align: center;
    width: 100%;
    margin: auto;
    color: #999;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    height: 100%;
}

.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.form_out {
    display: flex;
}

.form_in {
    font-size: 20px;
    line-height: 38px;
}

.align-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.align-right {
    text-align: right;
}

.bg_form {
    background-color: transparent;
    padding: 20px 25px;
    /*margin-inline-start: 20px;*/
}

    .bg_form ul {
        margin-block-start: 0;
        padding-inline-start: 10px;
    }

.footer ul {
    list-style: none;
    font-size: 14px;
}

    .footer ul li {
        margin-bottom: 5px;
    }

span.form_in {
    font-size: 18px;
    padding-right: 6px;
}

p {
    font-size: 16px;
}

.combo-input {
    background-color: #f5f5f5;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    display: block;
    font-size: 1em;
    min-height: calc(15.4em + 26px);
    padding: 0px;
    text-align: left;
    width: 100%;
}

.combo {
    display: block;
    margin-bottom: 1.5em;
    position: relative;
}

    .combo option:nth-child(odd) {
        background-color: #e6eeff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .combo option:nth-child(even) {
        background-color: #fff;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .combo option {
        color: #000;
        font-size: 14px;
        padding: 4px;
    }

select option:active,
option:hover {
    background-color: red;
}

input.select-button {
    margin: 0px 0px 10px 0px;
}

.inner-style {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 10px 10px #000000cc;
}

.select-head {
    width: 100%;
}

.select-button-row {
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

/*@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}*/

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
}

/*@media (max-width: 767px) {
    span.form_in {
        font-size: 16px;
    }

    .align-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 35vh;
    }

    .parent {
        padding-top: 25px;
        height: auto;
    }

    .bg_form {
        background-color: transparent;
        padding: 15px 15px;
        margin-inline-start: 10px;
    }

    form.bg_form ul {
        padding-inline-start: 10px;
    }

    .form_out {
        display: block;
        list-style: none;
    }
}*/


/*@media (min-width: 576px) {
    .combo {
        width: 400px;
    }
}*/

@media (min-width: 768px) {
    .combo {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .combo {
        width: 640px;
    }
}

@media(max-width: 767px) {
    .select-head {
        text-align: center;
    }

    .select-button-row {
        text-align: center;
    }
}
