@font-face {
    font-family: 'opensans_regular';
    src: url("../fonts/open_sans/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/open_sans/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'opensans_light';
    src: url("../fonts/open_sans/opensans-light-webfont.woff2") format("woff2"), url("../fonts/open_sans/opensans-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'opensans_semibold';
    src: url("../fonts/open_sans/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/open_sans/opensans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'opensans_bold';
    src: url("../fonts/open_sans/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/open_sans/opensans-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'opensans_extrabold';
    src: url("../fonts/open_sans/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/open_sans/opensans-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: "O2Icons";
    src: url("../fonts/O2icons-Regular.otf");
}
@charset 'UTF-8';
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.typcn:before {
    font-family: 'O2Icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.clear {
    clear: both
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.hidden {
    display: none !important;
    visibility: hidden
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    z-index: 2
}
.js .collapsed {
    display: none
}
.noscroll {
    overflow: hidden
}
.scroll-wrap {
    width: 100%;
    position: relative;
    overflow: auto
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html,
body {
    position: relative;
    height: 100%
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    color: #19214f;
    font-size: 62.51%;
    font-family: "opensans_regular", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f1f2f5
}
a {
    color: currentColor;
    /*display: inline-block;*/
    background-color: transparent
}
a:focus,
a:active,
a:hover {
    outline: 0
}
a:active {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform: translate3d(0, 2px, 1px);
    -webkit-transform: translate3d(0, 2px, 1px);
    -o-transform: translate3d(0, 2px, 1px);
    -ms-transform: translate3d(0, 2px, 1px);
    transform: translate3d(0, 2px, 1px)
}
b,
strong {
    font-family: "opensans_bold";
    font-weight: normal
}
i,
em,
dfn,
blockquote {
    font-family: "opensans_regular";
    font-style: normal;
    font-weight: normal
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 55%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 0
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 25px;
    height: 1em;
    border: 0;
    border-bottom: 1px solid currentColor
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0 auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: currentColor
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: currentColor
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: currentColor
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: currentColor
}
input:focus,
textarea:focus {
    outline: 0
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea,
select,
input {
    line-height: normal;
    box-sizing: border-box
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    display: block;
    display: table-cell
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-family: "opensans_bold"
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    clear: both
}
td,
th {
    padding: 0;
    font-weight: normal
}
::-moz-selection {
    color: #fff;
    background: #39c;
    text-shadow: none
}
::selection {
    color: #fff;
    background: #39c;
    text-shadow: none
}
select {
    width: 90%;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    width: 90%;
    margin: 20px auto 0px;
}
.backgroundImage {
    position: absolute;
    height: 675px;
    opacity: 1
}
.home {
    width: 100%;
    height: 675px;
    position: absolute;
    top: 0;
    padding: 0 10%;
    box-sizing: border-box
}
.home form table {
    max-width: none
}
.home form table td {
    padding: 0
}
.home form table input[type=submit] {
    color: #fff;
    font-size: 15px;
    font-family: "opensans_semibold";
    height: 57px;
    width: 80%;
    display: block;
    position: relative;
    margin: 1em 10% 7px;
    background: #2c97ce;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box
}
#frm-emailForm-emailForm input[type=submit] { background: #2c97ce; }
#frm-smsForm-smsForm input[type=submit] { background: #2c97ce; }
#frm-smsForm-codeForm input[type=submit] { background: #2c97ce; }
#frm-singleForm-singleForm input[type=submit] { background: #2c97ce; }
#frm-conditionForm-conditionForm input[type=submit] { background: #2c97ce; }
#frm-loginForm-loginForm input[type=submit] { background: #2c97ce; }
#frm-gamForm-gamForm input[type=submit] { background: #2c97ce; }
#frm-customForm-customForm input[type=submit] { background: #2c97ce; }
.home form table label {
    text-align: center;
    font-size: 15px;
    padding: 0.5em 5% 1.5em;
    color: #717982
}
.home form table label input,
.home form table label .fakeCheckbox {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 5px
}
.home form table label a {
    font-size: 15px;
    text-decoration: none;
    color: #2c97ce;
    /*display: inline-block;*/
    -webkit-box-shadow: 0 1px 0 0 currentColor;
    -moz-box-shadow: 0 1px 0 0 currentColor;
    box-shadow: 0 1px 0 0 currentColor;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box
}
.home form table label:hover {
    color: #2c97ce
}
.home form table label:hover .fakeCheckbox,
.home form table label:hover .fakeCheckbox span {
    border-color: #2c97ce
}
.home form table label:hover a:hover {
    color: #00659c
}
.home form table input[type=text] {
    margin: 20px auto 0px;
    height: 35px;
    max-width: 90%;
}
.header {
    background: transparent;
    box-shadow: none;
    padding: 0
}
.header h1 {
    width: 110px;
    height: auto;
    display: block;
    position: relative;
    padding: 20px 0;
    margin: 0;
    float: left
}
.header h1 img {
    width: 100%
}
.header h2 {
    color: #fff;
    font-size: 26px;
    font-family: "opensans_light";
    display: block;
    margin: 1.2em 0;
    clear: both
}
.lang-switcher {
    color: #fff;
    font-size: 14px;
    font-family: "opensans_regular";
    text-transform: uppercase;
    text-align: left;
    width: 106px;
    display: block;
    position: absolute;
    right: 10%;
    top: 23px;
    border: 2px solid;
    padding: 0.572em 1.714em 0.572em 0.714em;
    background: transparent 90% 0.9em no-repeat;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzFFMjIyM0VCMUFCMTFFNzg4QzI4MEJEMUJBMUM5NjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzFFMjIyM0ZCMUFCMTFFNzg4QzI4MEJEMUJBMUM5NjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRTVFN0M2QkIxOUIxMUU3ODhDMjgwQkQxQkExQzk2MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRTVFN0M2Q0IxOUIxMUU3ODhDMjgwQkQxQkExQzk2MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvSBsDIAAABwSURBVHjaXI9BCoAwDARbehWEQk/9Qz/uYwS9ePIPghcPEje6wejCUNhMaBtFJCAJdGAL3/RgB2eAmMAARpB1kWR2OktaFLDIE5NNEs6KbVcnz8Skej/PXaXFKm9Wk/6i0sBBmp9F/tqn8Zx8eQkwANIPs+dR+wE2AAAAAElFTkSuQmCC");
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.3);
}
.lang-switcher a {
    padding-top: 0.572em
}
.lang-switcher ul {
    font-size: 1em;
    background-color: transparent;
    margin: 0;
    padding 0;
}
.lang-switcher ul li {
    width: auto;
    height: auto;
    margin: 0;
    text-align: left;
}
.regBody {
    font-size: 15px;
    line-height: 1.333;
    max-width: 420px;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box;
    overflow: hidden
}
.regBody .regForm{
    width: 100% !important;
    max-width: none;
    background: #fff;;
    margin: 0 !important;
    padding: 0
}
.regBody .regForm .help h3 {
    text-align: center;
    color: #010101;
    margin: 0;
    padding: 1.2em 10%;
    background: #f5f6f7;
    border-bottom: 1px solid #dbdde0
}
.registration-switcher {
    background: none;
    box-shadow: none;
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 20px 1px 20px;
}
.registration-item {
	background-color: #fff;
}
.registration-switcher .switch {
	background-color: #2c97ce !important;
	border-radius: 3px;
}
.pikto {
    float: left;
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: 'O2Icons';
    color: #fff;
}
.registration-switcher p {
    position: absolute;
    top: 15px;
    font-size: 12px !important;
    padding: 0px;
    font-family: opensans_regular;
}
.switch p {
    color: #fff;
}
#frm-emailForm-emailForm-send {
    background: #2c97ce;
}
#frm-smsForm-smsForm-continue {
    background: #2c97ce;
}
#frm-singleForm-singleForm-send {
    background: #2c97ce;
}
#frm-gamForm-gamForm-send {
    background: #2c97ce;
}
#frm-customForm-customForm-send {
    background: #2c97ce;
}
#pikto-gam:before {
    content: "D";
    font-size: 35px;
}
#pikto-sms:before {
    content: "C";
    font-size: 35px;
}
#pikto-single:before {
    content: "B";
    font-size: 35px;
}
#pikto-fblike:before {
    content: 'G';
    font-size: 35px;
	font-weight: 600;
}
#pikto-twitter:before {
    content: "H";
    font-size: 35px;
    margin-left: 1px;
}
#pikto-linkedin:before {
    content: "J";
    font-size: 35px;
    margin-left: 2px;
}
#pikto-google:before {
    content: "I";
    font-size: 35px;
    margin-left: 2px;
}
#pikto-gamRequest:before {
    content: "F";
    font-size: 35px;
}
#pikto-custom:before {
    content: "F";
    font-size: 35px;
}
#pikto-condition:before {
    content: "E";
    font-size: 35px;
}
#pikto-fb:before {
    content: 'G';
    font-size: 35px;
    margin-left: 6px;
}
#pikto-paygate:before {
    content: "E";
    font-size: 35px;
}
#pikto-email {top: 1px;}
#pikto-email:before { 
    content: "A";
    font-size: 35px;
}
.content {
    height: 485px;
    overflow: auto;
    margin: 80px auto 30px;
    padding: 0 0 1em 0;
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 32px 65px -20px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 32px 65px -20px rgba(0, 0, 0, 0.36);
    box-shadow: 0 32px 65px -20px rgba(0, 0, 0, 0.36)
}
.content h1 {
    font-size: 18px;
    text-align: center;
    color: #010101;
    margin: 0;
    padding: 1.2em 10%;
    background: #f5f6f7;
    border-bottom: 1px solid #dbdde0
}
.content p {
    font-size: 16px;
    margin: 1.5em 5% 1em
}
div.button {
    color: #fff;
    font-size: 15px;
    font-family: "opensans_semibold";
    text-transform: uppercase;
    height: 57px;
    line-height: 57px;
    width: 100px;
    display: block;
    position: relative;
    padding: 0;
    background: #2c97ce;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box
}
.home form a div.button{
    text-decoration: none;
    width: auto;
    margin: 0 auto;
}
#frm-smsForm-smsForm a {
    text-decoration: none;
}
.fakeCheckbox {
    position: relative;
    border: 2px solid #717982;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    -ms-background-clip: padding;
    background-clip: padding-box
}
.fakeCheckbox span {
    width: 10px;
    height: 6px;
    display: none;
    position: absolute;
    left: 45%;
    bottom: 30%;
    border: 2px solid #717982;
    border-width: 0 0 2px 2px;
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.fakeCheckbox input {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.fakeCheckbox--checked .fakeCheckbox span {
    display: block
}
.footer {
    color: #717982;
    text-align: center;
    font-size: 14px;
    width: auto;
    display: block;
    margin: 0 0 0 auto;
    padding: 0 1em 1em 0;
    position: fixed;
    right: 1em;
    bottom: 0;
    /*background: #f1f2f5;*/
    box-sizing: border-box;
    min-height: 0px
}
@media screen and (min-width: 768px) {
    .content {
        height: auto;
        overflow: visible
    }
    .backgroundImage {
        position: fixed;
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    .lang-switcher {
        right: 20px
    }
    .header {
        height: 40%;
        min-height: 200px;
        position: relative
    }
    .header h1 {
        width: 160px;
        position: absolute;
        left: 50%;
        margin: 0 -80px;
        bottom: 2.5em
    }
    .header h2 {
        font-size: 48px;
        margin: 0.7em 0;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0
    }
    .headermessage {
        height: auto
    }
    .headermessage h1,
    .headermessage h2 {
        position: static
    }
    .headermessage h1 {
        margin: 1em auto 0;
        float: none
    }
    .home {
        width: 100%;
        height: 100%
    }
    .home form table label,
    .home form table label a {
        font-size: 16px
    }
    .home form table #frm-conditionForm-conditionForm-send,
    .home form table input[type=submit] {
        font-size: 18px
    }
    .footer {
        color: #fff;
        font-size: 16px;
        background: transparent;
        text-align: right;
    }
}
@media screen and (min-width: 1024px) {
    .header h2 {
        font-size: 54px;
    }
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin: 3px 28px !important;
}
.ab-site .row.pos-1 a,.ab-site .row.pos-2 a {
    display: inline;
}
.home form .reg-condition label input[type="checkbox"] {
    top: 0px;
}
.home form .reg-condition label {
    margin-left: 34px;
    text-indent: -31px;
    padding: 20px 5% 10px;
}
.home form .reg-condition.last-child label {
    padding: 20px 5%;
}
.home form table {
    padding-bottom: 20px;
}
.home form table .social-bttn input[type=submit] {
    width: 100%;
    font-family: inherit;
    margin: 0;
}
.home form table .social-bttn {
    margin: 20px;
    padding: 9px 10px 5px 76px;
}
.regItemClose {
    position: relative;
    right: 10px;
    line-height: 40px;
    margin-bottom: -40px;
}
.home .switchItem form table .social-bttn {
    margin-top: 40px;
}
input[type="radio"] {
     margin: 0;
}
span.error {
    padding-top: 0px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: -14px;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    background: #fff;
    color: #cc2114;
}
.home form .reg-condition label span.error {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: -29px;
}
@media screen and (max-width: 360px) {
    .home {
        padding: 0;
    }
    .home .header {
        padding: 0 10%;
    }
    .regBody {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}