.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #3b4d53;
    border-radius: unset;
    box-shadow: unset !important;
    color: #3b4d53;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.pricing .btn-buy{
    background: #fff;
}
.hero h2 {
    color: #3b4d53;
    margin: 20px 0 15px 0;
    font-size: 35px;
    line-height: unset;
}
.section-title-img {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}
.section-title-img::before, .section-title-img::after {
    width: 144px;
    position: absolute;
    left: 30px;
    top: 3px;
    transform: translateY(-50%);
    content: "";
    width: 50px;
    height: 1px;
    background: #3b4e53;
}
.section-title-img::after {
    right: 30px;
    top: 3px;
    left: auto;
}
.section-title-img .round-ball {
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #3b4e53;
    border-radius: 50%;
    transform: translateX(-50%);
    top: -5px;
}
.section-header {
    text-align: center;
    padding-bottom: 50px;
}
.input-group-btn {
    position: absolute;
    right: 7px;
    top: 0px;
    z-index: 9999;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.input-group-btn button {
    background: transparent!important;
    border: none;
    outline: none;
    background: none;
    box-shadow: none!important;
    font-size: 15px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/auth.png) top center no-repeat;
    background-size: cover;
    overflow: auto;
}
section {
    padding: 0px 0;
    overflow: hidden;
}
@media (max-width: 991px) {
    .hero {
      /* height: auto; */
      padding: 50px 0 60px 0;
      background: url(../img/auth.png) top right no-repeat;
    }
    .pricing img {
        padding: 20px 40px;
    }
}