html, body {
    height: 100%;
}

body {
    background: url(../images/banner.jpg) #ffffff;
    background-size: cover;
    background-position: bottom;
}

    body:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        z-index: -1;
    }

/* .ui.basic.pointing.prompt.label {position: absolute;z-index: 9999;} */
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url] {
    border-color: rgba(8, 63, 82, .5);
    min-height: 40px;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
    border-color: rgba(8, 63, 82, .5);
}

.ui.checkbox input:active ~ label {
    cursor: pointer;
}

.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
    color: rgb(8, 63, 82);
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.welcome-head {
    margin-top: 30px;
}

.welcome-head,
.brand {
    text-align: center;
}

.welcome-head-tagline,
.welcome-head-subtagline {
    color: #f1f1f1;
}

.welcome-head h1 {
    color: #fff;
    font-weight: normal;
}

.brand {
    padding: 10px;
}

.login-wrap {
    max-width: 750px;
    width: 100%;
    background: transparent;
    overflow: hidden;
    position: relative;
}

.login-detail-wrap {
    background: #11607b;
    padding: 20px;
    width: 45%;
    position: absolute;
    float: left;
    height: 340px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.login-form-wrap {
    flex: 1 1;
    padding: 50px;
    min-height: 400px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,.5);
    float: right;
    width: 55%;
}

.addition_details {
    padding-bottom: 0px;
    position: absolute;
    /*bottom: 0px;*/
}

    .addition_details ul {
        padding: 0;
        margin-left: 0px;
        margin-top: 10px;
        list-style: none;
    }

        .addition_details ul li {
            margin-bottom: 10px;
        }

            .addition_details ul li a {
                color: #0b607d;
                /*font-weight: 700;*/
                text-decoration: underline;
            }
                .addition_details ul li a:before {
                    /*content: '\f105';*/
                    font-family: 'FontAwesome';
                    margin-right: 10px;
                }

.custom-form-group {
    display: flex;
    width: 100%;
}

    .custom-form-group i {
        width: 50px;
        text-align: center;
        color: #fff;
        background: #0b607d;
        border-radius: 3px 0 0 3px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background .3s ease;
    }

.field.error .custom-form-group i {
    background: #b33a38;
}

.custom-form-group input {
    border-radius: 0 3px 3px 0 !important;
    border-left: 0 !important;
}

.ui.form .field {
    margin: 0 0 20px;
    margin: 0px 0px 20px !important;
}




.form.wizard .steps,
.form.wizard .content,
.form.wizard .actions {
    float: left;
    width: 100%;
}

    .form.wizard .actions li.disabled {
        display: none;
    }

.form.wizard .steps {
    margin-bottom: 30px;
    pointer-events: none;
}

.form.wizard .content {
    min-height: 200px;
    background: #fff;
    margin: 0;
    margin-bottom: 20px;
}

.login-form-wrap .wizard > .steps ul {
    display: flex;
    width: 100%;
}

    .login-form-wrap .wizard > .steps ul li {
        flex: 1 1;
    }

.login-form-wrap .wizard > .steps > ul li a {
    background: none !important;
    color: #083f52 !important;
    text-align: center;
    position: relative;
    height: auto;
    padding: 0;
    margin: 0;
}

.login-form-wrap .wizard > .steps ul li a .number {
    display: block;
    font-size: 11px;
    background: #ddd;
    width: 25px;
    color: #083f52;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    margin: 5px auto;
    position: relative;
    z-index: 1;
}

.login-form-wrap .wizard > .steps ul li a:after {
    content: '';
    border: 2px solid #dddddd;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
}

.login-form-wrap .wizard > .steps ul li.current a:after {
    border-color: #dd5c0c;
}

.login-form-wrap .wizard > .steps ul li.current a .number {
    background: #dd5d0c;
    color: #ffffff;
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #dd5c0c;
}

.otpcard-wrap {
    margin-bottom: 20px;
}

.otpcard-icon {
    min-height: 70px;
    text-align: center;
    line-height: 70px;
}

i.check.circle.outline.icon {
    color: #058205;
    font-size: 60px;
}

.otpcard-desc {
    text-align: center;
    color: #555;
    font-size: 13px;
}

.showPassword,
.actionIcon {
    position: absolute;
    top: 33px;
    right: 5px;
    cursor: pointer;
}

    .actionIcon:hover {
        color: #dd5c0c;
    }


    .showPassword.active {
        color: #dd5c0c;
    }

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

.wizard > .content > .body {
    padding: 0;
    width: 100%;
}

.field.error:after {
    display: none;
}

.ui.form .field .prompt.label {
    margin-top: 6px;
}


.ui_lang_dropdown,
.ui_lang_dropdown:hover {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    font-size: 11px !important;
    padding: 2px !important;
    color: #555;
    border-radius: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

    .ui_lang_dropdown .ui.dropdown .menu > .input {
        margin: 5px;
    }

        .ui_lang_dropdown .ui.dropdown .menu > .input:not(.transparent) input {
            padding: 0.5em 6px;
            min-height: 0;
        }

    .ui_lang_dropdown .ui.dropdown.right:before {
        display: none !important;
    }

#ddLanguage {
    display: none;
}

div#invalidUser {
    color: #be4b49 !important;
    border: 0 !important;
    background: none !important;
    padding: 0;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
}

.custom-form-group.ui.labeled.input .ui.label {
    padding: 0;
    border: 1px solid #105f7c;
}

    .custom-form-group.ui.labeled.input .ui.label img {
        height: 100% !important;
        width: 100% !important;
        border-radius: 3px;
    }





@media (max-width:640px) {

    .login-container {
        display: block;
    }

    .addition_details {
        bottom: 25px;
        z-index: 99;
        padding: 0;
    }

        .addition_details ul li a {
            color: #11607b;
        }
            .addition_details ul li a:before {
                display:none;
            }
            .welcome-head {
                margin-top: 30px;
                display: none;
            }

    .login-detail-wrap {
        padding: 20px;
        width: 100%;
        position: static;
        float: none;
        height: auto;
        left: 0;
        top: 0;
        transform: none;
        margin: 30px auto 0;
        max-width: 320px;
    }


    .login-form-wrap {
        flex: 1 1;
        padding: 30px 20px;
        min-height: 0;
        position: relative;
        background: #ffffff;
        box-shadow: 0 0 4px rgba(0,0,0,.5);
        float: none;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }

}