* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
    background-color: #1a1037;
}

    body ::-webkit-input-placeholder {
        /* WebKit browsers */
        font-family: 'Lato', sans-serif;
        color: #555555;
        font-weight: 300;
    }

    body :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-family: 'Lato', sans-serif;
        color: #555555;
        opacity: 1;
        font-weight: 300;
    }

    body ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: 'Lato', sans-serif;
        color: #555555;
        opacity: 1;
        font-weight: 300;
    }

    body :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-family: 'Lato', sans-serif;
        color: #555555;
        font-weight: 300;
    }

.wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    padding-top: 50px;
    background: #22154c;
}

.container {
    -webkit-box-shadow: 10px 0px 30px 5px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 0px 30px 5px rgba(0,0,0,0.27);
    box-shadow: 10px 0px 30px 5px rgba(0,0,0,0.27);
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    padding: 0px;
    width: 90%;
    height: auto;
    border-radius: 8px;
    border-right: 10px solid #232372;
}

.login-left {
    width: 50%;
    z-index: 1;
    position: relative;
    height: 625px;
}

    .login-left h2 {
        font-weight: 700;
        font-size: 34px;
    }

    .login-left h3 {
        font-size: 1.2em;
        margin: 1em 0;
        line-height: 28px;
        font-weight: 500;
        text-transform: capitalize;
    }

    .login-left p {
        font-size: 14px;
        margin: 1em 0;
        line-height: 28px;
        font-weight: 400;
    }

    .login-left a {
        color: #555555;
        text-decoration: none;
        padding-right: 5px;
    }

.login-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    background: #232372;
    color: #fff;
}

.form-title {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: block;
}

.form-sub-title {
    font-size: 17px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    color: #e7d8d8;
}

.forgot-link {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

.login-form a {
    color: #e7d8d8;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}

.form-group {
    width: 100%;
    display: block;
    height: 80px;
}

.form-check {
    padding-top: 15px;
    display: block;
    width: 100%
}

    .form-check label {
        width: auto;
        padding-left: 5px;
        color: #e7d8d8;
    }

.input-group {
    padding: 0px 10px;
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
}

    .input-group span.fa {
        font-size: 16px;
        vertical-align: middle;
        box-sizing: border-box;
        float: left;
        text-align: center;
        width: 6%;
        padding: 15px 0px;
        color: #007bff;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.fa-eye
{
    cursor: pointer;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block {
    width: 100%;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 10px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 700;
    width: 100%;
}

input[type="email"] {
    font-size: 15px;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    padding: 14px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    background: #232372;
}

input[type="Password"] {
    font-size: 15px;
    color: #fff;
    text-align: left;
    
    letter-spacing: 1px;
    padding: 14px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    background: #232372;
}

input[type="text"] {
    font-size: 15px;
    color: #fff;
    text-align: left;
    /*text-transform: capitalize;*/
    letter-spacing: 1px;
    padding: 14px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    background: #232372;
}

input[type="email"]:focus {
    background: #232372;
    color: #fff;
}

input[type="Password"]:focus {
    background: #232372;
    color: #fff;
}

textarea:focus, input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 30px #232372 inset !important;
    box-shadow: none;
}

input[type="checkbox"]:focus {
    outline: none;
    -webkit-box-shadow: unset !important;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #232372 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}

.carousel {
    height: 100%;
}

.orange-red-text
{
    color: orangered;
    font-weight: 400;
}

.copyright {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    color: #817575;
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 10px;
}

.copyright a{
    color: #817575 !important;
}

.social-icons {
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 1.2em;
}

    .social-icons a {
        color: #817575 !important;
    }

.list-inline li {
    padding-left: 12px;
    list-style: none;
    display: inline;
}

.error-text {
    font-family: 'Lato', sans-serif;
    color: orangered;
}

.warning-text {
    font-family: 'Lato', sans-serif;
    color: orange;
}

.reset-password-confirmation {
    font-family: 'Lato', sans-serif;
    color: orange;
    text-align: center;
}

.loadingIndicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 9999;
}

/* Loading spinner animation */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3498db;
    animation: spinner 0.6s linear infinite;
}

/* Fading background */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}


/*-----Responsive------ */
@media (max-width: 1280px) {
    .login-form {
        padding-left: 50px;
        padding-right: 50px;
    }

    .login-left {
        height: 100%;
    }

    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .login-form {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }

    .login-left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .login-form {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login-left {
        width: 100%;
    }

    #background {
        width: 0%;
    }

    .wrapper {
        padding: 10px;
    }

    .copyright {
        padding-bottom: 30px;
    }
}

@media (max-width: 360px) {
    .login-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}
