﻿@import url("Loginfont.css"); 
@import url("Loginfont700.css");
html, body {
    background: rgba(4, 58, 84, 0.94);
    background-image: url(../../images/login/banner-1.jpg);
    background-size: cover;
    min-height: 100%;
}
input, h1, h2, h3, h4, h5, h6, textarea, select, address, button, label, span, a {
    font-family: 'Exo', sans-serif !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.form-footer h5 {color: #f26767;}
body {
    background-color: #fff;
    position: fixed;
    background-position: center;
    width: 100%;
    height: 100%;
}
.inner-bg {
    padding: 10px 0 50px 0;
}
.field-validation-error {
    color: #f11919 !important;
    font-size: 27px;
    position: absolute;
    right: 17px;
    margin-top: -35px;
}



    .field-validation-error:before
    {
        border:solid 2px #000;
    }
    /*@media (min-width: 1600px) and (max-width: 1366px) 
 {
}*/
.FooterButton button, .FooterButton a {
    border-left: solid 1px rgba(249, 249, 249, 0.62);
    border-right: solid 1px rgba(249, 249, 249, 0.62);
}
    @media (max-width: 768px) {
        .inner-bg {
            padding: 250px 0 157px 0;
          
        }
        .FooterButton button, .FooterButton a {
            border-left: none;
            border-right: none;
        }
}
@media (max-width: 767px) 	
{
    body
{
position:relative;
}
    .inner-bg {
        padding: 46px 0 275px 0;
    }
}
/***forgetpassword***/
.forget-Slow, .back, a , input, button {
    -webkit-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Safari works*/

::i-block-chrome, .forgetMain {
    top: 20% !important;
}
::i-block-chrome, .LogDisply {
    opacity: 0;
}
/* Safari Safari works*/
.forgetMain {
    position: absolute !important;
    /*margin-top: 262px !important;*/
    left: 0;
  
    opacity: 0;
    z-index: -2;
}
.forgetDwon { 
    opacity: 1;
    z-index: 1;
    /*-webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);*/
}
.forget-openUp {
    opacity: 1;
   
    /*-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
}
.close {
    height: 30px;
    width: 30px;
    background: #fff !important;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: -2px 4px 3px 0px rgba(0, 0, 0, 0.73);
}
.forget-close {
    opacity: 0;
   
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
    z-index:-2;
    } 
    .for-Overflow {
        display: none;
    }
.for-OverflowOpen {
    display: block;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: 0px;
    right: 0px;
    bottom: 0px;*/
    /*width: auto;
    height: auto;*/
    z-index: 0;
    opacity: 0.7;
    background: rgba(4, 58, 84, 0.94);
}

@media (max-width: 768px)
{
    /*.forget-open {
        position: absolute !important;
        top: 0px;
    }*/
}
.forgetMain h3, .forgetMain h5, .forgetMain h4 {
    color: #fff !important;
    margin-top: 0px;
}
.forgetMain .Button {
    margin-bottom: 25px;
}
/***forgetpassword***/
.displaybg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*-webkit-filter: blur(5px);*/
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-image:url("../../images/login/banner-1.jpg");
    /*-webkit-animation: background ease-in-out 15s both infinite;
    -moz-animation: background ease-in-out 15s both infinite;
    -o-animation: background ease-in-out 15s both infinite;
    animation: background ease-in-out 15s both infinite;*/
}
/*--background
-----------------------------------------------  */
/*@-webkit-keyframes background {
  0% {
    background-image: url(../../../Images/login/banner-1.jpg);  }
    33% {
        background-image: url(../../../images/login/banner-2.jpg);
    }
    66% {
        background-image: url(../../../images/login/banner-3.jpg);
    }
    100% {
        background-image: url(../../../images/login/banner-4.jpg);
    } }
@-moz-keyframes background {
    0% {
        background-image: url(../../../images/login/banner-1.jpg);
    }
    33% {
        background-image: url(../../../images/login/banner-2.jpg);
    }
    66% {
        background-image: url(../../../images/login/banner-3.jpg);
    }
    100% {
        background-image: url(../../../images/login/banner-4.jpg);
    } 

}
@-o-keyframes background
{
    0% {
        background-image: url(../../../images/login/banner-1.jpg);
    }

    33% {
        background-image: url(../../../images/login/banner-2.jpg);
    }

    66% {
        background-image: url(../../../images/login/banner-3.jpg);
    }

    100% {
        background-image: url(../../../images/login/banner-4.jpg);
    } 
}
@-ms-keyframes background
{
    0% {
        background-image: url(../../../images/login/banner-1.jpg);
    }

    33% {
        background-image: url(../../../images/login/banner-2.jpg);
    }

    66% {
        background-image: url(../../../images/login/banner-3.jpg);
    }

    100% {
        background-image: url(../../../images/login/banner-4.jpg);
    } 
}
@keyframes background {
    0% {
        background-image: url(../../../images/login/banner-1.jpg);
    }
    33% {
        background-image: url(../../../images/login/banner-2.jpg);
    }
    66% {
        background-image: url(../../../images/login/banner-3.jpg);
    }
    100% {
        background-image: url(../../../images/login/banner-4.jpg);
    } }*/
    
.overrelay
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#3294d299));*/
z-index: 0;
opacity: 0.7;
background: rgba(4, 58, 84, 0.94) ;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    outline: 0!important;
}
#Pnlserver .dropdown-menu
{
 margin: 0px 0px 0px;
    border-top: none;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;   
}
#Pnlserver .bootstrap-select 
{
    margin-bottom:3%;
}
.selectpicker .btn,.form-control .btn
{
       border-radius: 0px !important;
}
/*********logstyes********/
.mainlog {
    background: rgba(9, 92, 144, 0.92);
    padding-top: 15px;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.78);
}
.login-form .checkbox
{
 left: 20px;
}
.login-form label {
    padding-left: 26px;
    padding-top: 1px;
    color: aliceblue;
    font-weight: 300;
}
.login-form .bt-login:hover{
	opacity: 0.8;
}

