.logindefbg
    {
    padding: 0;
    margin: 0;    
    background-size: 100%;
    /*font-family: AgencyFB;*/
    background-repeat: no-repeat;    
    background-image: url(/Content/LoginDir/images/loginbg1.jpg);
	}

.logincygnettbg
    {
    padding: 0;
    margin: 0;    
    background-size: 100%;
    /*font-family: AgencyFB;*/
    background-repeat: no-repeat;    
    /*background-image: url(/Content/LoginDir/images/cygnettbg.jpg);*/
  
	}

.login-block 
    {
	/*background: #ffaf37;	
	background: -webkit-linear-gradient(to bottom, #fbc411, #ffaf37);	
	background: linear-gradient(to bottom, #fbc411, #ffaf37);*/
	
	float: left;
	width: 100%;
    padding: 50px 0;
	display:flex;
	/*height:100vh;*/
	align-self: center!important;
    }

/*.banner-sec {
	background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
	background-size: cover;
	min-height: 500px;
	border-radius: 0 10px 10px 0;
	padding: 0;
}*/

.carousel-item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height:490px;
  background-image:url(~/Content/images/img1.jpg);
}
.carousel-item1 {height:500px!important;}

.container {
	background: #fff;
	border-radius: 10px;
	/*box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);*/
}

.carousel-inner {
	border-radius: 10px 0px 0px 10px;
    
}

.carousel-caption {
	text-align: left;
	left: 5%;
	background-color: rgb(255 255 255 / 75%);
    padding: 0px 11px;
	border-left:6px solid #3355ab;
}

.login-sec {
	padding: 10px 40px;
	position: relative;
    background-color:#fff!important;
    border-radius: 0px 10px 10px 0px;
	border:solid 1px #e1e1e1;
    border-left:0px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 15%);
}

.login-sec .copy-text {
	position: absolute;
	width: 80%;
	bottom: 20px;
	font-size: 13px;
	text-align: center;
}

.login-sec .copy-text i {
	color: #FEB58A;
}

.login-sec .copy-text a {
	color: #E36262;
}

.login-sec h2 {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 30px;
	color: #ffaf37;
}

.login-sec h2:after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #FEB58A;
	display: block;
	margin-top: 20px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto
}

.btn-login 
{
	box-shadow: 0px 1px 4px rgb(51 85 171);
    /*background-image: linear-gradient(to right, #ffde3c, #edb831);*/
    background-color:#3355ab;
	color: #fff;
	font-weight: 600;
    line-height: 1;
    font-size:13px;
    border-radius:5px;
    letter-spacing:0.5px;
}

.btn-login-close
{
	/*box-shadow: 0px 1px 4px rgb(51 85 171);*/
    /*background-image: linear-gradient(to right, #ffde3c, #edb831);*/
    background-color:#e1e1e1;
	color: #454545;
	font-weight: 600;
    line-height: 1;
    font-size:13px;
    border-radius:5px;
    letter-spacing:0.5px;
}


.banner-text {
	width: 70%;
	position: absolute;
	bottom: 40px;
	padding-left: 20px;
}

.banner-text h2 {
	color: #fff;
	font-weight: 600;
}

.banner-text h2:after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #FFF;
	display: block;
	margin-top: 20px;
	border-radius: 3px;
}

.banner-text p {
	color: #fff;
}

        .wincloud_subalrtbx {
            width: 100%;
            float: left;
            text-align: left;
            color: #000;
            height: auto;
            bottom: 0;
            position: fixed;
            background-color: #fff;
            line-height: 47px;
        }


        .toasts-bottom-right {
            bottom: 0;
            position: absolute;
            right: 0;
            z-index: 1040;
            width: 50%;
            margin-left: 25%;
            margin-right: 5%;
        }

        .toast {
            -ms-flex-preferred-size: 350px;
            flex-basis: 100%;
            max-width: 100%;
            font-size: .875rem;
            /*background-color: rgba(255,255,255,.85);*/
            background-clip: padding-box;
            border: 1px solid rgba(0,0,0,.1);
            border-radius: 5px !important;
            box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 15%);
            opacity: 0;
        }
        /*.toast.bg-warning {
    background-color: rgba(255,193,7,.9)!important;
}*/
        /*.toast.bg-warning .toast-header {
    background-color: inherit;
    color: #1f2d3d;
    
}*/
        .close, .mailbox-attachment-close {
            float: right;
            font-size: 3.5rem;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .5;
        }

        .toast-header {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            padding: 0.25rem 0.75rem;
            color: #6c757d;
            font-weight: normal;
            /*background-color: rgba(255,193,7,.9)!important;*/
            background-clip: padding-box;
            border-bottom: 0px solid rgba(0,0,0,.05);
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
            font-size: 16px;
            font-weight: normal;
        }

        .toast-body {
            font-size: 16px;
        }

        .propText {
            font-size: 20px;
        }

        .Modalclose {
            color: White;
            background-color: #2CAED3;
            text-decoration: none;
            text-align: center;
            border-radius: 6px;
            height: 30px;
            padding: 0px 15px;
            font-size: 17px;
        }

        .login-dialog {
            top: 140px;
        }

        .login-content {
            width: 80%;
            left: 10%;
            height: 220px;
            border-radius: 20px;
            z-index: 1;
        }

        .modal-con {
            border-radius: 25px;
            top: 5px;
            text-align: center;
            padding-bottom: 20px;
        }

        .btn-ok {
            padding: 6px 25px !important;
        }

        .underline {
            text-decoration: underline;
            color: #5dded9;
        }
        .text-orange {
    color: #b55200!important;
}

        /*text-success(green)
    text-warning (yellow)
    text-danger (red)*/
        .form-control{font-size:0.75rem;}
