html {
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    margin-top: 0 !important;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.50em;
    color: #ffffff;
    background: transparent;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding: 0 0px;
}

#page {
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 10px;
    min-height: 100%;
    min-width: 380px;
}

#page-content {
    display: none;
    margin: 0;
    max-width: 600px;
    border-radius: 2px;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: transparent;
    width: 100%;
    padding: 30px;
}

#page-logo {
    display: block;
    margin: 0 auto 25px auto;
    max-width: 100%;
    height: auto;
}

#page-description {
    color: #6a6a6a;
    margin-bottom: 30px;
}

#page-field-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.85);
}

#page-email {
    color: #6a6a6a;
    margin-bottom: 10px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

    #page-email:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    #page-email:hover {
        border-color: rgb(102, 175, 233);
    }

#page-subscribe-btn {
    margin-left: 10px;
    background: #ededed;
    border: 1px solid #fff !important;
    color: #3d3d3d;
    margin-bottom: 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-shadow: none;
    padding-bottom: 11px;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    outline: none !important;
}

    #page-subscribe-btn:hover {
        background: rgb(102, 175, 233);
    }

#page-privacy-policy-txt {
    display: inline-block;
    font-size: 16px;
    color: #bababa;
    margin-bottom: 30px;
}

#page-socialprofiles {
    margin-bottom: 30px;
}

    #page-socialprofiles a {
        color: #bababa;
        padding-right: 7px;
        display: inline-block;
    }

        #page-socialprofiles a:hover {
            color: rgb(102, 175, 233);
        }

#status {
    color: #3d3d3d;
    font-size: 22px;
    margin-top: 0;
}
