@font-face {
    font-family: 'MrEavesXLModOT-Reg';
    src: URL('../fonts/MrEavesXLModOT-Reg.ttf') format('truetype');
}

@font-face {
    font-family: 'MrEavesXLModOT-Bold';
    src: URL('../fonts/MrEavesXLModOT-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'MrEavesXLModOT-Thin';
    src: URL('../fonts/MrEavesXLModOT-Thin.ttf') format('truetype');
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: MrEavesXLModOT-Reg;
}

.main-container {
    background: url('../images/full-bg.png') no-repeat;
    background-size: cover;
    margin: 0px !important;
    min-height:94%;
    background-position:center;
}

.logo {
    width: 100px !important;
    height:58px !important;
}

.footer {
    padding: 9px;
    font-size: 11px;
    font-family: Arial;
    margin: 0px !important;
    color: white;
    background-color: #00205c;
    width: 100%;
    bottom: 0px;
}

.footer-terms-container {
    display: inline-flex;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width:30%;
}

.privacy-container {
    margin-left: 0px;
    margin-right: 0px;
}

.footer-terms-container div.separator {
    margin: -1px 10px;
}

.footer-inner {
    margin-left: 20px;
}

    .footer-inner .row > div {
        padding: 0px;
    }

.logocontainer {
    height: auto;
    padding: 20px 0px 0px 10px;
}

.content-container {
    margin-left: 50px !important;
    margin-top: 20px !important;
    margin-bottom: 150px;
    margin-right: 40px;
}

.header-container {
    color: #0C3F5F;
    font-size: 110px;
    letter-spacing: -4.05px;
    line-height: 75px;
    padding: 0px !important;
    margin-bottom: 10px;
    margin-right: 250px;
    font-family: MrEavesXLModOT-Reg;
}

.welcome-note {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-family: MrEavesXLModOT-Bold;
}

.content {
    color: #0C3F5F;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 18px;
}

.btn-container {
    margin-top: 10px !important;
    margin-left: 0px;
}

.ibtn {
    padding: 10px;
    text-decoration: none;
    width: 200px;
    text-align: center;
    margin-top: 5px;
}

.btn-reg:hover {
    color: #fff !important;
}

.btn-unreg:hover {
    color: #00205C !important;
}

.btn-reg {
    background-color: #00205C;
    color: #FFF;
    margin-right: 10px;
}

.btn-unreg {
    background-color: #FFF;
    color: #00205C;
}

.header-content1 {
    font-weight: 700;
}

.content-container > div {
    padding: 0px;
    margin-bottom: 10px;
}

.header-content2 {
    font-weight: 400;
}

.header {
    background-color: #00205C;
    color: #fff;
    padding-bottom: 10px;
    width: 100%;
    margin-left: 0px;
}

.terms-container {
    margin-left: 0px;
    margin-right: 0px;
}

    .header p {
        margin: 10px 0px 0px -5px;
    }

    .header h1 {
        margin-left: 100px;
        border-bottom: 2px solid #fff;
        width: 40%;
        font-size: 30px;
    }

    .header img {
        width: 60px;
        height: auto;
        margin: 5px 0px 0px 10px;
    }

.privacy-content {
    margin-top: 15px !important;
}

.terms-content, .privacy-content {
    margin-left: 100px;
    font-size: 12px;
    padding-bottom: 30px;
}

    .terms-content h1, .privacy-content h1 {
        color: #00205C;
        margin: 15px 0px;
        font-weight: 400;
        font-size: 18px;
    }

    .terms-content h2, .privacy-content h2 {
        font-weight: 400;
        font-size: 15px;
        color: #00205C;
        margin: 10px 0px;
    }

    .terms-content ul, .privacy-content ul {
        margin-top: 10px;
    }

        .terms-content ul:first-of-type li {
            list-style-type: lower-alpha;
        }

        .terms-content ul li, .privacy-content ul li {
            margin-top: 5px;
        }

a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

a:hover{
    text-decoration:none;
    color:#fff;
}

.website-link {
    text-align: right;
    margin-left: 20px;
}

.copy-rights {
    width: 30%;
}

.site-container{
    display:inline-flex;
}

.success-container + .footer{
    position:absolute;
    bottom:0px;
}

.site-header {
    margin-left: 15px;
    font-family: MrEavesXLModOT-Bold;
}

.site-logo{
    position:absolute;
    right:10px;
}

.success-container {
    background: url(../images/reg-success.png) no-repeat center;
    background-size: cover;
    background-position: 0px 65%;
}
.success-content-bg {
    text-align: center;
    color: #fff;
    background: #00205C;
    opacity: 0.93;
    width: 55%;
    margin: 0px auto;
    position: relative;
    padding: 20px 0px 30px 0px;
}

.success-content {
    padding: 5px 100px;
}

    .success-content p {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -0.8px;
    }

.success-content img {
    width: 110px;
    margin-bottom: 20px;
}

    .success-content h1 {
        letter-spacing: -1.51px;
        font-size: 40px;
        font-family: MrEavesXLModOT-Bold;
    }

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .footer > div.col-md-7 {
        max-width: none !important;
        flex: none !important;
    }

    .ibtn {
        padding: 15px 50px !important;
        font-size: 16px !important;
    }

    .welcome-note {
        font-size: 30px !important;
        margin-bottom: 10px;
    }

    .content {
        font-size: 17px !important;
        margin-bottom: 20px;
    }

    .main-container {
        background: url('../images/half-bg.png') no-repeat center center fixed;
        background-size: cover;
    }

    .main-container > div.col-md-5 {
        width: 80% !important;
        max-width: none !important;
        flex: none !important;
       
    }

    .content-container {
        margin-left: 60px !important;
        margin-top: 30px !important;
        margin-bottom: 90px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .success-content-bg {
        padding: 0px !important;
    }
}

    @media only screen and (max-width: 768px) {

        .success-content {
            padding: 5px !important;
        }

        .content{
            font-size:16px !important;
        }

        .welcome-note {
            font-size: 22px;
        }

        .main-container {
            background: url('../images/half-bg.png') no-repeat center center fixed;
            background-size: cover;
        }

        .ibtn {
            padding: 10px 30px;
        }

        .header-container {
            line-height: 60px;
            font-size: 70px;
        }

        .content-container {
            margin-left: 40px !important;
            margin-right: 10px;
        }

        .copy-rights {
            width: 60%;
        }

        .footer-terms-container, .site-container {
            width: 50%
        }

        .web-site {
            margin-left: 13px;
        }

        .footer {
            padding: 8px;
        }

        .site-header {
            width: 75%;
        }

        .terms-header h1, .privacy-header h1 {
            font-size: 21px;
        }

        .terms-content, .privacy-content {
            margin-left: 10px;
        }
    }

    @media only screen and (max-width: 420px) and (min-width: 350px) {
        .footer {
            padding: 3px !important;
        }
    }

    @media only screen and (max-width: 349px) and (min-width: 321px) {
        .footer {
            padding: 3px !important;
        }
    }

    @media only screen and (max-width: 320px) and (min-width: 300px) {
        .footer {
            font-size: 10px !important;
        }

        .ibtn {
            padding: 10px 20px !important;
        }

        .header-container {
            line-height: 40px !important;
            font-size: 60px !important;
            letter-spacing: -6.05px !important;
        }

        .footer {
            padding: 3px !important;
        }

        .content {
            font-size: 10px;
        }

        .welcome-note {
            font-size: 17px;
        }
    }

    @media only screen and (max-width: 768px) and (min-height:1024px) {
        .ibtn {
            padding: 20px 70px !important;
            font-size: 20px !important;
        }

        .welcome-note {
            font-size: 30px !important;
            margin-bottom: 15px;
        }

        .content {
            font-size: 20px !important;
            margin-bottom: 10px;
        }

        .main-container > div.col-md-5 {
            width: 80% !important;
            max-width: none !important;
            flex: none !important;
        }

        .main-container {
            background-size: cover;
            margin-bottom: 15px;
        }

        .footer > div.col-md-7 {
            max-width: none !important;
            flex: none !important;
        }

        .copy-rights {
            width: 30%;
        }

        .footer-terms-container, .site-container {
            width: 30%
        }
    }

    @media only screen and (max-width:300px) and (min-width:200px) {
        .header-container {
            line-height: 40px;
            font-size: 50px;
            letter-spacing: -5.05px;
        }

        .ibtn {
            padding: 10px 15px;
        }

        .web-site {
            margin-left: 0px;
        }

        .copy-rights {
            width: 80%;
        }

        .footer-terms-container, .site-container {
            width: 70%;
        }

        .main-container {
            min-height: 90%;
        }
    }