.header-blue {
    background: linear-gradient(135deg, #669455, #c6ffb3);
    background-color: #184e8e;
    padding-bottom: 80px;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100vh;
}

@media (min-width:768px) {
    .header-blue {
        padding-bottom: 120px;
    }
}

.header-blue .navbar {
    background: transparent;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

@media (min-width:768px) {
    .header-blue .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.header-blue .navbar .navbar-brand {
    font-weight: bold;
    color: inherit;
}



.header-blue .hero {
    margin-top: 20px;
    text-align: center;
}

@media (min-width:768px) {
    .header-blue .hero {
        margin-top: 60px;
        text-align: left;
    }
}

.header-blue .hero h1 {
    color: #fff;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:992px) {
    .header-blue .hero h1 {
        margin-top: 190px;
        margin-bottom: 24px;
        line-height: 1.2;
    }
}

.header-blue .hero p {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}

.checkbox-btn
{
    display: none;
}

.checkbox-btn ~ label, .btn-white {
    color: #494949;
    width: 100%;
    height: 100%;
    padding: 12px 8px;
    border: 1px solid white;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0.375rem;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: background-color 0.5s,color 0.5s;
}

.checkbox-btn ~ label:hover, .checkbox-btn:checked ~ label, .btn-white:hover
{
    background-color: white;
    color: black;
    cursor: pointer;
    transition: background-color 0.5s,color 0.5s;
}

.input-label
{
    display: block;
    color: #494949;
}

input[type='text'],input[type='number'],input[type='email']
{
    padding: 4px 8px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 0.375rem;
    width: 100%;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

input[type='text']:focus,input[type='number']:focus,input[type='email']:focus
{
    outline: none;
}
