﻿
@font-face {
  font-family: 'Poppins';
  src: url('/Content/LoginDir/fontsPoppins/poppins.regular.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.bold.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.bold.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.extrabold.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.extralight.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.light.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.medium.ttf'),      
       url('/Content/LoginDir/fontsPoppins/poppins.semibold.ttf'),
       url('/Content/LoginDir/fontsPoppins/poppins.thin.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  /*font-family: 'Poppins', sans-serif;*/
}
/**{
font-family: 'Poppins', sans-serif !important;
}*/


/*ZOhO Chat */

.zd_im0d1100484a {
    width: 100%;
    height: auto !important;
    bottom: 10px 0px !important;

}
.poppins-thin {
    font-family: "Poppins", serif !important;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif !important;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif !important;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif !important;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif !important;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif !important;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif !important;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif !important;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif !important;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif !important;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

/** {
    font-family: 'Poppins', sans-serif!important;
}*/

body {font-family: "Poppins", serif !important;}

.propertytlt-txt{  font-family: "Poppins", serif; font-weight: 400;}

.form-control > input {
    /*padding: .10rem 2rem !important;*/
     font-family: "Poppins", serif;
}

.logindefbg {
    padding: 0;
    margin: 0;
    background-size: 100%;
    /*font-family: AgencyFB;*/
    background-repeat: no-repeat;
    background-color: #fafafa;
    /*background-image: url(/Content/LoginDir/images/loginbg1.jpg);*/
}

.logincygnettbg {
    padding: 0;
    margin: 0;
    /*background-size: 100%;*/
    /*font-family: AgencyFB;*/
    /*background-image:url('../images/bg.png');*/
background-repeat:no-repeat;
height:100vh;

background-size:cover;
background-position:center;
    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: 35px 35px;
    position: relative;
    background-color: #fff !important;
    border-radius: 40px;
    border: solid 1px #e1e1e1;
    border-radius: 32px;
    border-left: 0px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 15%) !important;
    width:480px;
}

    .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-color: #007dfa !important;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    font-size: 13px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.btn-login-close {
    background-color: #e1e1e1;
    color: #fff;
    font-weight: 600;
    /*line-height: 1;*/
    font-size: 13px;
    border-radius: 5px;
    letter-spacing: 0.5px;
}

.btn-renewbtn {
    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: 40px;
        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: 320px) {
      .login-block {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        align-self: center !important;
    }

}
@media only screen and (min-width: 768px) {
    .deskfooter {
        display: none;
    }


    .logincygnettbg {
 
    background-image: 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: -25px;
    margin-right: 15px;
    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: -30px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: normal !important;
}

.field-img-icon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: normal !important;
    color: #858585;
}

.field-admin-icon {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    padding: 0px 10px;
    position: fixed;
    z-index: 2;
    font-size: 14px;
    font-weight: normal !important;
}

.field-pass-icon {
    float: left;
    margin-right: 10px;
    margin-top: 18px;
    padding: 0px 12px;
    position: fixed;
    z-index: 2;
    font-size: 14px;
    color: #858585;
}


.box {
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 2px dotted rgb(96 139 168);*/
}

.box1 {
    width: 430px;
    height: auto;
    /*border: 2px solid rgb(96 139 168);*/
    border-radius: 32px;
    background-color: #fff;
    border: solid 3px #e1e1e1;
}



.btn-logprimary {
    color: #fff;
    background-color: #007dfa;
    border-color: #007dfa;
}

    .btn-logprimary:not(:disabled):not(.disabled).active, .btn-logprimary:not(:disabled):not(.disabled):active, .show > .btn-logprimary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-logprimary:not(:disabled):not(.disabled).active:focus, .btn-logprimary:not(:disabled):not(.disabled):active:focus, .show > .btn-logprimary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
        }

    .btn-logprimary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

.form-control {
    padding: .10rem 2rem !important;
    border-radius: 10px;
    height: 48px!important;
    font-size: 16px!important;
}

.m-logbtn > .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 10px;
}

/*#cloudlogsec > img {width:160px;}*/


.Log-frmctrl {
    height: 42px !important;
    font-size: 16px !important;
}

.Log-frmctrl {
    height: 42px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
}

.m-logo {
    margin: 25px 0px 24px 0px;
}

.m-frm {
    margin: 24px 0px !important;
}

.m-logbtn {
    margin: 24px 0px !important;
}

.captch-txt {
    font-size: 14px;
}

.powerd-txt {
    font-style: italic;
    padding: 0px 5px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif !important;
}

#ProptyDisplay {
    font-size: 28px;
    font-weight: 400;
}

.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;
}

.frg-passctrl {
    height: 48px;
    font-size: 16px;
}

/* Small devices (phones) */
@media (min-width:360px) {

    .login-sec {
    padding: 35px 35px;   
    min-width:320px;
}
    .login-sec2 {
    padding: 5px 20px 20px 20px !important;
}
}

/* Medium (≥768px) */
@media (min-width: 768px) {
    .login-sec {
        padding: 35px 35px;
        min-width: 320px;
    }
      .login-sec2 {
    padding: 10px 40px 40px 40px !important;
}
      .newcomplogo{margin-left:25%;}
}

/* Large (≥992px) */
@media (min-width: 992px) {   .newcomplogo{margin-left:25%;} }

/* Extra Large (≥1200px) */
@media (min-width: 1200px) {  .newcomplogo{margin-left:25%;}  }

/* Extra Extra Large (≥1400px) */
@media (min-width: 1400px) {   .newcomplogo{margin-left:25%;} }



button, input, optgroup, select, textarea{ font-family: "Poppins", serif !important;}


#txtGetOtp{height:30px!important;}
#btnSkipCookie{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    }

#btnTrustCookie{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    }

..modal.show .modal-dialog{overflow-x:hidden;}