h4 {
    margin: 16px 45px;
    color: #757575;
}
div#main {
    background: #f8ece5;
    background: -moz-linear-gradient(left, #f8ece5 0%, #ffffff 38%, #ffffff 64%, #f8ece5 100%);
    background: -webkit-linear-gradient(left, #f8ece5 0%, #ffffff 38%, #ffffff 64%, #f8ece5 100%);
    background: linear-gradient(to right, #f8ece5 0%, #ffffff 38%, #ffffff 64%, #f8ece5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8ece5', endColorstr='#f8ece5', GradientType=1);
}
.form form>fieldset {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.form form>fieldset #boxDefault {
    margin-top: 1px;
    font-size: 0.89em;
    color: #727272;
    font-weight: 200;
}
.form-group>input {
    padding: 20px 10px 0px 10px;
    border: 1px solid rgba(211, 211, 211, 0.75);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgba(180, 180, 180, 1) ! important;
    background-color: rgba(252, 252, 252, 1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.form-group>input[type=text]:focus {
    padding: 20px 10px 2px 10px;
    border: 1px solid rgba(211, 211, 211, 0.75);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgba(180, 180, 180, 1) ! important;
    background: rgba(252, 252, 252, 1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.66);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.form-group>input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: rgba(120, 120, 120, 1) !important;
}
div#main {
    background: #f8ece5;
    background: -moz-linear-gradient(left, #f8ece5 0%, #ffffff 38%, #ffffff 64%, #f8ece5 100%);
    background: -webkit-linear-gradient(left, #f8ece5 0%, #ffffff 38%, #ffffff 64%, #f8ece5 100%);
    background: linear-gradient(to right, #f8ece5 0%, #ffffff 38%, #ffffff 64%, #f8ece5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8ece5', endColorstr='#f8ece5', GradientType=1);
}
.form form>fieldset {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 300px !important;
    margin: 0 auto !important;
}
.form form>fieldset legend {
    margin-top: 8px;
    color: #f99c1a;
}
.form form>fieldset #boxDefault {
    margin-top: 1px;
    font-size: 0.89em;
    color: #999999;
    font-weight: 600;
}
.form form>input {}
#main_content #guide {
    margin-top: 19px;
}
#main_content #guide p {
    margin-top: 16px;
    margin-bottom: 22px;
}
#main_content h3 {
    margin-top: 46px;
    color: #727272;
}
#main_content h5.nopadding {
    color: #727272 !important;
    margin-bottom: 0px !important;
    margin-top: 7px !important;
}
#main_content .nopadding {
    padding: 0px;
    !important;
    color: #959595;
}
#main_content p.nopadding {
    margin: 0px !important;
}
#main_content>#signing {
    padding-top: 28px;
}
#main_content>#signing a {
    display: inline-block;
}
a.btn-bordered {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #f99c1a;
    font-size: 13px;
    font-weight: 600;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border: solid #f99c1a 1px;
    text-decoration: none;
    margin-top: 10px !important;
}
a.btn-bordered:hover {
    background: #f99c1a;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -moz-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -ms-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -o-linear-gradient(top, #f99c1a, #ff9100);
    background-image: linear-gradient(to bottom, #f99c1a, #ff9100);
    text-decoration: none;
}
.form #submit {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px #999999 !important;
    -moz-box-shadow: 0px 1px 1px #999999 !important;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #f99c1a !important;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    box-shadow: none;
}
form #submit:hover {
    background: #e08b1d !important;
    text-decoration: none;
}
#main_content .divider {
    background-color: lightgray;
    height: 1px;
}
#mobileInfo a {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #f99c1a;
    font-size: 18px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border: solid #f99c1a 2px;
    text-decoration: none;
}
#mobileInfo a:hover {
    background: #f99c1a;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -moz-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -ms-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -o-linear-gradient(top, #f99c1a, #ff9100);
    background-image: linear-gradient(to bottom, #f99c1a, #ff9100);
    text-decoration: none;
}
#mobileInfo .divider {
    background-color: lightgray;
    height: 1px;
}
#mobileInfo a {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #f99c1a;
    font-size: 18px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    border: solid #f99c1a 2px;
    text-decoration: none;
}
#mobileInfo a:hover {
    background: #f99c1a;
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -moz-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -ms-linear-gradient(top, #f99c1a, #ff9100);
    background-image: -o-linear-gradient(top, #f99c1a, #ff9100);
    background-image: linear-gradient(to bottom, #f99c1a, #ff9100);
    text-decoration: none;
}
#mobileInfo h5.nopadding {
    color: #727272 !important;
    margin-bottom: 0px !important;
    margin-top: 7px !important;
}
#mobileInfo .nopadding {
    padding: 0px;
    !important;
    color: #959595;
}
#mobileInfo p.nopadding {
    margin: 0px !important;
}
#mobileInfo>#signing {
    padding-top: 28px;
}
#mobileInfo>#signing a {
    display: inline-block;
}
#mobileInfo .divider {
    background-color: lightgray;
    height: 1px;
}

div#main #mobileInfo {
    max-width: 100% !important;
    margin: 0 auto !important;
}
@media (min-width: 768px) {
    #main>div>div>div.form.col-sm-12.col-sm-offset-6 {
        margin: 0 auto ! important;
    }
    .nomobile {
        display: block;
    }
    .fluid-text-left {
        text-align: right;
    }
    .fluid-text-right {
        text-align: left;
    }
}

@media (max-width:768px) {
    #guide, .nomobile, .divider {
        display: none;
    }
    .fluid-text-left {
        text-align: center;
    }
    .fluid-text-right {
        text-align: center;
    }
}
@media (max-width:992px) {
    #main>div>div>div.form.col-sm-12.col-sm-offset-6 {
        width: 100% !important;
    }
}
