@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
} 

    .form h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 25px;
        color: #6b6990;
        text-align: center;
        justify-content: center;
        font-weight: 700;
        margin: 0 0 20px;
    }
    
    .form label {
        font-size: 13px;
        color: rgb(107, 105, 144);
        font-weight: 700;
        width: auto;
        font-family: 'Open Sans', sans-serif;
    }
    
    .form-control {
        height: 32px;
        background-color: #f8f8f8;
        border: 1px solid #E3E3E3;
        color: #494949;
        border-radius: 0px;
        box-shadow: none;
    }
    
    .form h2 {
        font-weight: 700;
        color: #6b6990;
        font-size: 14px;
        margin: 0 0 20px;
    }
    
    .btn {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:hover {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:focus {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:active {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:active:focus {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .form p {
        text-align: center;
        font-size: 12px;
        color: #454A44;
    }

@media only screen and (min-width: 481px) {
    
    .form h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 25px;
        color: #6b6990;
        text-align: center;
        justify-content: center;
        font-weight: 700;
        margin: 0 0 20px;
    }
    
    .form label {
        font-size: 13px;
        color: rgb(107, 105, 144);
        font-weight: 700;
        width: auto;
        font-family: 'Open Sans', sans-serif;
    }
    
    .form-control {
        height: 32px;
        background-color: #f8f8f8;
        border: 1px solid #E3E3E3;
        color: #494949;
        border-radius: 0px;
        box-shadow: none;
    }
    
    .form h2 {
        font-weight: 700;
        color: #6b6990;
        font-size: 14px;
        margin: 0 0 20px;
    }
    
    .btn {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:hover {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:focus {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:active {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:active:focus {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .form p {
        text-align: center;
        font-size: 12px;
        color: #454A44;
    }
    
}

@media only screen and (min-width: 769px) {
    
    .form h1 {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 25px;
        color: #6b6990;
        text-align: center;
        justify-content: center;
        font-weight: 700;
        margin: 0 0 20px;
    }
    
    .form label {
        font-size: 13px;
        color: rgb(107, 105, 144);
        font-weight: 700;
        width: auto;
        font-family: 'Open Sans', sans-serif;
    }
    
    .form-control {
        height: 32px;
        background-color: #f8f8f8;
        border: 1px solid #E3E3E3;
        color: #494949;
        border-radius: 0px;
        box-shadow: none;
    }
    
    .form h2 {
        font-weight: 700;
        color: #6b6990;
        font-size: 14px;
        margin: 0 0 20px;
    }
    
    .btn {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:hover {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:focus {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:active {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .btn:active:focus {
        border-radius: 3px;
        box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
        font-family: 'Open Sans',Helvetica,Arial,sans-serif;
        margin: 30px auto;
        display: block;
        font-size: 16px;
        height: 46px;
        line-height: 46px;
        padding: 0 20px 0;
        color: #fff;
        font-weight: 700;
        border: none;
        background: #6b6990;
        text-shadow: none;
        outline: none;
    }
    
    .form p {
        text-align: center;
        font-size: 12px;
        color: #454A44;
    }
    
}