@font-face {
    font-family: Titillium Web;
    src: url(../fonts/titilliumweb-light.eot);
    src: local('?'), url(../fonts/titilliumweb-light.woff) format('woff'), url(../fonts/titilliumweb-light.json) format('truetype'), url(../fonts/titilliumweb-light.svg) format('svg');
    font-weight: 500;
    font-style: normal
}

*, body {
    padding: 0px;
    margin: 0px;
}

body {
    background: #dedede url(../../images/admin/login-bg1.jpg) no-repeat;
    background-size: cover;
    font-family: Titillium-Web-semibold, sans-serif;
    position: relative;
    font-size: 15px;
    text-align: center;
}

    body:after {
        position: absolute;
        /*content: '';*/
        background: rgba(0, 0, 0, 0);
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 100%;
        top: 0px;
    }

a {
    color: #fff;
}

    a:hover, a:focus {
        color: #fff;
        outline:none;
    }

.loginscreen {
    width: 420px;
    margin: auto;
   padding: 40px 80px;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
}

    .loginscreen img {
        height: 75px;
        margin-bottom: 10px;
    }

p.headingp {
    margin-top: 3rem;
    text-transform: uppercase;
    color: #cccccc;
    margin-bottom: 2px;
    position: relative;
    z-index: 2;
}

h1.logo-name {
    font-size: 1.32rem;
    color: #d2d2d2;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
    color: #fff;
}

    h1.logo-name span {
        font-size: 4rem;
        text-transform: uppercase;
        display: block;
        text-shadow: 2px 2px 5px #616161;
        margin: 10px 0;
        font-family: none;
        color: #03e1ff;
    }


.Ncaptcha{
	display: block;
}
.Ncaptcha img{
	display: inline-block;
	width: 75%;
	height: 40px;
}
.Ncaptcha .captchaRefresh{
	display: inline-block;
	width: 23%;
	background: #FF9800;
	color: #fff;
	padding: 2px;
	vertical-align: top;
	font-size: 1.7em;
	cursor: pointer;
}
.Ncaptcha .captchaRefresh:hover{
	background: #e28802;
}
.Ncaptcha .captchaRefresh i{
	transform: rotate(0deg);
	transition: .2s;
}
.Ncaptcha .captchaRefresh:hover i{
	transform: rotate(45deg);
}
#txtCaptcha{
	padding-left: 0;
}

.loginscreen .form-group {
    margin-bottom: 2.5rem;position:relative;
}

.loginscreen .form-control {
    background: transparent;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding-left: 45px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

    .loginscreen .form-control:focus {
        border-bottom: 1px solid #ffb426;
    }

    .loginscreen .form-control.uid {
        background: url(../../images/admin/user.png) no-repeat;
        background-position: 6px;
        filter: brightness(2);
    }

    .loginscreen .form-control.password {
        background: url(../../images/padlock.png) no-repeat;
        background-position: 6px;
        filter: brightness(2);
    }

.login-btn {
    display: block;
    width: 100%;
    background: #ffca00;
    background: linear-gradient(to top, #00c3dc, #00e1ff, #0de3ff);
    border: 1px solid #0de3ff;
    border-radius: 30px;
    padding: 6px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #007180;
}

    .login-btn:hover, .login-btn:focus {
        background: linear-gradient(to bottom, #00c3dc, #00e1ff, #0de3ff);
        color: #005561;
        outline: none;
    }

.loginscreen p {
    margin-bottom: 2rem;
    color: #d6d6d6;
}
.field-validation-valid, .field-validation-error {
    position: absolute;
    background: none;
    font-size: 13px;
    right: 0px;
}
.alert {
    margin: 0px auto;
    width: 300px;
    right: 0px;
    position: absolute;
    z-index: 23;
    padding: 5px;
}
  
.alert.alert-danger {
    color: #ff0b05;
    background: rgb(255, 210, 210);
}


.text-danger {
    color: #ff0b05;
    background: rgb(255, 210, 210);
    padding: 0px 10px;
    border-radius: 5px;
}
    :: -webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
@media screen and (max-width:1440px) {
	body{padding-top: 100px}
	.loginscreen{zoom:.85}
	
}
@media screen and (max-width:1152px) {
    .login-btn {
       
        margin-bottom: 4rem;
       
    }

}@media screen and (max-width:800px) {
	  body {
        background-size: auto;font-size:1.4rem;
    }
	
}
@media screen and (max-width:660px) {
    body {
        background-size: auto;font-size:1.4rem;
    }
    .loginscreen img {
        height: 55px;
        margin-bottom: 6px;
    }
    h1.logo-name {
        margin-bottom: 4rem;
    }
        h1.logo-name span {
            font-size: 3rem;
            text-shadow: 2px 2px 5px #505050;
        }
       
    }
@media screen and (max-width:330px) {
    h1.logo-name span {
        font-size: 2rem;
    }
        .loginscreen {
        width: 100%
    }
    h1.logo-name {
        font-size: 1.1rem;
    }
    }

.backIcon{position: absolute;right: 50px;top: 23px;}
.backIcon a{font-size: 20px;text-decoration: none;}

/*#txtPassword{
        -webkit-text-security: disc;
        font-family: text-security-disc;
    }*/
.captcha-box {
    height: 40px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    user-select: none;
    border: 1px solid #ccc;
    color: black;
    background: repeating-linear-gradient( 45deg, #e0e0e0, #e0e0e0 10px, #ffffff 10px, #ffffff 20px );
}
.dept-login-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333; 
}

.dept-login-title .first-letter {
    color: #048895;
}
.dept-login-hr {
    height: 3px;
    border: none; 
    background: linear-gradient(90deg, #007bff 0%,
    #00c6ff 100%); 
    width: 80%;
    margin: 10px auto 20px;
    border-radius: 5px;
}