﻿body {
    font-family: Lato,sans-serif;
    background: #f0f0f0;
    color: #272727;
}

.con-body {
    font-family: Lato, sans-serif;
    background: #f0f0f0;
}

.txt-center {
    text-align: center;
}

.agreement {
    width: 100%;
    text-align: left;
    height: 300px;
    overflow: auto;
    border: 1px solid #CCC;
    padding: 1em;
}

.bg-image {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
    background-image: url(http://mine.imonnit.com/images/back.png);
    background-repeat: repeat-x;
    background-position: left top;
}

hr {
    max-width: 45rem;
}

.footer {
    background: #0268ab;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    
}

footer a {
    color: #fff !important;
    line-height: 2rem;
    display: inline !important;
}

footer {
    color: #fff;
    padding: 20px 0 0 0;
    position: relative;
    bottom: 0;
    width: 100%;
    line-height: 1.75rem;
    background: #182c39;
}

.btn-primary {
    color: #fff;
    background-color: #0068ab;
    border-color: #0068ab;
}

h3 {
    font-size: 20px;
    font-weight: 900;
    color: #272727;
    margin: 1.5rem 0 1rem 0;
}

h1 {
    font-size: 26px;
    font-weight: 900;
    color: #0268ab;
    margin: 1.5rem 0 0 0;
}

h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 1rem 0 1rem 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.cb {
    width: 100%;
    background: #F49729;
    line-height: 1.6rem;
    font-size: 18px;
    font-weight: 700;
    border: none;
    margin-top: 1rem;
}