﻿body {
    background-color: #f1f1f1;
    background-image: url("/assets/images/login-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


#apDiv1 {
    position: absolute;
    width: 29px;
    height: 27px;
    z-index: 1;
    left: 977px;
    top: 49px;
}

#apDiv3 {
    position: absolute;
    width: 39px;
    height: 33px;
    z-index: 2;
    left: 974px;
    top: 97px;
}

#txtEmpId {
    background: #f2f2f2 url(user.png) Right no-repeat;
    padding-left: 17px;
}

#txtpassword {
    background: #f2f2f2 url(lockk.png) Right no-repeat;
    padding-left: 17px;
}

#UserDD {
    background: #f2f2f2 url(lockk.png) Right no-repeat;
    padding-left: 17px;
}




.tble {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#apDiv4 {
    position: fixed;
    width: 200px;
    height: 115px;
    z-index: 1;
    left: 768px;
    top: 39px;
}

#apDiv5 {
    position: fixed;
    width: 200px;
    height: 115px;
    z-index: 2;
    left: 933px;
    top: 97px;
}

#apDiv6 {
    position: fixed;
    width: 55px;
    height: 36px;
    z-index: 2;
    left: 935px;
    top: 96px;
}

#logo_orman {
    margin: 30px auto 0 auto;
    width: 100%;
    text-align: center;
}

#footer {
    text-align: center;
    padding: 0 15px;
    margin-top: 5rem;
    /* background-color: #2d2d2d; */
    position: relative;
    bottom: 0;
    width: 100%;
    height: 120px;
    font-family: Arial;
    font-size: 18px;
    border-radius: 0px !important;
    color: #828282 !important;
}

.copyright {
    float: left;
    width: 30%;
    font-size: 12px;
    margin-top: 30px;
    color: #000 !important;
    text-shadow: 0 0 4px white;
}

.sohit_logo {
    text-align: center;
    margin-top: 20px;
    float: right;
    padding: 0;
    margin-right: 200px;
    width: 115px;
}

.p-t-50 {
    padding-top: 0px;
}

@media (max-width: 768px) {
    .copyright {
        float: left;
        width: 100%;
    }

    .sohit_logo {
        float: right;
        margin-top: 15px;
        margin-right: 0px !important;
        width: 100%;
    }
}


#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(132,172,205,.65);
    z-index: 2;
    cursor: pointer;
}

#activation-form {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    text-align: center;
}

    #activation-form input {
        margin: 1rem;
        border-radius: .7rem;
        font-size: 2rem;
        padding: 1rem;
    }

.btn-activate {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
}
