@font-face {
    font-family: 'Karla';
    src: url('../../fonts/Karla-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Karla';
    src: url('../../fonts/Karla-Bold.ttf');
    font-weight: bold;
}

body {
    font-family: 'Karla', sans-serif;
}

.row {
    margin-right: -30px !important;
    margin-left: 0px !important;
}

.quote-section {
    /*background-image: url(../images/login-bg.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

    .quote-section .blockquote .welcome {
        font-size: 30px;
        font-weight: bold;
    }

    .quote-section .blockquote {
        width: 100%;
        padding-left: 100px;
        color: #fff;
    }

        .quote-section .blockquote .blockquote-text {
            margin-bottom: 24px;
            font-size: 26px;
            font-weight: normal;
            line-height: 1.15;
        }

        .quote-section .blockquote .blockquote-footer {
            font-size: 18px;
            color: #000000;
            font-weight: normal;
        }

.form-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.login-wrapper .form-control::-webkit-input-placeholder {
    color: #919aa3;
}

.login-wrapper .form-control::-moz-placeholder {
    color: #919aa3;
}

.login-wrapper .form-control:-ms-input-placeholder {
    color: #919aa3;
}

.login-wrapper .form-control::-ms-input-placeholder {
    color: #919aa3;
}

.login-wrapper .form-control::placeholder {
    color: #919aa3;
}

input {
    height: 40px !important;
}

    input:focus {
        box-shadow: none !important;
        border-color: #cf2e30 !important;
    }

.login-box .login-btn {
    background-color: #a21011;
    border-color: #a21011;
    height: 40px !important;
}

    .login-box .login-btn:hover {
        background-color: #bf2823;
    }

    .login-box .login-btn:focus {
        box-shadow: none !important;
        background-color: #a21011 !important;
    }

.text-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .text-left a {
        font-size: 14px;
    }

.color-white p {
    font-size: 16px;
    text-align: center;
}

.login-wrapper .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    display: inline-block;
    margin-bottom: 10px;
}

.login-img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 26px;
}

.login-wrapper-footer-text {
    font-size: 18px;
    color: #0d2366;
    text-align: center;
}

.footer-nav {
    font-size: 14px;
    color: #a8b1bb;
    text-align: center;
    margin-top: auto;
}

    .footer-nav a {
        color: inherit;
    }

@media (max-width: 991px) {
    .quote-section .blockquote {
        padding-left: 0px;
    }

        .quote-section .blockquote .welcome,
        .quote-section .blockquote .blockquote-text {
            text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
        }
}

@media (max-width: 575px) {
    .quote-section {
        min-height: auto;
        padding: 24px;
        background-position: 10% 13%;
    }

    .quote-section {
        min-height: auto;
        padding: 25px 15px;
        background-position: 10% 40%;
    }

    .form-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .login-wrapper .login-btn {
        margin-bottom: 24px;
    }

    .login-wrapper .forgot-password-link {
        margin-bottom: 6px;
    }

    .login-wrapper-footer-text {
        margin-bottom: 12px;
    }

    .footer-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.arro img {
    position: absolute;
    right: 0px;
    top: 0px;
}

.arro2 img {
    position: absolute;
    bottom: 0px;
}

body {
    background-image: url('../../images/loginbg.jpg');
    background-size: cover;
}

.login-img {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.pera {
    font-size: 25px;
    color: #fff;
}

#btnForgetPasswordLink {
    color: #ffffff;
}

.forgt {
    color: #fff;
}

.bg-login-image {
    background: url(../images/login-form-img.png);
    background-image: url('../../images/login1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    margin: -40px 0 0 0;
}

.login-row-h {
    height: 100vh;
}
