.form-box {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.from-box-business {
    background: linear-gradient(270deg, #50509e, #0a0a78) !important;
    background: -moz-linear-gradient(270deg, #50509e, #0a0a78) !important;
    background: -ms-linear-gradient(270deg, #50509e, #0a0a78) !important;
    background: -webkit-linear-gradient(270deg, #50509e, #0a0a78) !important;
}

.text-business {
    color: #fff !important;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.form-top-right {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-right h3 {
    margin-top: 0;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}

.form_top_right-p {
    color: #000;
    font-size: 13px;
}

.form-top-left {
    float: left;
    width: 25%;
    padding-top: 25px;
    font-size: 60px;
    color: #000;
    line-height: 100px;
    text-align: center;
}

.fa {
    font-weight: 10 !important;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-key-register:before {
    font-family: 'fontello';
    content: "\EB90";
    font-size: 75px !important;
}

.fa-pencil:before {
    font-family: 'fontello';
    content: "\E852";
}

.fa-code-register:before {
    font-family: 'fontello';
    content: "\E901";
}

.fa-complete-register:before {
    font-family: 'fontello';
    content: "\E97F";
}

.fa-forgot-pass:before {
    font-family: 'fontello';
    content: "\EC27";
}

.fa-change-pass:before {
    font-family: 'fontello';
    content: "\E836";
}

.form-bottom {
    padding: 0 25px 30px 25px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.sr-only-title {
    float: right;
    font-size: 14px;
    color: #000;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-bottom form button.btn {
    width: 100%;
}

button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #000032;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

button.btn:hover {
    background-color: #19b9e7;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.inner-bg {
    padding: 60px 0 80px 0;
}

.link-font-size {
    font-size: 12px;
}

.top-padding {
    padding: 5rem 5rem 0 5rem;
}

.btn-register-business-mobile-show {
    display: none;
}

@media (max-width: 425px) {

    .form-top-left {
        display: none;
    }
    .form-top-right {
        width: 100%;
    }
    .form-top-right h3 {
        display: flex;
        justify-content: center;
    }
    .form_top_right-p {
        text-align: center;
    }
    .top-padding {
        padding: 5rem 1rem 1rem 1rem;
    }
}

@media (max-width: 991px) {
    .btn-register-business-mobile-show {
        display: unset;
    }
    .register-business-mobile-show {
        display: none;
    }
}

.btn-register {
    background-color: #19b9e7 !important;
}
.btn-register:hover {
    background-color: #000032 !important;
}

.btn-register a:hover {
    color: #fff;
}

.link-register {
    color: #fff;
    display: inline-block;
}

.form-border-radius {
    border-radius: 0 !important;
}

.form-height {
    height: 86%;
}

.form-space {
    display: grid;
    justify-content: space-between;
}