body {
    padding: 0;
}

header {
    position: relative !important;
}

#tel-mobile,
header.mobile a.menu,
header nav {
    visibility: hidden;
}

a.nowrap {
    white-space: nowrap;
}

span.loader {
    display: inline-block;
    transition: all 0.3s;
    opacity: 0;
}

span.loader.show {
    opacity: 1;
}

span.loader img {
    display: block;
}

div.wrapper {
    overflow: hidden;
}

div.top_corner.show {
    display: none;
}

div.step2,
div.title {
    padding: 2em calc((100% - 1100px)/ 2);
    position: relative;
}

div.title.step1 {
    display: block;
}

div.title.step1.hide {
    display: none;
}

div.title h1 {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    color: #32B4A6;
}

form#activate div {
    margin-bottom: 2em;
}

form#activate > div {
    margin-bottom: 0;
}

span.info {
    color: #292929;
    font-size: 12px;
    padding: 0 0.5em;
    font-style: normal;
    font-weight: 600;
}

form#activate {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


form#activate div.contact,
form#activate div.address {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

form#activate div.address {
    margin-left: 3.5%;
}

form#activate img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

form#activate h3 {
    color: #32b4a6;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-transform: capitalize;
    padding: 0em 0.5em;
}

#activate label {
    width: 100%;
    margin: 1% 0;
    display: block;
}

#activate label.half {
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
}

#activate label.submit {
    display: block;
    margin-left: auto;
    width: 48%;
}

#activate label select,
#activate label input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-shadow: none;
    -webkit-appearance: none;
    border: 1px solid #ebeff1;
    border-radius: 4px;
    padding: 0.7em;
    height: 50px;
}

#activate label select {
    -webkit-appearance: checkbox;
    background-color: white;
    color: gray;
}

#activate label.submit input {
    background-color: #32B4A6;
    color: white;
    font-size: 20px;
}

#activate .message.show {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    color: white;
    padding: 0.5em;
    background-color: red;
}

#activate .message a {
    text-decoration: underline;
    color: white;
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 0px;
    }

    header {
        position: inherit;
    }

    div.title h1 {
        font-size: 26px;
        text-align: center;
        font-weight: 600;
        color: #32B4A6;
        line-height: 32px;
    }

    div.step2, div.title {
        padding: 1em;
    }

    form#activate > div {
        flex-direction: column;
    }

    form#activate div.contact, form#activate div.address {
        width: 100%;
    }

    #activate label {
        width: 100%;
    }

    #activate label.half {
        width: 49.2%;
    }

    form#activate div.address {
        margin-left: 0;
    }

    span.info {
        color: #292929;
        font-size: 12px;
        padding: 0 0.5em;
        font-style: normal;
        font-weight: 600;
        display: block;
        line-height: 13px;
        margin: 0.3em 0em;
    }

    #activate label.submit {
        width: 100%;
    }

    #activate .message.show {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        color: white;
        padding: 0.5em;
        background-color: red;
        font-size: 12px
    }
}