/* Global Style */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    color: #1F1F3C;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
}

h1 {
    color: #fff;
    font-size: 32px;
    font-family: "Roboto Condensed", sans-serif;
}

h2 {
    color: #1F1F3C;
    font-size: 24px;
    line-height: 1.05;
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #1F1F3C;
    font-size: 16px;
    line-height: 1.3;
}

.btn {
    font-size: 16px;
    padding: 11px 12px;
    font-weight: 600;
    line-height: 1.25;
    border-radius: 12px;
}

/* Global Style Close */





.auth-creative-wrapper .auth-creative-inner .creative-card-wrapper {
    width: 100%;
}

.login-left {
    background: url('../images/login-banner.jpg') no-repeat;
    background-size: cover;
    min-height: 435px;
    background-position: center;
}

.login-left-content {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px 20px;
}

.login-main-logo {
    width: 120px;
    left: 15px;
}

.login-left-content p {
    font-size: 14px;
    padding: 0 5px;
}

.login-main-logo,
.dropdown-flag {
    top: 15px;
}






.login-head-title {
    padding-left: 40px;
    position: relative;
}

.login-head-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('../images/login-circle.svg') no-repeat;
}

.login-head-title p {
    font-size: 14px;
}

.field-sec {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 10px;
}

.field-sec .form-label {
    font-size: 12px;
    font-weight: 300;
}

.field-sec .form-control,
.field-sec .form-select {
    color: #1F1F3C;
    font-size: 16px;
    border: none;
    outline: none;
    padding: 0 30px 0 0;
    border-radius: 0;
}

.field-sec input::placeholder {
    color: #ccc !important;
    opacity: 1 !important;
}

.field-sec input::placeholder {
    color: #ccc !important;
    opacity: 1;
}

.field-sec input:focus {
    box-shadow: none;
    outline: none;
}

.custom-control-input {
    width: 15px;
    height: 15px;
    border: 1px solid #1F1F3C;
    border-radius: 4px;
}

.form-check-label {
    color: #1F1F3C;
    font-size: 12px;
    font-weight: 600;
}

.form-check-input[type="checkbox"] {
    border-radius: 4px;
    width: 19px;
    height: 19px;
    border-color: #1F1F3C;
}

.form-check-input:checked {
    background-color: #E71C48;
    border-color: #E71C48;
}

.form-check-input:focus {
    border-color: #E71C48;
    outline: 0;
    box-shadow: none;
}

.eye-input {
    color: #E71C48;
    font-size: 18px;
}

.got-password {
    font-size: 12px;
    text-decoration: none;
}

.got-password:hover {
    text-decoration: underline;
}

.login-card {
    padding: 20px 20px 45px;
}

.btn-primary,
.btn-secondary:hover {
    background-color: #E71C48;
    border-color: #E71C48;
}

.btn-primary:hover {
    background-color: #fff;
    color: #E71C48;
    border-color: #E71C48;
}

.btn-secondary {
    background-color: #fff;
    border-color: #E71C48;
    color: #E71C48;
}

.btn-secondary:hover {
    color: #fff;
}

.clr-1 {
    color: #E71C48 !important;
}

.bg-f {
    background-color: #c4c4ca !important;
}

/* Flag Dropdown */
.dropdown-flag {
    right: 15px;
}

#flagDropdown {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.dropdown-toggle::after {
    width: 12px;
    height: 7px;
    border: none;
    background: url('../images/dropdown-arrow.svg') no-repeat;
    filter: brightness(0) invert(1);
}

#flagDropdown:hover,
#flagDropdown.show {
    background-color: #b1b1b114;
}

.dropdown-flag .dropdown-menu a {
    color: #1F1F3C;
    font-size: 14px;

}

@media only screen and (min-width:576px) {
    .login-left {
        min-height: 370px;
        background-position: left 100%;
    }
}

@media only screen and (min-width:768px) {
    h1 {
        font-size: 36px;
    }

    .login-left {
        min-height: 470px;
    }

    .login-left-content p {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }

}

@media only screen and (min-width:992px) {
    .position-lg-static {
        position: static !important;
    }

    .login-left {
        min-height: 100vh;
        background-size: 100% 100%;
    }

    .login-left-content {
        padding: 20px;
    }

    #flagDropdown {
        color: #1F1F3C;
        font-size: 14px;
    }

    .dropdown-toggle::after {
        filter: inherit;
    }

}

@media only screen and (min-width:1280px) {
    .login-main-logo {
        width: auto;
    }

    .login-left-content {
        padding: 50px 0;
    }

    h1 {
        font-size: 48px;
    }

    .login-left-content p {
        max-width: 605px;
        font-size: 24px;
    }

    h2 {
        font-size: 30px;
    }

    .login-head-title p {
        font-size: 16px;
    }

    .custom-control-label,
    .got-password {
        font-size: 14px;
    }

    .login-card {
        padding: 20px 40px 45px;
    }

    .custom-control-input {
        width: 19px;
        height: 19px;
    }

    .dropdown-flag {
        top: 90px;
        right: 24px;
    }
}