﻿body {
    background-color: #fff;
    color: #000;
    width: 100%;
    overflow-x: hidden;
}


.bg-img {
    background-image: url('/images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.ini-input-text {
    background-color: inherit !important;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 3px 0.5px #b3b3b3 !important;
}

.blue-overlay {
    background-color: #0867B3;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: -1;
}

.text-black {
    color: #000 !important;
}

#content {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #fff;
    height: 100%;
}

