@font-face {
    font-family: Alternate_Gothic;
    font-style: normal;
    font-weight: 200;
    src: url(../font/Alternate_Gothic/AlternateGotNo1D.ttf);
}
@font-face {
    font-family: Alternate_Gothic;
    font-style: normal;
    font-weight: 300;
    src: url(../font/Alternate_Gothic/AlternateGotNo2D.ttf);
}
@font-face {
    font-family: Alternate_Gothic;
    font-style: normal;
    font-weight: 400;
    src: url(../font/Alternate_Gothic/AlternateGotNo3D.ttf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 200;
    src: url(../font/inter/Inter-Light-BETA.otf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 300;
    src: url(../font/inter/Inter-Thin-BETA.otf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 400;
    src: url(../font/inter/Inter-Regular.otf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 500;
    src: url(../font/inter/Inter-Medium.otf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 600;
    src: url(../font/inter/Inter-Black.otf);
}
@font-face {
    font-family: inter;
    font-style: normal;
    font-weight: 700;
    src: url(../font/inter/Inter-Bold.otf);
}
@font-face {
    font-family: just_realize;
    font-style: normal;
    font-weight: 400;
    src: url(../font/just_realize/JustRealize.ttf);
}
@font-face {
    font-family: just_realize;
    font-style: normal;
    font-weight: 700;
    src: url(../font/just_realize/JustRealizeBold.ttf);
}
@font-face {
    font-family: Matter;
    font-style: normal;
    font-weight: 500;
    src: url(../font/Matter/Matter-Regular.ttf);
}
@font-face {
    font-family: Matter;
    font-style: normal;
    font-weight: 400;
    src: url(../font/Matter/Matter-Medium.ttf);
}
@font-face {
    font-family: Matter;
    font-style: normal;
    font-weight: 300;
    src: url(../font/Matter/Matter-Light.ttf);
}
@font-face {
    font-family: Matter;
    font-style: normal;
    font-weight: 600;
    src: url(../font/Matter/Matter-Heavy.ttf);
}
@font-face {
    font-family: Matter;
    font-style: normal;
    font-weight: 700;
    src: url(../font/Matter/Matter-SemiBold.ttf);
}
@font-face {
    font-family: Matter;
    font-style: normal;
    font-weight: 800;
    src: url(../font/Matter/Matter-Bold.ttf);
}
@font-face {
    font-family: Just Realize;
    font-style: normal;
    font-weight: 400;
    src: url(../font/just_realize/JustRealize.ttf);
}
@font-face {
    font-family: Just Realize;
    font-style: normal;
    font-weight: 700;
    src: url(../font/just_realize/JustRealizeBold.ttf);
}
body {
    font-size: 1rem;
    background: url(../../assets/img/body.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1200px !important;
    margin: 0 auto;
    position: relative;
}
section.main-banner {
    text-align: center;
    position: relative;
    /* padding: 60px 0; */
}
section.main-banner:after {
    content: "";
}
section.main-banner .bannerArea .main-heading h1 {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
}
section.main-banner .bannerArea {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    width: 82%;
}
section.main-banner .bannerArea .partner-logo img {
    height: 128px;
}
 .signUp-btn button {
    text-transform: capitalize;
    font-weight: 100;
    color: #fff;
    background: #ff1818;
    border: none;
    padding: 9px 25px;
    font-size: 18px;
    border-radius: 7px;
    transition: 1s ease-in-out;
    font-family: Inter;
}
header .navigation ul li a {
    color: #fff;
    font-family: Heebo;
    text-transform: capitalize;
    font-size: 16px;
    padding: 7px 5px;
}
header .navigation ul li.active a {
    background: #ff1818;
    padding: 7px 16px;
    border-radius: 3px;
}
header .navigation ul li {
    list-style: none;
}
header {
    width: 100%;
    padding: 25px 0;
    z-index: 2;
}
header .navbarArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .navigation ul li {
    display: inline-block;
    padding: 0 7px;
}
header .navigation ul li.signUp a {
    color: #fff;
    background: #ff1818;
    border: none;
    border-radius: 8px;
    padding: 6px 24px;
    border: 1px solid #ff1818;
}
section.contact {
    background: #620800;
    text-align: center;
    padding: 0 0 60px 0;
}
section.contact .heading h2 {
    font-weight: 700;
    color: #fdcd0a;
    font-size: 56px;
}
section.main-banner .bannerArea .signUp-btn button:hover {
    background: #fff;
    color: #d8281d;
    transition: 1s ease-in-out;
}
@keyframes bg-img-slider {
    0% {
        background: linear-gradient(#2a0908, #2a0908) padding-box, linear-gradient(#d62a1b, #b88801) border-box;
    }
    100% {
        background: linear-gradient(#2a0908, #2a0908) padding-box, linear-gradient(#5fff9b, #f74747) border-box;
    }
}
html {
    scroll-behavior: smooth;
}
.accordion:after {
    content: "\002B";
    color: #fff;
    float: right;
    margin-left: 5px;
    font-size: 38px;
    line-height: 32px;
}
button.accordion.active:after {
    content: "\2212";
}
button.accordion.active {
    margin-bottom: 0;
    border-bottom: 0;
    border-radius: 0;
}
button.accordion.active + .panel {
    background: #fffefe00;
    color: #fff;
    background: linear-gradient(#620800, #620800) padding-box, linear-gradient(#d62a1b, #b88801) border-box;
    margin-bottom: 20px;
    border-radius: 2px;
    font-weight: 400;
    font-family: HEEBO;
    border: 2px solid #fff0;
    border-top: 0;
    text-align: left;
}
header .navigation ul li.signUp a:hover {
    background: #fff;
    color: #d42521;
        border: 1px solid #fff;
}
@keyframes MoveUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-35px);
    }
}
#menu {
    display: none;
}
.main {
    width: 100%;
}
.mobile-nav {
    position: fixed;
    width: 0%;
    height: 100%;
    background: url(../../assets/img/body.jpg);
    z-index: 999;
    color: #fff;
    transition: 1s ease-in-out;
    overflow: hidden;
    top: 0px;
    right: 0px;
}
.mobile-desk {
    display: none;
}
.footer {
    padding: 60px 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Matter';
}
.footer .footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .footer-flex .footerLinks {
    width: 17%;
}
.footer .footer-flex .footerLinks .footer-txt p {
    /* font-weight: 700; */
    /* font-size: 23px; */
    padding: 15px 0;
}
.footer .footer-flex .footerLinks .btn-Area a {
    background: #ff1818;
    padding: 11px 23px;
    border-radius: 6px;
    font-family: Heebo;
}
.footer .footer-flex .footerLinks .btn-Area a i {
    padding-right: 7px;
}
.footer .footer-flex .footerLinks .headline {
    font-size: 19px;
    color: #ffffffed;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.footer .footer-flex .footerLinks ul li, .footer .footer-flex .footerLinks ul li a, .footer .footer-flex p {
    font-size: 14px;
    padding: 4px 0;
    list-style: none;
    line-height: 23px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffffed;
}
.footer .footer-flex .footerLinks .headline:not(:first-child) {
    padding-top: 18px;
}
.footer .footer-flex .footerLinks:last-child ul {
    /* display: flex; */
}
.footer .footer-flex .footerLinks:nth-child(3) {
    width: 15%;
}
section.main-banner .bannerArea .main-heading .title {
    font-weight: 800;
    color: #fff;
    font-size: 48px;
}
section.main-banner .bannerArea .partner-logo h1 {
    font-weight: 700;
    font-size: 111px;
    color: #ffffffe0;
    font-family: Alternate_Gothic;
    text-transform: uppercase;
    line-height: 116px;
    letter-spacing: 3px;
}
body {
    counter-reset: section;
}
section.game {
    background: url(../../assets/img/game.png);
    background-size: 100% 100%;
}
section.game {
    padding: 0 0 98px 0;
}
.rummy-queen {
    position: absolute;
    bottom: 53px;
    left: 7%;
    z-index: 2;
    width: 30%;
    opacity: 0.9;
}
section.about {
    position: relative;
}
section.about .about-txt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #0006;
    border-radius: 15px;
    width: 100%;
}
.headline h2 {
    font-weight: 700;
    font-size: 68px;
    color: #ffffffe0;
    font-family: Alternate_Gothic;
    text-transform: uppercase;
    line-height: 72px;
    letter-spacing: 3px;
    padding: 22px 0;
    position: relative;
    z-index: 1;
}
section.about .about-txt .txt p {
    font-family: Matter;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
}
section.about .banner {
    width: 100%;
}
.textabout {
    width: 100%;
}
.copy-right {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: Heebo;
    padding-bottom: 22px;
}
.copy-right p {
    margin-bottom: 8px;
    color: #ffffffed;
}
.copy-right span:hover {
    color: #d8241d;
}
.copy-right span {
    color: #ff1818;
}
h4.modal-title {
    background: linear-gradient(180deg, #d65c08 59.77%, #fdcd0a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 42px;
}
.policy-text p {
    font-family: Heebo;
    font-size: 15px;
    line-height: 25px;
}
.policy-text h5 {
    font-weight: 600;
    color: #000;
    padding: 15px 0 7px 0;
}
section.main-banner .bannerArea .partner-logo .txt p {
    color: #fff;
    font-family: Matter;
    font-size: 21px;
    margin: 0 auto;
    position: relative;
    width: 72%;
    font-weight: 500;
    padding-top: 25px;
}
section.main-banner .bannerArea .signUp-btn {
    margin: 38px 0;
}
.user-title {
    font-size: 34px;
    color: #fff;
    font-family: Just Realize;
    font-weight: 700;
}
section.about .about-txt .fl {
    width: 58%;
    padding: 40px 54px;
   
}
section.about .about-txt .fr {
    width: 42%;
}
.heading-title {
    color: #ff1818;
     font-family: Matter;
    font-size: 26px;
    font-weight: 300;
}
section.about .about-txt a.cta {
    display: block;
    margin-top: 26px;
    color: red;
    font-family: MATTER;
    font-weight: 400;
    font-size: 23px;
}

section.why-Choose {
    /* padding: 60px 09px; */
}

section.why-Choose .choose-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #0006;
    border-radius: 15px;
    width: 100%;
    padding: 44px;
}

section.why-Choose .choose-flex .fr {
    width: 42%;
}

section.why-Choose .choose-flex .fl {
    width: 52%;
}

section.why-Choose .choose-flex .fl .why-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.why-Choose .choose-flex .fl .why-box .main-box {
    width: 48%;
    margin: 1%;
    background: #e1e1e12e;
    border-radius: 15px;
    padding: 21px;
    text-align: center;
    color: #fff;
    font-family: 'Matter';
}

section.why-Choose .choose-flex .fl .why-box .main-box .img {
    text-align: center;
}

section.why-Choose .choose-flex .fl .why-box .main-box .img img {
    width: 48px;
}

section.why-Choose .choose-flex .whyChoose-txt .txt p {
    font-family: Matter;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

section.why-Choose .choose-flex .fl .why-box .main-box .h3 h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 24px 0px 7px 0px;
}

section.benifits {}

section.benifits .benifits-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #0006;
    border-radius: 15px;
    width: 100%;
}

section.benifits .benifits-flex .fl {
    width: 56%;
    padding: 40px 56px;
    position: relative;
    display: flex;
    align-items: center;
}

section.benifits .benifits-flex .fr {
    width: 44%;
    height: 100%;
}

section.benifits .benifits-flex .fl .benifit-txt {
    width: 56%;
}

section.benifits .benifits-flex .fl .benifits-list {
    position: absolute;
    margin: auto;
    width: 56%;
    left: 58%;
    text-align: center;
}

section.benifits .benifits-flex .fl .benifit-txt .txt p {
    font-family: Matter;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
}

section.benifits .benifits-flex .fl .benifits-list .mainList {
    background: #1a1b23a1;
    padding: 15px;
    border-radius: 15px;
    margin: 15px 0px;
    color: #fff;
    font-family: 'Matter';
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.benifits .benifits-flex .fl .benifits-list .mainList .img {
    width: 48px;
    height: 48px;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    border-radius: 50%;
}

section.benifits .benifits-flex .fl .benifits-list .mainList .title {
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0px 6px 0px;
}

section.benifits .benifits-flex .fl .benifits-list .mainList .txt p {
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
        line-height: 24px;
}

section.benifits .benifits-flex .fl .benifits-list:nth-child(2) {
    margin-left: 10px;
}

section.benifits .benifits-flex .fl .benifits-list .mainList:nth-child(2) {
    margin-right: -79px;
    margin-left: 79px;
}

section.sendrecieve {
    /* padding: 60px 0px; */
}

section.sendrecieve .sendFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #0006;
    border-radius: 15px;
    width: 100%;
    position: relative;
}

section.sendrecieve .sendFlex .fl {
    width: 42%;
}

section.sendrecieve .sendFlex .fr {
    width: 44%;
    padding: 44px;
}

section.sendrecieve .sendFlex .sendLidt {
    position: absolute;
    color: #fff;
    bottom: 10%;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 100%;
}

section.sendrecieve .sendFlex .sendLidt ul {
    width: 65%;
    position: relative;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.sendrecieve .sendFlex .sendLidt ul li {
    list-style: none;
    margin: 7px;
    background: 
    #fc6d6de0;padding: 12px 38px;
    border-radius: 32px;
    font-family: 'Matter';
    text-transform: capitalize;
    text-align: center;
}

section.sendrecieve .sendFlex .sendLidt ul li:nth-child(2) {
    background: #6d73fcb8;
}

section.sendrecieve .sendFlex .sendLidt ul li:nth-child(3) {
    background: #fc6df6d1;
}

section.sendrecieve .sendFlex .sendLidt ul li:nth-child(4) {
    background: #44c7ffd4;
}

section.midSec {
    padding: 20px 0px;
    position: relative;
    color: #fff;
    font-family: 'Matter';
    margin: 0px auto;
    width: 62%;
    text-align: center;
}

section.midSec .headline h2 {
    font-size: 84px;
    line-height: 94px;
    padding: 0px;
}

section.midSec .txt p {
    padding: 14px 0px;
    font-size: 21px;
    width: 56%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}

footer {
    border-top: 1px solid #FFFFFF66;
    margin-top: 60px;
}

.footer .footer-flex .footerLinks:nth-child(1) {
    width: 23%;
}

.headline h2 span {
    background: linear-gradient(304deg, #f66e57 32.77%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.span1{
background: linear-gradient(304deg, #f66e57 32.77%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.span2{
    background: linear-gradient(304deg, #a6a9ff 32.77%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .navigation ul li.signin a {
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 6px 24px;
    border: 1px solid #fff;
}

.padding{
    padding: 60px 0px;
}

.padding-bottom{
    padding-bottom: 60px;
}

section.about .about-txt.flex-dir {
    flex-direction: row-reverse;
}
p {
    font-family: Matter;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
}

.txt-about {
    padding: 21px 0px 0px 0px;
}

section.benifits .benifits-flex .fl .benifits-list.aboutPage {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    left: 31%;
    height: 100%;
    top: -34%;
}


section.benifits .benifits-flex .fl .benifits-list.aboutPage .box {
    width: 48%;
    margin: 1%;
}

section.benifits .benifits-flex .fl .benifits-list.aboutPage .mainList {
    margin: 0px;
}

section.benifits .benifits-flex .fl .benifits-list.aboutPage .box:nth-child(3) {
    margin-top: 17%;
}

section.benifits .benifits-flex .fl .benifits-list.aboutPage .box:nth-child(2) {margin-bottom: -15%;}

section.why-Choose .choose-flex .fl .why-box .main-box .txt p {
    font-size: 15px;
    line-height: 22px;
}

.policy-txt {
    text-align: left;
    padding-top: 30px;
    color: #fff;
}

.policy-txt p, .policy-txt li {
    color: #fff;
    font-family: Matter;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
}

.policy-txt ul {
    margin-bottom: 1rem;
}

.policy-txt ul li {
    padding: 2px 0px;
    position: relative;
    list-style: none;
    padding-left: 25px;
}

.policy-txt ul li:after {
    content: "\2714";
    position: absolute;
    left: 0px;
        font-size: 15px;
    top: 5px;
}

.policy-txt h2 {
    font-size: 22px;
    padding: 15px 0px 5px 0px;
}

.textabout form .form-control {
    background: #fffffffa;
    height: 57px;
    color: #766e6e;
}

.textabout form .form-group {
    margin-bottom: 15px;
}

input.btn_main {
    color: #fff;
    background: #ff1818;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    border: 1px solid #ff1818;
}

.footer .footer-flex .footerLinks ul li a:hover, header .navigation ul li a:hover{
    color: #fb2e2e;
}

header .navigation ul li.signin a:hover {
   
    border: 1px solid #ff1818;
  /*  background: red;*/
}

.policy-txt li h3 {
    font-size: 23px;
    background: linear-gradient(304deg, #ffa1a1 32.77%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 32px 0px 10px 0px;
}

header.sticky {
    position: fixed;
    background: #000;
    z-index: 999;
    box-shadow: 0px 0px 10px #716969;
}

.directory-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.directory-list ul li {
    list-style: none;
    width: 23%;
    margin: 1%;
}

.directory-list ul li .img {
    background: #fff;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.directory-list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.directory-list {
    padding-top: 32px;
}

.dropdown-toggle::after {margin-left: 10px;}

.dropdown-menu {
    background: #000;
    width: 320px;
    box-shadow: 0px 0px 10px #484343;
    top: 100%;
}

.dropdown-menu ul li {
    width: 100%;
}

header .navigation ul li a.dropdown-item {
    font-size: 16px;
    width: 100%;
}

.dropdown-menu ul li img {
    width: 22px;
    margin-right: 9px;
}

header .navigation ul li a.dropdown-item:hover {
    color: #ff1818 !important;
    background: none;
}


li.dropdown:hover .dropdown-menu{
    display:block;
}

header .navigation ul li.active a:hover {
    color: #fff;
}

.content404 {
    text-align: center;
    color: #fff;
}

.content404 h1 {
    font-weight: 700;
    font-size: 129px;
    color: #ffffffe0;
    font-family: 'Matter';
    text-transform: uppercase;
    line-height: 116px;
    letter-spacing: 3px;
    background: linear-gradient(304deg, #f66e57 42.77%, #ffffff 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content404 h2 {
    font-weight: 700;
    font-size: 111px;
    color: #ffffffe0;
    font-family: Alternate_Gothic;
    text-transform: uppercase;
    line-height: 116px;
    letter-spacing: 3px;
    display: block;
    padding: 22px 0px 0px 0px;
}

.content404 p {
    font-size: 20px;
    margin-bottom: 32px;
}

.content404 a {
    text-transform: capitalize;
    font-weight: 100;
    color: #fff;
    background: #ff1818;
    border: none;
    padding: 9px 25px;
    font-size: 18px;
    border-radius: 7px;
    transition: 1s ease-in-out;
    font-family: Inter;
}

.help-form .form-control {
    height: 61px;
    font-family: 'Matter';
    font-weight: 300;
}

.help-form .form {
    position: relative;
}

.help-form .form button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 61px;
    width: 89px;
    border: none;
    background: #ff1818;
    color: #fff;
    font-size: 19px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

section.help-faq {
    color: #fff;
}

section.help-faq .headline {
    text-align: center;
}

section.help-faq .help-faqSec {
    text-align: left;
}

section.help-faq .help-faqSec ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

section.help-faq .help-faqSec ul li {
    list-style: none;
    width: 47%;
    border-bottom: 1px solid #565454;
    padding: 27px 0px;
}

section.help-faq .help-faqSec ul li .faq-title {
    font-size: 21px;
    font-family: 'Matter';
    position: relative;
    padding-right: 32px;
}

.faq-title {}

section.help-faq .help-faqSec ul li .answer {
    padding: 10px 0px;
    font-family: 'Matter';
    font-weight: 100;
    display: none;
}

section.help-faq .help-faqSec ul li .faq-title:after {
    content: "\002B";
    position: absolute;
    right: 0px;
    top: 0px;
}
section.help-faq .help-faqSec ul li .faq-title.current:after {
    content: "\2212";
}
section.help-faq .help-faqSec ul li .faq-title.current + .answer {
    display: block;
}

section.secureCode {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.secureCode .sucureCode-Content {
    width: 48%;
    background: #ffffff1a;
    padding: 44px;
    border-radius: 22px;
    position: relative;
    margin: 0px auto;
}

section.secureCode .sucureCode-Content .img {
    margin-bottom: 34px;
}

section.secureCode .sucureCode-Content .title {
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-family: Alternate_Gothic;
    padding-bottom: 8px;
}

section.secureCode .sucureCode-Content .form-group {
    margin-bottom: 16px;
}

section.secureCode .sucureCode-Content input.form-control {
    height: 48px;
}

.logo img {
    height: 68px;
}