.rx-form {
    background-color: #f2f7f8;
    border: 3px solid #0ba7be;
    border-radius: 8px;
    padding: 45px 10px;
    margin: 30px 0px;
    width: 100%;
    display: flex;
}
.rx-upload .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0px 10px;
    font-size: 16px !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.col-md-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.mb-4, .my-4 {
    margin-bottom: 2.5rem !important;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.btn-primary {
    background-color: #07889b !important;
    border: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 2.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
@media (min-width: 576px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 97%;
    box-sizing: border-box;
}
.rx-upload span.red {
    color: #bf1212;
}
.rx-upload .page-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-size: 32px;
    color: #07889B;
    margin-top: 30px;
}
.col-sm-12 .btn-rx-upload {
    width: 200px;
    margin: auto;
}
.rx-upload .rx-bottom-txt a {
    color: black !important;
}