﻿@charset 'UTF-8';

body, html {
    height: 100%;
}

body {
    background-image: url('../images/newbg.png');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #8bafc7;
}

.grig-if1 th {
    background: #c5801d;
}

.grig-if1 td {
    background: #f7e4c9;
    color: #84520c !important;
}

.grig-if1 td, .grig-if1 th, .grig-if1 table, .grig-if1 tr {
    padding: 1px 5px !important;
    font-size: 13px;
    color: #fdfdff;
    border: 1px solid #bf965b !important;
}

.grig-if1 {
    border: 1px solid #fbfcfe;
    margin-bottom: 10px;
}

.login-con {
    min-height: 100%;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

    .login-con .logo {
        width: 340px;
        margin: 0 auto;
    }

        .login-con .logo img {
            width: 100%;
        }

    .login-con h3.login {
        text-align: center;
        font-size: 34px;
        color: #ffffff;
        position: relative;
        margin-top: 4%;
        top: 0;
        text-shadow: 1px 1px 1px #17618e;
    }

    .login-con h4.login {
        text-align: center;
        font-size: 37px;
        color: #ffd044;
        position: relative;
        font-weight: 600;
        padding: 3px 0;
        margin: 0 0;
        margin-bottom: 4px;
        text-shadow: 1px 1px 2px #404040;
    }

    .login-con .login-bx {
        width: 100%;
        max-width: 365px;
        margin: 0 auto;
        background: #3ea5e7;
        padding: 4px 29px 20px 29px;
        box-sizing: border-box;
        /* border: 1px solid #ffffff; */
        box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.63);
    }

.login-bx h5 {
    color: #f8ff86;
    font-size: 24px;
    border-bottom: 1px solid #f2f97b;
    padding: 9px 0 8px 0;
    margin-bottom: 13px;
}

.login-bx label {
    font-weight: 100 !important;
    color: #ffffff;
    position: relative;
    top: 7px;
}

.login-bx .row {
    margin-bottom: 8px;
}

.login-btn {
    color: white !important;
    /* background: #ecca05; */
    border: 0;
    width: 100%;
    font-size: 17px !important;
    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: #ffffff;
    text-align: right;
    text-decoration: underline;
}

.captcha {
    width: 170px;
    padding: 3px 12px;
}

    .captcha img {
        width: 100%;
    }

.login-con .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .login-con .footer p {
        text-align: center;
        color: #000000;
        padding: 3px 0;
        background: #ffffffeb;
        margin-bottom: 0;
        font-size: 14px;
        border-radius: 20px 20px 0px 0px;
    }


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: #cbe9fd;
}

.login-con .login-bx {
    max-width: 411px;
}

.alert-m {
    background: #22d018;
    width: 300px;
    display: inline-block;
    text-align: center;
    position: fixed;
    top: 44%;
    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; */
        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;
    }
}

@media (max-width:340px) {
    .frgt-pass a, .chng-pass a {
        font-size: 13px;
    }
}
