* {
    box-sizing: inherit;
    font-family: Barlow, sans-serif;
}
html {
    width: 100%;
    height: 100%;
    min-width: 320px;
    box-sizing: border-box;
}

body {
    background: #f2f2f2;
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0;
}

.dl-container-fluid {
    min-height: 100vh;
    position: relative;
    width: 100%;
    padding: 8px;
    margin: 0;
}

.dl-login-container {
    margin: 100px auto;
}

.dl-login-card {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
    background-color: #fff;
    max-width: 392px;
    padding: 16px 32px;
    position: relative;
    margin: auto;
}

.dl-login-logo {
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background-image: url(/iirep/publicstatic/login_header_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 74px 68px;
    width: 74px;
    height: 68px;
}

.dl-login-header {
    padding: 48px 0 24px;
}

    .dl-login-header h4 {
        font-size: 18px;
        font-weight: bold;
        color: #1a1a1a;
        display: inline-block;
        margin: 0;
    }
.forgotten-password-container .dl-login-header {
    text-align: center;
}
.forgotten-password-container .info {
    margin: 16px 0 0;
    line-height: 1.71;
    color: #808080;
    text-align: start;
    opacity: .8;
}
.dl-form-input {
    font-size: 14px;
    height: 40px;
    color: #282828;
    border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #d4d4d4;
    padding: 8px;
    display: block;
    width: 100%;
    line-height: 1.42857143;
    background-color: #fafafa;
    background-image: none;
}

    .dl-form-input:focus {
        border-color: #47b7c6;
        box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
        outline: 0;
    }

input {
    margin: 0;
    font: inherit;
}

.dl-form-group {
    margin-bottom: 16px;
    position: relative;
}

.dl-form-label {
    font-weight: 600;
    display: block;
    font-size: 12px;
    color: #282828;
    margin-bottom: 8px;
}
input[type=checkbox] + label {
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}
.dl-form-group .forgotten-password-link {
    float: right;
    line-height: 1.8;
}
.dl-form-group .back-to-sign-in-link {
    display: block;
    width:100%;
    text-align: center;
}
a {
    text-decoration: none;
    color: #3e92f2;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

    a:hover {
        color: #3e92f2;
        text-decoration: underline;
    }

    a:focus {
        color: #3e92f2;
    }

.dl-btn-primary {
    color: #fff;
    background-color: #47b7c6;
    height: 40px;
    width: 100%;
}

    .dl-btn-primary:hover {
        color: #fff;
        background-color: #368691;
    }

.dl-btn {
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

button {
    font-family: inherit;
}
.input-validation-error {
    font-size: 12px;
    color: #c64442;
    visibility: hidden;
}
.input-validation-error-shown {
    visibility: visible;
}
.reset-success-container, .reset-failure-container {
    display: none;
}
.dl-btn-processing {
    position: relative;
    pointer-events: none;
    text-indent: -99999px;
}
.dl-btn-processing:after, .dl-btn-processing:before {
    top: 48%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    content: ' ';
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: solid 3px transparent;
}
.dl-btn-processing:before {
    border-left-color: #fff;
    animation: rotate .5s infinite linear;
    -webkit-animation: rotate .5s infinite linear;
    -moz-animation: rotate .5s infinite linear;
    -o-animation: rotate .5s infinite linear
}

.dl-btn-processing:after {
    border-bottom-color: #fff;
    animation: rotate .6s infinite linear;
    -webkit-animation: rotate .6s infinite linear;
    -moz-animation: rotate .6s infinite linear;
    -o-animation: rotate .6s infinite linear
}
@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(360deg)
    }
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-image-index-1 {
    background-image: url(/iirep/publicstatic/login_background_1.jpg)
}
.bg-image-index-2 {
    background-image: url(/iirep/publicstatic/login_background_2.jpg)
}
.bg-image-index-3 {
    background-image: url(/iirep/publicstatic/login_background_3.jpg)
}
.bg-image-index-4 {
    background-image: url(/iirep/publicstatic/login_background_4.jpg)
}
.bg-image-index-5 {
    background-image: url(/iirep/publicstatic/login_background_5.jpg)
}