﻿.login_body {
    background-image:url('../images/bg.jpg');
    margin:0px;
    padding:0px;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}
.login_main {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
/*.login_main:before
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    content: "";
    height: 100vh;
    margin: 0px;
    width: 100%;
    display: block;
    opacity: 0.5;
    background: #2e1c73;
    background: -moz-linear-gradient(left bottom, #282828, #e87817);
    background: -webkit-linear-gradient(left bottom, #282828, #e87817);
    background: linear-gradient(to left bottom, #282828, #e87817);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6ec0', endColorstr='#4291f5',GradientType=1 );
}*/

.logo {
    position: fixed;
    left: 20px;
    top: 20px;
}
.logo img {
    max-width: 140px;
}


.login_table tbody tr td {
    text-align: right;
    vertical-align:middle;    
    padding:50px;
}
.backgound_pattan {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    height: 100vh;
    width: 100%;
}
.backgound_pattan:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.8;
    background-image: linear-gradient(160deg, #d6edfa00 , #2e1c73);

}
.backgound_pattan > canvas {
    width: 100%;
    height: 100%;
    position: relative;
}

.login_table {
    height: 100vh;
    margin: 0px;
    width: 100%;
    position: relative;
    z-index: 10;
}
.login_card {
    max-width: 350px;
    padding: 20px;
    display: inline-block;
    margin: 0px;
}
.sign_in_box {
    text-align:left;    
}
.sign_in_box h1 {
    margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #2e1c73;
    color: #2e1c73;
    font-size: 25px;
}



.captcha_box {
    background-color: #EEEEEE;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.captcha_box img {
    width: calc(100% - 45px);
}
.captcha_box #btnRefresh {
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    background-color: #2e1c73;
    border: 1px solid #2e1c73;
    color: white;
}
.captcha_box #btnRefresh:hover, .captcha_box #btnRefresh:focus, .captcha_box #btnRefresh:active {
    box-shadow:none;
}

.captcha_box input {
    margin-top:10px;
}


.sendOTP_btn 
{
    background-color: #2e1c73;
    padding: 7px 40px;
    font-size: 15px;    
    border-radius: 30px;
}
.sendOTP_btn:hover, .sendOTP_btn:focus, .sendOTP_btn:active {
    background-color: #2e1c73;
    color:white;
    outline:none;
    text-decoration:none;
    box-shadow:none;
}

.sign_in_box hr {
    margin: 10px 0px;
    border-top: 1px dashed #2e1c73;
}


.Forg_pass_link {
    color: #757575;
    font-size: 13px;
}
.Forg_pass_link:hover, .Forg_pass_link:focus, .Forg_pass_link:active {
    color:#e87817;
    outline:none;
    text-decoration:none;
}




.refresh_captcha > #UP1 {

}
.refresh_captcha > #UP1 > img {
    width: 80%;
}
.refresh_captcha > #UP1 > .btn {
    background-color: #e87817;
    color: white;
    width: 15%;
    padding: 3px 0px;
    font-size: 13px;
}