#btn-launch-subscribe {
    background: none repeat scroll 0 0 #3498db;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
    padding: 20px;
    position: relative;
    text-align: center;
    transition: all 0.1s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 150px;
    display: inline-block;
}

.launch-countdown {
    margin: auto;
}
.coming-soon-loader {
    margin: 10px auto;
    display: block;
}

#btn-launch-subscribe:hover {
    background: none repeat scroll 0 0 #1d81c4;
    color: #fff;
}

.launch_subscription_loader {
    float:left;
    display:none;
}

.coming_soon_product_wrapper {
    margin: 0 0 20px 0;
    border: 1px solid #cccccc;
}

.coming_soon_product_wrapper .success,.coming_soon_product_wrapper .error {
    text-align:center;
    padding: 5px;
}

.coming_soon_product_wrapper .error {
    color: red;
}

.coming_soon_product_wrapper .success {
    color: green;
}

.launch_notify_wrapper {
    text-align: center;
    border:none;
}

.coming_soon_product_wrapper .title,
.countdown-alt,
.launch_notify_wrapper_title {
    text-align: center;
}

.coming_soon_product_wrapper .title {
    margin: 10px 0;
}

.countdown-alt {
    font-size: 16px;
    margin-bottom: 10px;
}

.launch_notify_wrapper_title {
    font-weight: bold;
    font-size: 20px;
}

.coming_soon_product_wrapper .separator {
    border-top: 1px solid #ededed;
    margin: 10px 0 10px 0;
}
.launch_notify_wrapper input {
    text-align: center;
}
.launch_notify_wrapper .fieldset {
    width: 100%;
}
.launch_notify_wrapper label {
    float: none;
}
.notify-link {
    margin: 10px auto;
    width: fit-content;
}
.coming-soon-captcha {
    margin: 0 auto 10px auto;
    display: table;
}
/*@media only screen and (min-width: 768px) {*/
/*    .launch-countdown {*/
/*        width: 40%;*/
/*        max-height: 300px;*/
/*    }*/
/*}*/
