#banner{padding-top: 3rem;padding-bottom: 3rem;}
#banner{text-align: center;}
#banner .images{width: 280px;height: 100px;line-height: 100px;}
/* #banner img{} */
#banner h1{color: #fff;line-height: 1.8;}
#banner .images{width: 232px;height: 96px;text-align: center;margin:0 auto;line-height: 96px;}
#main .container{padding-bottom: 1.5rem;margin-top: 3rem;margin-bottom: 5rem;}
#main .form-box{max-width: 640px;margin: 0 auto;box-shadow: 0 2px 20px 0 rgba(0,0,0,.16);padding: 3rem}
#main .form-box form label{color: #6c757d;margin-bottom: .5rem;}
#main .form-box form .submit{color: #000;background-color: #ffc400;border-color: #ffc400;line-height: 1.5;transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;cursor: pointer;width: 100%;line-height: 1.5;padding: .71875rem 1.4375rem;}
#main .form-box form .submit:active,#main .form-box form .submit:focus{color: #000;background-color: #cc9d00;border-color: #bf9300;outline: none;}
#main .form-box form .submit:hover {color: #000;background-color: #d9a700;border-color: #cc9d00;}
.texterror{margin-left: 1rem;color: red;}
@media (max-width: 767px){
    #banner .images{width: 180px;height: 80px;line-height: 80px;}
    #banner h1{font-size: 2.3rem;}
}