﻿@charset 'UTF-8';

body, html {
    height: 100%;
}

body {
    background-image: url('../images/HRloginbg.png');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: hsl(237, 53%, 45%);
}

.login-con {
    min-height: 100%;
    position: relative;
    width: 100%;
    /* border: 2px solid #b4c0cc; */
    /* box-shadow: 0px 0px 15px 0px #7b8db3; */
    /* border-top: 0; */
    /* border-bottom: 0; */
    /* background-color: rgba(0, 0, 0, 0.23); */
}

    .login-con .logo {
        /* padding-top: 12px; */
        text-align: center;
        width: 361px;
        margin-right: 10%;
        float: right;
    }

        .login-con .logo img {
            width: 300px;
        }

    .login-con h3.login {
        width: 361px;
        margin-right: 10%;
        float: right;
        text-align: center;
        margin-bottom: 0;
        text-align: center;
        margin-top: 2%;
        font-size: 28px;
        color: #03c3f4;
        position: relative;
        top: 0;
        /* text-shadow: 2px 2px 1px #ffffff; */
    }

    .login-con h4.login {
        width: 361px;
        margin-right: 10%;
        float: right;
        text-align: center;
        font-size: 45px;
        color: #ffffff;
        position: relative;
        font-weight: 600;
        /* background: #ffbb90; */
        padding: 0px 0;
        /* margin: 0 auto 8px auto; */
        /* text-shadow: 1px 1px 1px #000000; */
    }

    .login-con .login-bx {
        width: 100%;
        border: 1px solid #4e5fbb;
        max-width: 365px;
        float: right;
        background: #ffffff;
        padding: 4px 12px 21px 12px;
        box-sizing: border-box;
        border-radius: 0;
        margin-right: 10%;
    }

.login-bx h5 {
    color: #f8b253;
    font-size: 24px;
    border-bottom: 1px solid #747679;
    padding: 0px 0 8px 0;
    /* text-align: center; */
    font-weight: 600;
    /* text-transform: uppercase; */
}

.login-bx label {
    font-weight: 100;
    color: #535a8e;
    position: relative;
    font-size: 15px;
    top: 7px;
}

.login-bx .row {
    margin-bottom: 8px;
}

.login-btn {
    color: white;
    background: #f8b253;
    border: 0;
    width: 100%;
    font-size: 17px;
    padding: 5px 0;
    text-shadow: 0px 0px 2px #3e1800;
    font-weight: 600;
    border: 1px solid white;
}

.login-bx .frgt-pass {
    color: #ffffff;
    text-decoration: underline;
}

.login-bx .chng-pass {
    color: #033fb5;
    text-align: right;
    font-weight: 600;
    text-decoration: underline;
}

.captcha {
    width: 170px;
    padding: 3px 12px;
}

    .captcha img {
        width: 100%;
    }

.login-con .footer {
    position: absolute;
    bottom: 0;
    width: 361px;
    margin-right: 10%;
    float: right;
    right: 0;
    text-align: center;
}

    .login-con .footer p {
        /* text-align: right; */
        color: #ffffff;
        padding: 3px 0;
        margin-bottom: 0;
        /* background: #0036a0; */
        font-size: 13px;
        /* padding-right: 3%; */
    }


h3.login.transapply {
    transform: translateY(-200PX);
}

.logo.tran.transapply {
    transform: translateY(-100%);
}

h4.login.tran.transapply {
    transform: translateY(100%);
}

.ov-lay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.24); */
    z-index: -1;
}

.frgt-pass a, .chng-pass a {
    color: #033fb5;
    font-weight: 600;
}

.login-con .login-bx {
    max-width: 360px;
}

.alert-m {
    background: #22d018;
    width: 300px;
    display: inline-block;
    text-align: center;
    position: fixed;
    top: 29%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 19px;
    padding: 17px 0;
    z-index: 99;
    border: 1px solid;
    box-shadow: 3px 3px 6px 3px #828282;
    display: none;
}

@media (max-width:768px) {
    .main-con {
        overflow: hidden;
        height: 100%;
        overflow: hidden;
        overflow-x: auto;
        overflow-y: auto;
    }

    .login-con .footer {
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .login-con h4.login {
        font-size: 25px;
        padding: 0 50px;
    }

    .login-con .login-bx {
        /* padding: 0 30px; */
        margin-bottom: 5%;
        width: 90%;
    }

    .login-con .logo {
        width: 250px;
    }

    .login-con h3.login {
        font-size: 23px;
    }
}