.login-form .bt-login:active{
	opacity: 0.6;
}
.login-form .bt-login{
	background: #fff !important;
    border: 1px solid #fff !important;
    cursor: pointer;
    border-radius: 2px !important;
    color: #a18d6c !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 6px !important;
    margin-top: 10px;
}

.login-form input[type=text]:focus, .login-form input[type="email"]:focus, .login-form input[type=password]:focus {
    outline: none;
    border: 1px solid rgba(255,255,255,0.9);
}

.login-form .bt-login:focus{
	outline: none;
}
.FooterButton button {
    color: #fff;
    background-color: rgba(25, 96, 135, 0.18);
    border-radius: 0px;
    padding: 13px 12px;
    /* border: 0; */
    border-top: solid 1px rgba(249, 249, 249, 0.62);
}
    .FooterButton button:hover, .FooterButton a:hover {
        color: #909090;
        background-color: #ffffff;
        border: none;
        padding-bottom: 15px;
    }
    .FooterButton button:active, .FooterButton a:active, .FooterButton button:focus, .FooterButton a:focus {
        color: #fff;
        background-color: #2e8bdc;
        border-color: #FFF;
    }
/*****end logingstyles******/
/***login textfildes strles*****/
.login-form input[type=text], .login-form input[type=password], .login-form input[type=email] {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 2px;
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 4px;
    margin-top: 10px;
}

