﻿body {
    font-family:Poppins !important;
    margin:0 auto;
}
#main {
    width:100%;
    height:auto;
    position:inherit;
}
#container {
    width:800px;
    border:1px solid #fff;
    margin:0 auto;
    margin-top:10px;
    padding:0%
}
#logo {
    text-align:center;
}
#logo > img {
    max-height:200px;
    max-width:85%;
    margin-top:10px;
    margin-bottom:10px;
}
#title {
    font-size:3.2vw;
    line-height:1;
    margin-bottom:10px;
}
#subtitle {
    font-size:1.1em;
    line-height:1;
}
#instructions {
    font-size:1.1em;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:10px;
    line-height:1;
}
.input {
    /*width: 90% !important;*/
    width: 93% !important;
    /*    height: 40px !important;*/
    height: 50px !important;
    font-size: 24px !important;
    padding: 4px !important;
    margin-bottom:6px !important;
    padding-bottom:1px !important;
    padding-left:7px !important;
    margin-left:2.5% !important;
    border:1px solid #999;
    padding-top:7px !important;
}
select {
    /*width: 91.6%;*/
    width: 93%;
    height: 50px;
    font-size: 24px;
    padding: 4px;
    margin-bottom:6px;
    padding-bottom:1px;	
    padding-left:7px;
    margin-left:2.5%;
    border:1px solid #999;
    padding-top:7px;
    background:white;
}

select[data-custom]{
    width: 93% !important;
    height: 50px !important;
    padding: 5px !important;
}

::-webkit-input-placeholder { /* Edge */
    color:#C0C0C0;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#C0C0C0;
}
::placeholder {
    color:#C0C0C0;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;	
    box-sizing:inherit;
    padding-left:1.5%;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 5.3%;
    top: 11px;
    z-index: 100;
    transition: 0.2s ease all;
    color: #C0C0C0;
    font-size: 20px;
}
.button {
    width: 92%;
    height: 60px;
    font-size: 24px;
    color: white;
    border:1px solid grey;
    margin-top:6px;
    font-family:Poppins;
    font-weight:bold;
    background: rgb(157,213,58); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
    text-shadow:1px 1px 1px black;
    margin-left:4%;
    line-height:60px;
    cursor:pointer;
}
.button:hover {
    filter:brightness(90%);
}
#marketinginfo {
    font-size:10px;
    margin-top:30px;
}
#alertarea1 {
    background: red;
    padding: 10px;
    width: auto;
    margin-left: 0%;
    color: white;
}
#alertarea2 {
    background: red;
    padding: 10px;
    width: auto;
    margin-left: 0%;
    color: white;
}
.p1 {
    margin-left:5%;
    margin-right:5%;
    line-height:1;
    font-size:12px
}
#subscribe {
    width:20px;
    height:20px
}
@media screen and (max-width: 801px) {	

    #container {
        width:94% !important;
        margin-left: 3% !important;
    }
    .input {
        margin-left:3.3% !important;
    }
    .input-group {
        padding-left:0%;
    }
    #title {
        font-size:7.5vw;
    }
    .button {
        margin-left:3.4% !important;
    }
    select {
        margin-left:3.4% !important;
        width: 92%;
    }
}

