/*========== login page css ==========*/
html, .fullheight {
    height: 100%;
}

.login, .login div {
    height: 100%;
}
.header-area {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 15px 0;
    background-color: #444d58;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
.home-wrap {
    height: 100%;
    width: 100%;
}

.home-wrap div {
    height: auto;
}
.login {
    position: relative;
    z-index: 1;
}

.login:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/Bitmap_16.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    height: 390px;
    width: 430px;
    z-index: -1;
}
.colored-box {
    background-color: #6FB8FF;
    padding: 78px 30px 64px;
    border-radius: 15px;
    box-shadow: 0 0 34px #6fb8ff;
    margin-bottom: 21px;
}

.colored-box input {
    background-color: transparent;
    border: none;
}
.align-middle p {
    font-size: 22px;
    color: #7a7a7a;
}
.input-wrap input:focus {
    outline: none;
}
.input-wrap input {
    font-size: 37px;
    color: #cfe8f9;
    font-weight: 300;
    width: 88%;
    padding: 15px 0;
    padding-bottom: 22px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #6FB8FF !important;
    background-image: none !important;
    color: #cfe8f9 !important;
}
.input-wrap input::placeholder {
    color: #cfe8f9;
}

.input-wrap {
    position: relative;
    line-height: 1.2;
}

.input-wrap img {
    margin-top: -13px;
    max-width: 60px;
}
.header-right {
    text-align: right;
    margin-top: 10px;
}
span.icon-wrap {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
}

span.icon-wrap img {
    position: absolute;
    z-index: 9;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    transition: .3s;
}

img.upper {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

img.under {
    z-index: 2;
}

span.icon-wrap:hover .under,
.side-tab .nav-tabs .nav-link:hover .under,
.side-tab .nav-tabs .nav-link.active .under {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

span.icon-wrap:hover .upper,
.side-tab .nav-tabs .nav-link:hover .upper,
.side-tab .nav-tabs .nav-link.active .upper {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.logo span {
    color: #1492E6;
    font-size: 22px;
    display: inline-block;
    line-height: 50px;
    font-weight: 500;
    margin-left: 60px;
    border-left: 2px solid #6FB8FF;
    padding-left: 18px;
}
span.small-text {
    margin: 0;
    border: none;
    padding: 0;
    font-size: 14px;
}
.header-right img {
    margin-top: 6px;
}
.fullheight .footer-right{
    position: absolute;
    background: transparent;
}
.footer-right {
    background: #fff;
    text-align: right;
    color: #737373;
    font-size: 10px;
    font-weight: 700;
    padding: 15px 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.footer-right a {
    color: #737373;
    transition: .2s;
}

.footer-right a:hover {
    color: #6fb8ff
}

.login-form input{
    border-bottom: 1px solid #cfe8f9;
}

.login-btn{
    margin-top: 40px;
    margin-left: 30px;
}
.header-link{
    color: #1492E6;
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
}
.header-right .border-left{
    border-left: 2px solid #6FB8FF !important;
    margin-left: 5px;
    padding-left: 8px;
}
#footer{
    position: relative;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}
#footnote{
    margin-top: 30px;
    padding: 20px 20px;
    background-color: #eb6d6d; box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
#content{
    margin-top: 30px;
}
#coverup{
    width: 100%;
}
.choose_file_btn{
    width: 230px;
    height: 73px;
    background-image: url('/assets/images/upload-btn.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 230px 73px;
}
.choose_file_btn:hover{
    width: 230px;
    height: 73px;
    background-image: url('/assets/images/upload-btn-hover.png');
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 230px 73px;
}
.loadbtn {
    width: 230px;
    height: 73px;
}
.jscolor{
    -moz-border-radius: 28px!important;
    -webkit-border-radius: 28px!important;
    border-radius: 28px!important;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 114px;
    text-align: center;
}
.loader {
    position: absolute;
    margin-top: 100px;
    margin-left: 200px;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%!important;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.margin-top-5{
    margin-top: 5px;
}
.downloadBtn{
    display: none;
    margin-top: 30px;
}
.control-label{
    margin-top: 0px!important;
    font-weight: 700!important;
    font-size: 20px!important;
}
button.green{
    -moz-border-radius: 28px!important;
    -webkit-border-radius: 28px!important;
    border-radius: 28px!important;
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 114px;
    text-align: center;

}
ol li{
    border-radius: 10px!important;
}
#myCarousel{
    margin-top: 30px;
}