.sing_up input[type=text]
{
 margin-top: 10px !important;     
}
/*** end login textfildes strles****/
.login-form .Reg, .login-form .Serv
{
    display:none;
}
/****************/
.login-form 
{
    margin-top:13%;
}
.form-top {
    margin-top: 7%!important;
}
/*******glowtexting*********/
.header h1
{
 color: #fff;
	font-size: 35px;
	font-weight: 200;
	 margin-top: 0% !important;  
	 text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
/*****adjcting aligments or reposiveness*********/
.top
{
      margin-top: 7% !important;
      }
.topmain      
 {
    margin-top: 6% !important;
}     
/******adjcting aligments or reposiveness end of*******/
/*.header span
{
  color:#15d6ff !important; 
      font-weight: 600;
}*/
.header_2 h1
{
    display:none;
}
.form-footer 
{
     padding: 15px 0px;
}
.form-footer a
{
      color: aliceblue;    
}
.form-signin .form-control{
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus{
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
i{margin-right: 4%;color:#555555}
/*a{text-decoration: none;color:#555555;}*/
/************************ResetPasswordStyles**********************************/
.ResetPassword img {
    width: 75px;
    border-radius: 50%;
    border: solid 5px #0c5c8d;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.17);
}
.ResetPassword .ProfImg {
    position: absolute;
    top: -13%;
    left: 40%;
    right: 40%;
}
.ResetPassword .Name {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    top: 35px;
    font-size: 2em;
    padding: 5px 0px;
}
.ResetPassword a {
    background: transparent;
    border-top: solid 1px rgba(255, 255, 255, 0.61);
    border-radius: 0px;
    padding: 15px 0px;
    color: #fff;
}
    .ResetPassword a:hover, .ResetPassword a:active, .ResetPassword a:focus {
        color: rgba(255, 255, 255, 0.69);
        border: solid 1px rgba(255, 255, 255, 0.61);
    }
/*******checkboxandredio-styles**********/
/*********checkboxstyles****************/
.k-radio, input.k-checkbox {
    transition: ease-in 3.0s;
    display: inline;
    opacity: 0;
    width: 0;
    margin: 0;
    -webkit-appearance: none;
    overflow: hidden;
    cursor: pointer;
}

.k-checkbox-label, .k-radio-label {
    display: inline-block;
    position: relative;
    padding-left: 25.2px;
    vertical-align: text-top;
    line-height: 16px;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}

input.k-checkbox + label {
    -webkit-user-select: none;
}

[type="checkbox"]:focus + label:before {
    /*outline-style: auto;
    outline-color: #3c87c7;*/
    border: solid 2px #3c87c7 !important;
}

.k-checkbox:checked + .k-checkbox-label:before {
    content: "\2713";
}

.k-checkbox:checked + .k-checkbox-label:before {
    background-color: #fff;
    border-color: #abd4e6;
    color: #09ad7e !important;
}

.k-checkbox-label:after, .k-checkbox-label:before, .k-radio-label:after, .k-radio-label:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.k-checkbox-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 1px;
    border-style: solid;
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.k-checkbox-label:before {
    border: 2px solid #ccc !important;
    background: #fff;
    border-radius: 3px;
}

.k-checkbox:disabled + .k-checkbox-label {
    color: #888888 !important;
}

    .k-checkbox:checked:disabled + .k-checkbox-label:active:before, .k-checkbox:checked:disabled + .k-checkbox-label:before, .k-checkbox:checked:disabled + .k-checkbox-label:hover:before, .k-checkbox:disabled + .k-checkbox-label:before, .k-radio:disabled + .k-radio-label:active:before, .k-radio:disabled + .k-radio-label:before, .k-radio:disabled + .k-radio-label:hover:after, .k-radio:disabled + .k-radio-label:hover:before {
        color: #e6e6e6 !important;
        background: #b9b9b9 !important;
        border-color: #efefef !important;
        cursor: not-allowed;
    }
/*[type="checkbox"]:checked:focus + label:before,
    [type="checkbox"]:not(:checked):focus + label:before {
        border: 2px dotted blue;
    }*/
.Clabel-NameSet [type="checkbox"]:not(:checked) + label, .Clabel-NameSet [type="checkbox"]:checked + label {
    padding: 0px 28px;
    margin-bottom: 0px;
}

.Clabel-NameSetMain [type="checkbox"]:not(:checked) + label, .Clabel-NameSetMain [type="checkbox"]:checked + label {
    padding: 3px 28px 0px;
    margin-bottom: 8px;
}
/*checkboxstyles**/
    /************************ResetPasswordStyles**********************************/
    /***resposcive***/
    @media (max-width: 1200px) {
        .header {
            display: none;
        }

        .header_2 h1 {
            display: block;
            color: #fff;
            font-size: 35px;
            font-weight: 200;
        }

        .header_2 span {
            color: #5379fa !important;
            font-weight: 600;
        }
    }

    @media (min-width: 320px) and (max-width: 768px) {
        .login-form {
            margin-top: 10%;
        }
    }
