.backimage{
    height: 1024px;
    position: relative;
}
.container .main-content-div{
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 18%; /* Adjust this value to move the positioned div up and down */
    text-align: center;
    width: 100%; /* Set the width of the positioned div */
}
.input-group-text{
    color: black;
    background-color: #fff;
}

input.transparent-input{
    background-color:rgba(0,0,0,0) !important;
}
.coming-soon {
    color: #FFFFFF;
    font-family: Manier;
    font-size: 4em;
    font-weight: 500;
}
.join{
    color: white;
    font-size: 1.1em !important;
    line-height: 80px;
}
.container-fluid{
    background-color: black;
}
.email-address {
    margin-top: 20px;
}
#inputemail{
    font-size: 16px;
    padding: 25px;
    width: 67%;
    border: 1px solid #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: rgba(0,0,0,0) !important;
    float: right;
    border-right: none;
    color: #fff;
}
.backimage:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.9;
    background-image: url('../images/Group.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    box-shadow: inset 30px 11px 40px 50px black;
}
.form-group{
    display: inline;
}
.btn-signup {
    padding: 14px 45px;
    border: 1px solid #fff;
    border-left: none;
    cursor: pointer;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: black;
    background-color: #fff;
    font-size: 16px;
}
.sub-email {
    text-align: right;
    padding-right: 0;
}
.sub-email-btn{
    padding-left: 0;
}
.btn-signup:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-left: none;
}
.success-msg{
    color: #00ff00;
    margin: 10px 0 0 0;
}
.success-msg.log{
    color: red;
}
.form_wrapper input[type="submit"] {
    background: #0099ff;
}
.form_wrapper input[type="submit"]:hover {
    background: #0099ff;
}
.fileclaim-btn {
    background: #0099ff;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.fileclaim-btn:hover {
    background: #0099ff;
}
#description {
    width: 100% !important;
    border: 1px solid #ddd!important;
    box-sizing: border-box !important;
    padding: 8px 10px 9px 10px;
}
@media (max-width: 991px) {
    #inputemail{
        width: 80%;
    }
}
@media (max-width: 767px) {
    #inputemail{
        width: 99%;
        float: left;
        border-right: 1px solid #fff;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .btn-signup{
        width: 99%;
    }
    .sub-email{
        padding-right: 15px;
    }

    .sub-email-btn{
        padding-left: 15px;
        margin-top: 15px;
    }
    .btn-signup{
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

@media (max-width: 640px) {
    .coming-soon{
        font-size: 4rem;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .join {
        line-height: 2;
    }
}

@media (max-width: 360px) {
    .coming-soon{
        font-size: 3rem;
    }
}
