body {
    background: url('../Images/login-bg.png');
    background-size: cover;
}

footer {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    color: #fff;
}

.log-div {
    height: 300px;
    width: 100%;
}

@media (min-width: 767px) {
    .outter {
        display: table;
        position: absolute;
        height: 100%;
        width: 100%
    }

    .middle {
        display: table-cell;
        vertical-align: middle
    }

    .inner {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

.login-panel {
    background: #fdfcfa;
    height: 520px;
    padding: 30px 40px;
    text-align: center;
}

    .login-panel img {
        margin-left: auto;
        margin-right: auto;
        /*border-bottom: solid 2px #44c272;*/
        padding-bottom: 7px;
        margin-bottom: 30px;
    }

    .login-panel .row {
        margin: 0px;
        text-align: left;
    }

    .login-panel .control-label {
        font-family: 'OpenSans-Light';
        font-size: 14px;
        line-height: 22px;
    }

    .login-panel .controls input {
        background-image: url('../Images/log-inIco.png');
        background-repeat: no-repeat;
        background-position: 100% -40px;
        font-size: 15px;
        width: 100%;
        height: 36px;
        background-color: #f8f8f8;
        border: solid 1px #dbdbdb;
        padding-left: 15px;
        margin-bottom: 24px;
    }

        .login-panel .controls input.psw {
            margin-bottom: 13px;
            background-image: url('../Images/log-inIco.png');
            background-repeat: no-repeat;
            background-position: 100% 4px !important;
        }


    .login-panel p.forgot {
        float: right;
        font-family: 'OpenSans-Light';
        font-size: 14px;
    }

    .login-panel p a {
        color: #000;
        text-decoration: none;
        outline: none
    }

        .login-panel p a:hover {
            color: #0089cf;
        }

    .login-panel button {
        background: #0ab149;
        text-transform: uppercase;
        width: 100%;
        padding: 10px 0;
        margin-top: 25px;
        border: none;
        font-size: 18px;
        color: #fff600;
    }

        .login-panel button:hover {
            color: #fff;
        }

.resetpwd {
    background: #0ab149;
    text-transform: uppercase;
    padding: 8px 15px;
    margin-top: 35px;
    border: none;
    font-size: 14px;
    color: #fff600;
}

    .resetpwd:hover {
        color: white !important;
    }

.container-fluid {
    padding: 0 15px !important;
}

a {
    color: #fff;
}
/*-- check box --*/

input[type="radio"], input[type="checkbox"] {
    display: none;
}

input[type=checkbox] + input + label {
    display: inline-block;
    background: url("../Images/check-off.png") -21px -21px no-repeat;
    padding: 0px 0px 0 31px;
    cursor: pointer;
    color: #000;
    font-family: 'OpenSans-Light';
    font-size: 14px;
    font-weight: normal;
}

    input[type=checkbox] + input + label:hover {
        color: #0089cf;
    }

input[type=checkbox]:checked + input + label {
    background: url("../Images/check-on.png") -21px -21px no-repeat;
    display: inline-block;
}
/*-- check box --*/
@media (max-width: 767px) {
    body {
        padding-top: 30px;
    }

    .container-fluid p {
        text-align: center !important;
    }
}
.login-panel p.RegisterPartial {
text-align:center;
    font-family: 'OpenSans-Light';
    font-size: 14px;   
    margin-top:15px;
}
    .login-panel p.RegisterPartial a {
        color: dodgerblue !important;
        text-decoration: none;
        outline: none;
        font-weight:bold;
    }