.form-check {
    position: relative;
    display: block;
   padding-left: 0px!important;
}
@media only screen and (max-width: 767px) {
.container {
max-width: 95%!important;    
}
.carousel-item{display:none;}
.slider-section{display:none;}
.login-sec {
 
    position: relative;
    background-color: #ffffff!important;
    border-radius: 0px 10px 10px 0px;
    border: solid 0px #ffffff;
    border-left: 0px;
    box-shadow:none;
}
body
    {
    background: #fff;	
	height: 100vh;	
    width:100%;
	}
.mobilefooter{display:none;}
}

@media only screen and (min-width: 768px) {
    .deskfooter {
        display: none;
    }
    .login-block {
    float: left;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    align-self: center!important;
}

    .sliedbc{box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 15%);padding: 0;border-right:0!important;border-left: 0px;border-radius: 10px 0px 0px 10px;}
}


.wc-alrtbx{
    /*border:solid 1px #e1e1e1;*/
     border-radius:10px;}
.wc-iconbx{width:auto;float:left;padding-right:4px;}
.wc-faicon{ padding: 0px 5px; line-height: 40px;}
.wc-txtbx{width: 80%;float: left;padding-right: 4px; font-family: Calibri;}
.wc-titlttxt{border:none!important;font-size: 16px;font-weight: bold; color:#890101;}
.wc-subtxt{line-height: 10px; font-size:12px!important; margin:0px;}
.wc-footer{width: 100%; position: fixed; bottom: 0; text-align: center;}
.text-danger{color:#890101!important}
.text-success{color:#09691f!important}
.text-warning{color:#5d490c!important}

/*input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white insert! important;
}*/
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 0%)!important;
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color:#ced4da;
}

.pophddrcls
{   
    float: right;
    font-size: 24px;
    margin-top: -35px;
    margin-right: 8px;
    text-align: right;
    /*background-color: #454545!important;*/
    /*border-radius: 14px;*/
    /*width: 25px;
    height: 25px;
    line-height: 21px;
    padding: 0px 5px!important;
    color: #fff;
    border: none;*/
}
/*.alert {
    position: relative;
    padding: 0.25rem 1.25rem;
    margin-bottom: 1rem;
    border: 0px solid transparent ;
    border-radius: 0.25rem;

}*/

/*.alert-danger {
    color: #b52d3a;
    background-color: #ffffff;
    border-color: #b52d3a;
    box-shadow:0 0 0 0.2rem rgb(233 132 132 / 25%);
}*/

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

#proplogsec > img {width:250px!important}


.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    /*padding: 1.25rem 1rem;*/
}
.check-container {
  width: auto;
  /*height: 7.5rem;*/
  /*margin-left: 33%;*/
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.check-container .check-background {
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom right, #198754, #198754);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.check-container .check-background svg {
width: 65%;
    transform: translateY(0.1rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, #49da83, transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

.btn-skip {
    color: #007bff!important;
    background-color: transparent!important;
    background-image: none;
    border-color: #ced4da!important;
}
.btn-skip:hover {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #ced4da;
}
   .login-sec2 {
        padding: 10px 40px 50px 40px !important;
    }
    
     select.form-control:not([size]):not([multiple]) {
        height: calc(2.25rem - 5px);
    }

    .field-validation-error, .validation-summary-errors {
        color: #890101;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left;
    }
        .field-validation-error, .validation-summary-errors > ul {
            list-style: none;
            margin-left: 0px;
            padding-left: 0px;
            text-decoration: none;
        }
    .modal-dialog {
        max-width: 360px;
        margin: 1.75rem auto;
    }
    .field-icon {
        float: right;
        margin-right: 10px;
        margin-top: -24px;
        position: relative;
        z-index: 2;
        font-size:14px;
        font-weight: normal !important;
    }