@font-face {
    font-family: 'uniE001';
    src: url('/fonts/rockness/Rockness.woff2') format('woff2'),
        url('/fonts/rockness/Rockness.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rockness';
    src: url('/fonts/rockness/Rockness.woff2') format('woff2'),
        url('/fonts/rockness/Rockness.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.login-page {
    height: 100vh;
}

.login-box {
    min-width: 320px;
    max-width: 400px;
}

.panel-title {
    color: #333333 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 39px !important;
    text-align: left !important;
    word-break: unset;
    margin-right: auto;
}

.your-business-heading {
    text-align: left;
    color: #ffffff;
    font-family: Sora, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50.4px;
}

.bizman-text {
    text-align: left;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.gradient-bg {
    background: linear-gradient(211.19deg, #12a79e -80.13%, #161a23 95.81%, #161a23 127.38%);
    width: 100%;
    height: 100%;
    color: white;
}

.bizman-span {
    text-align: left;
    color: #ffffff;
    font-family: 'Rockness', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 58.32px;
}

.logo {
    text-align: center;
}

.logo img {
    position: relative;
    width: 600px;
    right: 120px;
}

.login-box-body {
    position: relative;
    background: rgba(255, 255, 255, .5);
    padding: 10px 20px;
}

.login-box-footer {
    position: relative;
}

.btn-theme-primary {
    width: 100%;
    background: #55a647;
    color: #e6f2e6;
}

.has-feedback .form-control {
    padding-right: 0;
    padding-left: 42.5px;
}

.form-control-feedback {
    left: 0;
    right: unset;
}

.form-control {
    border-color: transparent;
}

.btn-login {
    width: 100%;
}

.login-form {
    width: 100%;
}

input[type='email'],
input[type='password'],
input[type='text'] {
    border: 1px solid rgba(0, 0, 0, 0.42);
    border-radius: 50px;
    height: 60px;
}

.login-form button.btn.btn-primary {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    background: rgb(22, 26, 35) !important;
    border: unset !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.input-with-icon>i {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    font-weight: bold;
    color: #c1c1c1;
    font-size: 18px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input {
    padding-left: 50px;
}

.toggle-eye {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.toggle-eye i {
    font-size: 24px;
    color: #0000008a;
}

.logo-link {
    max-width: 200px;
    margin-left: auto;
}

.text-normal {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
}

.text-normal a {
    font-size: 14px;
    padding: 0;
    width: fit-content;
}

.text-normal a:hover {
    text-decoration: none;
}

.h-20p {
    height: 20%;
}

.text-h4 {
    font-size: 2.125rem !important;
    line-height: 2.5rem;
    letter-spacing: .0073529412em !important;
}

.subtitle {
    color: #333333 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    text-align: left !important;
}

@media (max-width: 1200px) {
    .gradient-bg-mobile {
        min-height: 100%;
        background: linear-gradient(211.19deg, #12a79e -80.13%, #161a23 95.81%, #161a23 127.38%);
    }

    .login-box {
        background: #fff;
        border-radius: 4px;
        padding: 20px 30px !important;
        max-width: 450px;
    }
}

@media(max-width:800px) {
    .inputs .otp-input {
        width: 100%;
        padding: 0;
    }

    .login-box {
        padding: 20px 20px !important;
    }
}

@media(max-width:500px) {
    .inputs .otp-input {
        margin: 5px !important;
    }
}