﻿

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333;
    font-size: 13px;
    margin: 0;
}

input, textarea, select, button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: #333;
    font-size: 13px;
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
}

img {
    max-width: 100%;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.w3l-forms-23 {
    padding: 2rem 0;
    align-items: center;
/*    background: url('../images/IESR login background.jpg') no-repeat top;
*/    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    z-index: 0;
    text-align: center;
}

    .w3l-forms-23:before {
        content: "";
        background: rgba(12, 9, 16, 0.57);
        position: absolute;
        top: 0;
        min-height: 100%;
        left: 0;
        right: 0;
        z-index: -1;
    }


.inner {
    padding: 20px;
    background: #fff;
    max-width: 850px;
    margin: auto;
    display: flex;
}

    .inner .image-holder {
        width: 50%;
    }

    .inner form {
        width: 50%;
        padding-top: 36px;
        padding-left: 45px;
        padding-right: 45px;
    }

    .inner h3 {
        text-transform: uppercase;
        font-size: 25px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        text-align: center;
        margin-bottom: 28px;
    }

.form-group {
    display: flex;
}

    .form-group input {
        width: 50%;
    }

        .form-group input:first-child {
            margin-right: 25px;
        }

.form-wrapper {
    position: relative;
}

    .form-wrapper i {
        position: absolute;
        bottom: 9px;
        right: 0;
    }



select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px;
}

    select option[value=""][disabled] {
        display: none;
    }

button {
    width: 100%;
    padding: 5px 5px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
    background: #2B2022;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 12px;
}

    button:hover {
        background: #BD783A;
        color: #2B2022;
        text-decoration: none;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }

a {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #BD783A;
    text-decoration: none !important;
}

    a:hover {
        color: #2B2022;
        text-decoration: none !important;
        transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
    }



button i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

button:hover i, button:focus i, button:active i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 1199px) {
    .wrapper {
        background-position: right center;
    }
}

@media (max-width: 991px) {
    .inner form {
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .inner {
        display: block;
    }

        .inner .image-holder {
            width: 100%;
        }

        .inner form {
            width: 100%;
            padding: 40px 0 30px;
        }

    button {
        margin-top: 60px;
    }
}

/*# sourceMappingURL=style.css.map */
btn,
button,
input {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.input-form {
    font-size: 16px;
    border: none;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 12px;
    border: 1px solid #dedddd;
    outline: none;
    background: transparent;
}

    .input-form:focus {
        background: rgba(43, 32, 34, 0.09);
        border: 1px solid #2B2022;
    }

label {
    font-size: 18px !important;
    float: left !important;
}
.form-group {
    display: flex;
}

    .form-group input {
        width: 50%;
    }

        .form-group input:first-child {
            margin-right: 25px;
        }

.form-wrapper {
    position: relative;
}

    .form-wrapper i {
        position: absolute;
        bottom: 9px;
        right: 0;
    }

.form-control {
    border: 1px solid #333;
    border-top: none;
    border-right: none;
    border-left: none;
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
    padding: 15px 15px;
}

    .form-control::-webkit-input-placeholder {
        font-size: 13px;
        color: #333;
    }

    .form-control::-moz-placeholder {
        font-size: 13px;
        color: #333;
    }

    .form-control:-ms-input-placeholder {
        font-size: 13px;
        color: #333;
    }

    .form-control:-moz-placeholder {
        font-size: 13px;
        color: #333;
    }

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px;
}

    select option[value=""][disabled] {
        display: none;
    }

.loader1 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1100;
    background-color: rgba(204, 204, 204, 0.79);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .loader1 .loader_icon1 {
        background-image: url('../../../Content/images/Spinner-1s-200px.gif');
        /*        color: var(--tab-recessive-bg) !important;
*/ width: 100px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100px;
    }

.loader1 .please_wait1 {
    padding: 5px 5px;
    background-color: inherit;
    color: var(--tab-recessive-bg);
}


button:hover,
button:active,
button:focus {
    background: #bd783a !important;
}

button:hover,
button:active,
button:focus {
    background: #bd783a !important;
}


