.biginput {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 10px;
}
.error .biginput {
    border: 1px solid #f40636 !important;
}
.relative {
    position: relative;
}
.background-gradient {
    background: #5498cc;
    background: -moz-linear-gradient(-45deg, #5498cc 0%, #7fb2d9 22%, #62a1d0 36%, #0066b3 100%);
    background: -webkit-linear-gradient(-45deg, #5498cc 0%,#7fb2d9 22%,#62a1d0 36%,#0066b3 100%);
    background: linear-gradient(135deg, #5498cc 0%,#7fb2d9 22%,#62a1d0 36%,#0066b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498cc', endColorstr='#0066b3',GradientType=1 );
    height: 350px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}
.small-light-greybox {
    background: #f5f5f5;
    width: 650px;
    margin: 45px auto 45px auto;
}
.small-light-greybox .padding {
    padding: 50px 70px !important;
}
.classybutton.outlined {
    padding: 10px 20px !important;
    font: 12px/50px Lato;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    color: #e87a1e !important;
    text-shadow: none;
    background: transparent !important;
    filter: none;
    border: 1px solid #e87a1e !important;
}
.small-light-greybox p {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 15px 0;
}
.small-light-greybox h1 {
    color: #003660 !important;
    font: 26px/28px Oswald;
    margin-bottom: 15px;
    font-weight: normal;
}
.bigsmallbutton {
    background: #e87a1e !important;
    filter: none;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px 62px !important;
    font: 18px/20px Lato !important;
    text-shadow: none !important;
    margin: 2px auto 2px auto;
    width: auto !important;
}
.full-light-greybox {
    background: #f5f5f5;
    font: 26px/28px Oswald;
    font-weight: normal;
    width: 100% !important;
    margin: 0 !important;
}
.full-light-greybox .padding {
    padding: 20px 20px 40px 20px;
}
.center {
    text-align: center;
}
