html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Open Sans", sans-serif;
    background: #f6f9ff;
}

.cb {
    font-size: 15px !important;
    height: 79vh !important;
    padding-top: 2rem !important;
    padding: 2rem 2rem !important;
}

.form_div {
    padding-left: 5%;
    padding-top: 12px;
    padding-bottom: 22px;
    /*line-height: 2.4em;*/
}

.info_icon {
    font-size: 80px !important;
    opacity: 0.7 !important;
}

.info_txt {
    font-size: 17px !important;
}


#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(/img/loading.gif) no-repeat center center;
    z-index: 10000;
}

.errmsg {
    color: red;
    margin-top: -7px;
    display: none;
}

.shell {
    position: relative;
    line-height: 1;
}

    .shell span {
        position: absolute;
        left: 3px;
        top: 1px;
        color: rgb(118, 127, 134);
        pointer-events: none;
        /*z-index: -1;*/
        padding-top: 10px;
        padding-left: 12px;
    }



        .shell span i {
            font-style: normal;
            opacity: 0;
            visibility: hidden;
        }

    input.masked,
    .shell span {
        padding-right: 10px;
        background-color: transparent;
        text-transform: uppercase;
    }
