body {
    overflow-x: hidden;
}

.with-errors ul>li {
    color: red;
}

.footer-text {
    text-align: center;
    color: #000;
}


.footp {
    font-size: 18px !important;
    color: #fff;
    max-width: 560px;
    text-align: center;
    text-align: -webkit-center;
    margin: 20px auto 40px auto;
}

.default-copyright-footer {
    display: none;
}

.sign-in {
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding-top: 0 !important;
    font-size: 13px;
    position: relative
}

.bi-envelope-fill::before {
    content: "\f32c";
    color: #ccc;
}

.sign-in:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 32, 33, 0.7)), to(rgba(34, 32, 33, 0))); */
    /* background: linear-gradient(rgba(34, 32, 33, 0.7), rgba(34, 32, 33, 0)) */
}

.sign-in input {
    height: 60px;
    -webkit-box-shadow: 0 0 3px transparent, 0 4px 3px transparent;
    box-shadow: 0 0 3px transparent, 0 4px 3px transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: transparent;
    font-size: 12px !important;
    margin: 0;
    border-radius: 0
}

.sign-in input:focus {
    background-color: transparent
}

.sign-in .box-container {
    /*    -webkit-box-shadow: 0 0 40px rgba(66, 71, 83, .2), 0 4px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 40px rgba(66, 71, 83, .2), 0 4px 3px rgba(0, 0, 0, .2);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 600px;
    border-radius: 20px;
    width: 800px;
    justify-content: center;
    align-items: center;
}

.sign-in .box-container.reset-password {
    width: 800px
}

.sign-in .sign-in-heading {
    background-image: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-color: transparent;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 20px 0 0 20px;
    padding-left: 30px;
    padding-top: 30px;
    position: relative
}

.sign-in .sign-in-heading:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 131, 131, 0.1)), to(rgba(131, 131, 131, 0.1)));
    background: linear-gradient(rgba(131, 131, 131, 0.1), rgba(131, 131, 131, 0.1));
    border-radius: 20px 0 0 20px;
    z-index: 1
}

.sign-in .sign-in-heading .container-logo {
    background-color: #fff;
    padding: 13px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2
}

.sign-in .sign-in-heading .container-logo img {
    height: 100%;
    width: auto;
    z-index: 2
}

.sign-in .sign-in-body {
    background-color: #fff;
    padding: 30px;
    width: 50%;
    position: relative;
    border-radius: 20px;
}

.sign-in .sign-in-body .input-username {
    position: relative
}

.sign-in .sign-in-body .input-username input {
    padding-left: 50px;
    position: relative
}

.sign-in .sign-in-body .input-username .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--tertiary-color);
    height: 60px;
    width: 50px;
    z-index: 1
}

.sign-in .sign-in-body .input-username .icon i {
    padding: 0;
    margin: 0;
    line-height: 1
}

.sign-in .sign-in-body .input-password {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sign-in .sign-in-body .input-password input {
    margin-top: -1px;
    border-top: 0;
    position: relative;
    z-index: 1;
    padding-left: 50px
}

.sign-in .sign-in-body .input-password .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--tertiary-color);
    height: 60px;
    width: 50px;
    z-index: 3
}

.sign-in .sign-in-body .input-password .icon i {
    padding: 0;
    margin: 0;
    line-height: 1
}

.sign-in .sign-in-body .input-password a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: var(--tertiary-color);
    height: 60px;
    width: 50px;
    z-index: 2;
    border-radius: 0 4px 4px 0
}

.sign-in .sign-in-body .input-password a:hover {
    color: var(--secondary-color);
    text-decoration: none
}

.sign-in .sign-in-body .block-sign-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sign-in .sign-in-body .block-sign-in .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 13px;
    width: 100%;
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.sign-in .sign-in-body .block-sign-in .btn:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.sign-in .sign-in-body .block-sign-in .btn .text-mini {
    font-size: 11px
}

.sign-in .sign-in-body .block-sign-in .icon-signin {
    margin-right: 10px
}

.sign-in .sign-in-body .fb-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px
}

.sign-in .sign-in-body .fb-login a {
    font-size: 18px;
    color: #4267b2
}

.sign-in .sign-in-body .fb-login a:hover {
    color: var(--secondary-color);
    text-decoration: none
}

.sign-in .sign-in-body .block-captcha {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column
}

@media only screen and (max-width: 991px) {
    .sign-in .box-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 600px;
        border-radius: 20px;
        width: 450px
    }

    .sign-in .box-container.reset-password {
        width: 580px
    }

    .sign-in .sign-in-heading {
        display: none
    }

    .sign-in .sign-in-body {
        width: 100%;
        border-radius: 20px
    }
}

@media only screen and (max-width: 767px) {
    .sign-in .box-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 500px;
    }

    .sign-in .sign-in-body {
        border-radius: 20px;
        width: 100%
    }
}

@media only screen and (max-width: 575px) {

    .sign-in .box-container,
    .sign-in .box-container.reset-password {
        width: 100%
    }

    .sign-in .sign-in-heading {
        display: none
    }

    .sign-in .sign-in-body {
        border-radius: 20px
    }
}

@media only screen and (max-width: 575px) {
    .sign-in .sign-in-body {
        border-radius: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 30px;
        height: 100vh
    }

    #reCaptcha {
        transform: scale(.75)
    }

    .sign-in .reset-password .sign-in-body {
        height: auto !important
    }
}