.bents-form-outter {
                                        font-family: "Arial", Helvetica, sans-serif;
                                        font-size: 13px;
                                        width: 450px;
                                        max-width: 100%;
                                        padding: 35px;
                                        padding-bottom: 10px;
                                        background: #fff;
                                        margin: 0 auto;
                                        margin-top: 15px;

                                        width: 450px;
                                        margin: 0 auto;
                                        display: table;
                                        background: #f3f3f5;
                                        padding: 28px;
                                        border-radius: 10px;
                                        box-shadow: 0px 0px 15px #ccc;
                                    }
                                    .bents-form-outter input {
                                        width: 100%;
                                        margin-bottom: 15px;
                                        margin-top: 8px;
                                        height: 35px;
                                        border-radius: 7px;
                                        padding-left: 15px;
                                        border: 1px solid #ccc;
                                        font-size: 17px;
                                        color: #444;
                                    }
                                    .bents-form-outter input[type="button"] {
                                        width:100%;
                                        color:white;
                                        padding:3% 0;
                                        text-align:center;
                                        background: #f99d32;
                                        height: 46px;
                                        font-size: 18px;
                                        letter-spacing: .5px;
                                        cursor: pointer;
                                    }
                                    .bents-copy{
                                      width: 313px;
                                      margin: 0 auto;
                                      color: #c1c1c1;
                                      font-size: 13px;
                                      margin-top:20px;
                                      display: flex;
                                    }
                                    .bents-copy img{
                                      width: 164px;
                                      margin-left: 8px;
                                      float: right;
                                      margin-top: -7px;
                                    }
                                    .bents-redborder{
                                     
                                     border:1px solid rgba(232, 0, 0, 0.4) !important;
                                    }
                                    .bents-message{
                                        text-align: center;
                                        margin-bottom: 10px;
                                        color: rgba(244, 67, 54, 1);
                                    }
                                    .bents-form-outter label{
                                        font-size: 14px;
                                        letter-spacing: .5px;
                                        font-weight: 600;
                                        color: #737373
                                    }
                                    .singlespan{
                                        width: 100%;
                                        float: left;
                                        color: #5d5d5d;
                                        margin-top: 6px;
                                        font-weight: normal;
                                        font-size:.75em;
                                    }
                                    .singlespan a{
                                        color: #14426f;
                                        font-weight: 700;
                                        text-decoration: none;
                                      }