@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

@font-face {
    font-family: 'NHaasGroteskTXPro-55Rg';
    src: url('../fonts/NHaasGroteskTXPro-55Rg.eot');
    src: url('../fonts/NHaasGroteskTXPro-55Rg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NHaasGroteskTXPro-55Rg.woff2') format('woff2'),
    url('../fonts/NHaasGroteskTXPro-55Rg.woff') format('woff'),
    url('../fonts/NHaasGroteskTXPro-55Rg.ttf')  format('truetype'),
    url('../fonts/NHaasGroteskTXPro-55Rg.svg#Neue Haas Grotesk Text Pro') format('svg');
}
@font-face {
    font-family: 'NHaasGroteskTXPro-65Md';
    src: url('../fonts/NHaasGroteskTXPro-65Md.eot');
    src: url('../fonts/NHaasGroteskTXPro-65Md.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NHaasGroteskTXPro-65Md.woff2') format('woff2'),
    url('../fonts/NHaasGroteskTXPro-65Md.woff') format('woff'),
    url('../fonts/NHaasGroteskTXPro-65Md.ttf')  format('truetype'),
    url('../fonts/NHaasGroteskTXPro-65Md.svg#Neue Haas Grotesk Text Pro') format('svg');
}
@font-face {
    font-family: 'NHaasGroteskTXPro-75Bd';
    src: url('../fonts/NHaasGroteskTXPro-75Bd.eot');
    src: url('../fonts/NHaasGroteskTXPro-75Bd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NHaasGroteskTXPro-75Bd.woff2') format('woff2'),
    url('../fonts/NHaasGroteskTXPro-75Bd.woff') format('woff'),
    url('../fonts/NHaasGroteskTXPro-75Bd.ttf')  format('truetype'),
    url('../fonts/NHaasGroteskTXPro-75Bd.svg#Neue Haas Grotesk Text Pro') format('svg');
}
html,
body,
input,
button {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #000;
    background: #faf9ff;
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

/** {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
*/
a,
button {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}

a > i,
button > i,
a > span {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    text-decoration: none;
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn:active,
.btn.active,
.btn:hover,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit
}

#body input,
#body textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none
}
html,
body,
input,
button {
    font-size: 16px;
    font-weight: 400;
    font-family: 'NHaasGroteskTXPro-65Md', sans-serif;
    color: #070713;
}
html{
    min-height: 100%;
}
body{
    min-height: 100vh;
}
img {
    max-width: 100%;
    height: auto
}
.App{
    background-color: #faf9ff;
    min-height: 100vh;
}

.App-home {
    text-align: center;
    padding: 48px 40px;
    background: #faf9ff;
    min-height: calc(100vh - 80px);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

h2
{font-family: NHaasGroteskTXPro-75Bd;
    color:#4c3489;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}


.App-header {
    background-color: #4c3489 ;
    text-align: center;
    padding: 50px 0;
    margin-bottom: 40px;
}

.App-link {
    color: #61dafb;
}

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.pageloading{ background: #4c3489; width:100%; height:100vh; position: relative; text-align: center;  }
.pageloading img.logoclub{ top:50%; transform: translate(-50%); position: absolute; left: 50%; margin: auto;  }
.copyright{ font-size:14px ; line-height: 21px; color:#8b819d; font-family: "n_haas_grotesk_tx_pro_55_rg"; bottom:32px;    bottom: 32px;
    position: absolute;
    left: 50%;transform: translateX(-50%);}

.loadingpng{ font-size:14px ; line-height: 21px; color:#8b819d; font-family: "n_haas_grotesk_tx_pro_55_rg"; bottom:95px;
    position: absolute;
    left: 50%;transform: translateX(-50%); z-index: 999;}
.AppContent {
    float: left;
    width: 100%;
    background-color: #faf9ff;
    border-radius: 24px 24px 0 0;
    z-index: 999;
    margin-top: -20px;
    padding-top: 15px;
    padding-bottom: 80px;
}
.paddingBottom{
    padding-bottom: 80px;
}
.container_checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #4c3489;
    border-radius: 4px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container_checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #4c3489;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}