@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman.eot');
    src: url('../fonts/Times New Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Times New Roman.woff2') format('woff2'),
        url('../fonts/Times New Roman.woff') format('woff'),
        url('../fonts/Times New Roman.svg#Times New Roman') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman Bold.eot');
    src: url('../fonts/Times New Roman Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Times New Roman Bold.woff2') format('woff2'),
        url('../fonts/Times New Roman Bold.woff') format('woff'),
        url('../fonts/Times New Roman Bold.svg#Times New Roman Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

:root {
    --border-color: #E8E8E8;
    --body: 1rem;
    /* --main-font: 'Open Sans', sans-serif;
    --head-font: 'Montserrat', sans-serif; */
    --main-font: 'Times New Roman';
    --head-font: 'Times New Roman';
}

h1 {
    font-weight: bold;
}

body {
    letter-spacing: .45px;
    font-family: var(--main-font);
}

.form-control,
.form-select {
    border-color: var(--border-color);
}

.form-control:focus,
.form-select:focus {
    color: var(--secondary-color);
    border-color: var(--border-color);
}

.btn {
    font-weight: 700;
    padding: .2rem 1.5rem .4rem;
    font-size: var(--body);
    border-radius: var(--radius);
}

.dc-mw-400 {
    width: 100%;
    max-width: 400px;
}

.dc-mw-600 {
    width: 100%;
    max-width: 600px;
}

.input-group-text {
    border-color: var(--border-color);
    background-color: var(--white);
}



/*Template CSS*/
.et-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.et-container .et-right {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    background: #3f6129 url(../svg/green_bg.jpg) no-repeat right center;
    background-size: cover;
}

.dc-success {
    background-color: #3f6129;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100vh;
    padding: 1rem;
}

.ethtls2022 {
    background: #3f6129 url(../svg/green_bg.jpg) no-repeat right center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.et-container .et-left {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    background: url(../svg/right_bg.jpg) no-repeat right center;
    background-size: cover;
}

.et-container .et-left .bannerRight img {
    width: 100%;
    margin: 0 auto;
}

.bannerRight {
    padding: 1rem;
}

.loginform {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 20px 50px 30px;
}

.loginform .center_logo {
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
}

.loginform .center_logo img {
    max-width: 260px;
}

.border-box {
    background-color: #2b55a2;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    padding: 15px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.border-box .center-box {
    background-color: white;
    border-radius: 15px;
    padding: 25px;
}

.btn.btn-fill-mn {
    outline: none;
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff !important;
    height: 48px;
    border-radius: 8px;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    background: #006abb;
    background-image: linear-gradient(to right, #006abb, #00a9ac, #5ea7aa);
    padding: 5px;
    position: relative;
}

.loginform .login-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.loginform h3 {
    color: #333;
    font-size: 30px;
    margin: 0 0 25px;
    font-family: var(--head-font);
}

.loginform h3 strong {
    background: linear-gradient(#3c6bb3, #518fb3, #5ea7aa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loginform h3 span {
    display: block;
    color: #4072b5;
    font-size: 11px;
}

.icon-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin-bottom: 16px;
    padding: 0;
}

.icon-form .icon {
    max-height: 36px;
    border-right: solid 2px #ccc;
    padding: 2px;
}

.icon-form .form-input {
    height: 36px;
    outline: none !important;
    border: none;
    font-size: 16px;
    padding: 0 10px;
    flex-grow: 2;
    border-radius: 0px;
    background: transparent;
    color: #000;
    width: 100%;
}

.success-msg h2 {
    text-align: center;
}

.form-group.icon-form .text-danger {
    position: absolute;
    bottom: -14px;
    left: 0;
    line-height: 1;
    font-size: 12px;
}

.success-text,
.success-text h3 {
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Gotham';
    text-transform: uppercase;
    color: #0d2551;
}

.success-text sup,
.success-text sub {
    text-transform: none;
}



::-webkit-input-placeholder {
    color: #BFBEBE !important;
    opacity: 1;
    text-transform:none;
    border-left: 0;
    padding-left: 0px;
}

::-moz-placeholder {
    color: #BFBEBE !important;
    opacity: 1;
    text-transform:none;
    border-left: 0;
    padding-left: 0px;
}

:-ms-input-placeholder {
    color: #BFBEBE !important;
    opacity: 1;
    text-transform:none;
    border-left: 0;
    padding-left: 0px;
}

:-moz-placeholder {
    color: #BFBEBE !important;
    opacity: 1;
    text-transform:none;
    border-left: 0;
    padding-left: 0px;
}

@media(max-width: 991px) {

    .et-container .et-left,
    .et-container .et-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .loginform .center_logo img {
        max-width: 150px;
    }

    .loginform {
        padding: 20px 15px 30px;
    }

    .loginform h3 {
        font-size: 20px;
    }

    .loginform h3 span {
        font-size: 8px;
    }

    .center-box h1.mb-4.text-center {
        font-size: 20px;
    }

    .bannerRight {
        padding: 0.5rem;
    }
}