﻿
/* ---------------------------------------------------
    CONTROLS / GENERAL
----------------------------------------------------- */

html, body {
    background: var(--document-background1);
    padding: 0;
    margin: 0;
}

.shadow {
    /*box-shadow: 0px 3px 5px rgba(11, 59, 96, 0.15) !important;*/
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%) !important;
}

.v-alink:hover {
    opacity: .7;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: var(--focus1);
    border-left: 1px solid var(--general6) !important;
    border-right: 1px solid var(--general6) !important;
    border-top: 1px solid var(--general6) !important;
    border-bottom: 2px solid var(--general7) !important;
    box-shadow: none !important;
    outline: 0 none;
}

/* ---------------------------------------------------
    CHANGE PASSWORD
----------------------------------------------------- */

/* ---------------------------------------------------
    LEFT SIDE STYLES
----------------------------------------------------- */
.inner-box {
    /* text-align:center;*/
    display: table-cell;
    vertical-align: middle;
}

.inner-box2 {
    /* text-align:center;*/
    display: table-cell;
    vertical-align: top;
}

.login_box {
    /*width: 100%;
  height: 100%;*/
    display: table;
    
}
.dInfo {
    background-color: var(--info-background);
}
.footer {
    bottom: 0px;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    min-width: 285px !important;
    color: var(--general5) !important;
    width: 100%;
}

v-alink {
    color: var(--link1) !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
}

.card-login {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    zoom: 1.1;
    /*-moz-transform: scale(1.2);*/ /* Firefox/Safari */
    max-width: 315px;
    min-width: 280px;
}

.info {
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
/* ---------------------------------------------------
    RIGHT SIDE STYLES
----------------------------------------------------- */
.subInfo {
    line-height: 1.875em;
    color: var(--default_summary1);
    font-family: 'Charter',serif;
    max-width: 500px;
}

.infoBox {
    width: 80%;
    min-width: 300px;
    margin-left: 25px;
    text-align: left;
    float: left;
}

.headerInfo {
    font-family: 'Din Pro Black',sans-serif;
    color: var(--default_header1);
    font-weight: bold;
    margin-top: 100px;
    text-transform: uppercase;
    font-size: 3.0625em;
}

.btn-white {
    background-color: white;
    color: var(--btn-text1) !important;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Din Pro Black',sans-serif;
    font-weight: bold;
}

    .btn-white:hover {
        opacity: .8;
        /* color: white;*/
    }

#btnMoreInfo {
    padding: 10px;
    width: 150px;
}

.dInfoImg {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 200px;
    left: 0px;
    margin-left: -15px;
    height: 550px;
    image-rendering: pixelated;
}

.white-bar {
    height: 50px;
    width: 100%;
    background: var(--btn-background1) ;
    position: absolute;
    top: 660px;
    margin-left: -15px;
}

.inner-box2 {
    min-height: 200px;
    width: 100%;
    position: absolute;
    height: 99vh;
    /*border: 1px solid yellow;*/
}
/* ---------------------------------------------------
    FLOATING INPUTS
----------------------------------------------------- */
.form-group > label {
    color: grey;
}

.form-group.floating > label {
    bottom: 34px;
    left: 8px;
    position: relative;
    background-color: var(--lable1);
    padding: 0px 5px 0px 5px;
    font-size: 1.1em;
    transition: 0.1s;
    pointer-events: none;
    transform-origin: bottom left;
}

.form-control.floating:focus ~ label {
    transform: translate(1px,-85%) scale(0.80);
    color: var(--lable2);
    font-weight: bold;
}

.form-control.floating:valid ~ label {
    transform-origin: bottom left;
    transform: translate(1px,-85%) scale(0.80);
}


.flexItem input[type='checkbox']:checked {
    background-color: white;
}

    .flexItem input[type='checkbox']:checked:after {
        content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='%230078AF' viewBox='0 0 24 24'><path d='M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z' /></svg>") !important;
    }

.flexItem input[type='checkbox'] {
    text-align: center;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    appearance: none;
    border-radius: 10%;
    border: 1px solid var(--blue1);
    box-shadow: none;
    font-size: 1em;
}

.footerNotice {
    border-top: 2px solid var(--blue1);
    position: absolute;
    bottom: 0px;
    height: auto;
    width: 100%;
    background-color: white;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 280px !important;
}

    .footerNotice .section1 {
        width: 100%;
        margin-bottom: 0px;
        padding-top: 10px;
        color: var(--btn-text1) !important;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 280px !important;
    }

    .footerNotice .section2 {
        width: 100%;
        margin-bottom: 10px;
        text-align: left;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 280px !important;
    }

    .footerNotice button {
        float: right;
        margin-top: 3px;
        margin-right: -10px;
        position: absolute;
        right: 10px;
        top: 0px;
    }

/* ---------------------------------------------------
     MEDIAQUERIES
----------------------------------------------------- */
@media (max-width:767px) {
    .footerNotice .section2 {
        font-size: 12px !important;
    }
}