﻿.loginBlock > .row {
    margin: 0;
}
#Exit_popup_window.modal .modal-dialog {
    width: 45%;
}

#Notification_popup_window.modal .modal-dialog {
    width: 50%;
}

.loginImageBlock { 
    background: #f1f3ff url(../images/loginBottom.png) no-repeat scroll 0 100% / 100%;
    border-right: 4px solid #b7cfff;
}
.loginImage {
    margin: 5% 0 0;
    text-align: center;
}
.loginFrom {
    margin: 26% 0;
    width: 450px;
    padding-left: 30px;
    position: relative;
}

.logoTitle > img {
    width: 240px;
    margin-bottom: 5px;
}
.logoTitle {
    text-align: center;
}
.logoTitle > p {
    color: #818181;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.loginTitle {
    font-size: 17px;
    /*letter-spacing: 4px;*/
    font-weight: 600;
    color: 	#000000;
    margin: 15px 0 25px;
}
.loginFrom .form-group {
    position: relative;
    margin-bottom: 30px;
}
.inputIcon {
    background: #002c85;
    border-radius: 50px;
    padding-left: 40px;
    padding-right: 2px;
}
.inputIcon .form-control {
    background: #e9e9e9;
    border-radius: 50px;
    padding: 10px 25px;
    height: auto;
    border: 0;
    color: #002c85;
}

.rightContentBlock .form-control.balloon {
  display: inline-block;
  padding: 10px 0 10px 0px;
  font-weight: 400;
  outline: 0;
  text-indent: 100px;
  transition: all 0.3s ease-in-out;
}
.rightContentBlock .form-control.balloon::-webkit-input-placeholder {
  color: #fff;
  text-indent: 0;
  font-weight: 300;
}
.rightContentBlock .form-control.balloon + label {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 8px;
    padding: 0;
    color: #002c85;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgb(19 74 70 / 0%);
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    background: rgba(122, 184, 147, 0);
    margin: 0;
}
.rightContentBlock .form-control.balloon:focus,
.rightContentBlock .form-control.balloon:active {
  color: #002c85;
  text-indent: 0;
  background: #fff;
}
.rightContentBlock .form-control.balloon:focus::-webkit-input-placeholder,
.rightContentBlock .form-control.balloon:active::-webkit-input-placeholder {
  color: #aaa;
  text-transform: capitalize;
}
.rightContentBlock .form-control.balloon:focus + label,
.rightContentBlock .form-control.balloon:active + label {
    color: #119247;
    transform: translateY(-27px);
    font-size: 12px;
    font-weight: 600;
}
.txtDanger {
    color: #dc0000;
    font-size: 16px;
}
.CustLabel {
    color: #119247;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.subBtn {
    display: block;
    width: 100%;
    background: #119247;
    color: #fff;
    padding: 8px;
    border-radius: 50px;
    border-bottom: 3px solid #006d2e;
    border-right: 3px solid #006d2e;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
}
button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, .subBtn:focus, .subBtn:hover, .EditsubBtn:hover {
    outline: none;
    color: #fff;
}
.otpBtn {
    position: absolute;
    right: 8px;
    top: 7px;
    padding: 4px 25px 4px 5px;
    border-radius: 30px;
    background: #119247 url(../images/right_arrow.png) no-repeat scroll 90% 5px;
    color: #fff;
    font-size: 11px;
}
.inputPhone {
	background: #002c85 url(../images/phone.png) no-repeat scroll 10px 10px / 21px
}
.inputMessage {
	background: #002c85 url(../images/message.png) no-repeat scroll 10px 10px / 21px
}
.loginFormBlock {
    overflow: hidden;
}
.loginFrom::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #dee9ff;
    position: absolute;
    border-radius: 20px;
    right: -130%;
    top: 0;
    z-index: 99;
}
.loginFrom::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #b7cfff;
    position: absolute;
    border-radius: 20px;
    right: -125%;
    top: 7%;
    z-index: 1;
}
.innerBody {
    background: #f1f3ff;
}
.rightContentBlock .form-group {
	position: relative;
}
.rightContentBlock {
    position: relative;
    background: #f1f3ff;
}
.mainFormDiv {
    width: 85%;
    padding: 20px;
    border-radius: 20px;
    top: 12%;
    position: absolute;
    height: 75%;
}
.mainFormBox {
    position: absolute;
    width: 95%;
    padding: 15px 30px;
    background: #fff;
    border-radius: 15px;
    z-index: 9;
    height: auto;
    box-shadow: 11px 11px 0px 0px #b7cfff;
    -moz-box-shadow: 11px 11px 0px 0px #b7cfff;
    -webkit-box-shadow: 11px 11px 0px 0px #b7cfff;
    top: 50px;
    overflow-y: auto;
}
.mainFormBoxScroll.mainFormBox {
    height: 90%;
}
.form-control::placeholder { 
  color: #c6c6c6;
  font-size: 12px;
  opacity: 1; 
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder { 
  color: #c6c6c6;
  font-size: 12px;
  text-transform: capitalize;
}
.form-control::-ms-input-placeholder { 
  color: #c6c6c6;
  font-size: 12px;
  text-transform: capitalize;
}
.rightContentBlock .form-control {
    border: 0;
    border-bottom: 1px solid #002c85;
    border-radius: 0;
    font-weight: 500;
    padding: 8px 0;
    height: auto;
    box-shadow: unset;
    color: #002c85;
    font-size: 12px;
}

 .modal-dialog{
            width: 365px;
        }
      
   

.modal a:hover {
    color: #000;
}

.popHead h4 {
    margin: 0;
    padding: 0;
}
.modal-content:hover {
    color: #000;
}
.modal .modal-dialog {
    width: 70%;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #001e5a;
    color: #fff;
    border-top-left-radius: 5px;
    position: relative;
    border-top-right-radius: 5px;
}
.popHead h4 {
    margin: 0;
    padding: 0;
}

.divClose {
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor:pointer;
}
.gerateBtn {
    position: absolute;
    right: 8px;
    top: 23px;
    padding: 5px 10px;
    border-radius: 30px;
    background: #002c85;
    color: #fff;
    font-size: 13px;
}
.pageTitle {
    font-size: 17px;
    text-align: center;
    margin: 0;
    color: #002c85;
    letter-spacing: 0px;
}

.pageTitle_CSPL {
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #108a43;
    letter-spacing: 0px;
}

.btn_changes {
  white-space: normal;
}

.EditsubBtn {
    display: block;
    width: 100%;
    background: #119247;
    color: #fff;
    padding: 8px;
    border-radius: 50px;
    border-bottom: 3px solid #006d2e;
    border-right: 3px solid #006d2e;
    font-size: 14px;
}

/*commands this lines by sundar 12-04-2022*/
 /*html {
      scrollbarBG: #CFD8DC;
      thumbBG: #90A4AE;
    }
    .mainFormBox::-webkit-scrollbar {
      width: 11px;
    }
    .mainFormBox {
      scrollbar-width: thin;
      scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    }
    .mainFormBox::-webkit-scrollbar-track {
      background: var(--scrollbarBG);
    }
    .mainFormBox::-webkit-scrollbar-thumb {
      background-color: var(--thumbBG) ;
      border-radius: 6px;
      border: 3px solid var(--scrollbarBG);
    }*/

.tankyouBox p.refNumber, .refNumber {
    text-align: center;
    padding: 8px;
    border-radius: 5px;
    background: #0d4a85;
    color: #fff;
}
.pageTitle.thankYou {
    color: #048439;
}
.refNumber span {
    font-weight: 600;
}
.tankyouBox p {
    margin-bottom: 30px;
    padding-left: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0d4a85;
    font-weight: 500;
}
.userIcon {
	background: url(../images/01.png) no-repeat scroll 0 0;
}
.tickIcon {
	background: url(../images/04.png) no-repeat scroll 0 0;
}
.leftImage {
    text-align: center;
    margin: 7% 0 0;
}
.saathiDiv > p {
    color: #108a43;
    padding: 10px 15px 10px 110px;
    font-size: 12px;
    background: #eaeaea;
    border-radius: 40px;
}
.saathiDiv {
    position: relative;
    margin-bottom: 40px;
    padding-top: 0;
}
.saathiLogo {
    position: absolute;
    width: 90px;
    top: 0px;
    box-shadow: -4px 0px 0px 0px #dedede;
    -webkit-box-shadow: -4px 0px 0px 0px #dedede;
    -moz-box-shadow: -4px 0px 0px 0px #dedede;
    border-radius: 100px;
}
.loginBlock .row {
    margin: 0;
}
.loginBlock .text-danger {
    color: #0d4a85;
    text-align: center;
}

.loginBlock .text-danger1 {
    color: #ffffff;
    text-align: center;
}
.resLogo {
	display: none;
}
.tankyouBox p.redirectLink {
    padding-left: 0;
    color: #0d4a85;
    text-align: center;
    border-radius: 7px;
    border: 1px dashed #ccc;
    margin-bottom: 20px;
}
.redirectLink a {
    color: #ff5722;
    font-weight: 600;
    text-decoration: underline;
}
.pageHeader {
    position: fixed;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    border-bottom: 2px solid #b7cfff;
    z-index: 99;
}
.pageHeader .resLogo {
    display: inline-block;
    width: 200px;
}
.footerBlock {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: #001e5a;
    width: 100%;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
.pageHeader .proTitle {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    color: #108a43;
    margin-left: 15px;
    padding: 5px 15px;
    position: relative;
    top: 3px;
    border-left: 1px solid #ccc;
}
.col-md-6.andIcon {
    padding-left: 0;
    position: relative;
}
.col-md-6.iosIcon {
    padding-right: 0;
    position: relative;
}
.andIcon .saathiLogo {
    left: 0;
    top: -6px;
    width: 55px;
}
.andIcon .subBtn {
    padding-left: 50px;
    border-bottom: 3px solid #001e5a;
    border-right: 3px solid #001e5a;
    background: #0d378b;
}
.iosIcon .subBtn {
    padding-right: 50px;
}
.iosIcon .saathiLogo {
    right: 0;
    left: auto;
    top: -6px;
    width: 55px;
    box-shadow: 4px 0px 0px 0px #dedede;
    -webkit-box-shadow: 4px 0px 0px 0px #dedede;
    -moz-box-shadow: 4px 0px 0px 0px #dedede;
}


.loginImage h4 {
    font-size: 22px;
    color: #0f4c84;
}

.Adddisclaimer h4 {
    font-size: 13px;
    color: black;
}

/*21-04-2022*/
.linkOntop {
    position: absolute;
    top: -5px;
    left: 0;
    text-decoration: underline;
    z-index: 9;
    color: #039214;
    display: block;
    right: 0;
    text-align: center;
}

.linkOntop:hover {
    color: #0d4a85;
    text-decoration: underline;
}

#Exit_popup_window.modal .modal-dialog {
    width: 45%;
    top: 50%;
    transform: translate(0, -50%);
}

/*25-04-2022*/
.headeraddressOntop {
    position: absolute;
    top: -5px;
    left: 0;
    color: #039214;
    display: block;
    right: 0;
    text-align: center;
    font-size: 11px;
}
.popImg.col-md-3 {
padding-left:0;
}
.popTxt.col-md-8 {
padding-left:0;
}
.popImg img {
position: relative;
left: -10px;
}
.popTxt p {
position: relative;
left: -40px;
    top: 15px;
}
.mainFormDiv.congrtsDiv {
    padding: 40px 20px 20px 20px;
}
.congrtsDiv .headeraddressOntop {
    font-size: 15px;
    top: -10px;
}
.congrtsDiv .mainFormBox.mainFormBoxScroll {
    top: 65px;
}


@media only screen and (max-width: 1370px) {
    .tankyouBox p {
        margin-bottom: 10px;
        padding-left: 40px;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 13px;
    }
    .userIcon {
        background: url(../images/01.png) no-repeat scroll 0 0 / 30px;
    }
    .tickIcon {
        background: url(../images/04.png) no-repeat scroll 0 0 / 30px;
    }
    .saathiDiv {
        margin-bottom: 20px;
    }
    .saathiLogo {
        width: 70px;
        top: 5px;
    }
    .saathiDiv > p {
        padding: 10px 15px 10px 15px;
    }
    .loginBlock .text-danger {
        font-size: 12px;
    }
    .loginFrom {
        margin: 16% 0;
        width: 400px;
    }
    .loginFrom::after {
        right: -115%;
    }
    .loginFrom::before {
        right: -120%;
    }
    
    .loginImage img {
       width: 98%;
       border-radius: 5%;
    }
    .loginImage {
        margin: 10% 0 0;
        text-align: center;
    }
}
@media only screen and (max-width: 1250px) {
	.col-md-7.leftImageBlock, .col-md-5.rightContentBlock {
	    width: 50%;
	}
	.leftImage img {
	    width: 100%;
	}
	.leftImage {
	    margin: 13% 0 0;
	}
	.col-md-7.loginImageBlock, .col-md-5.loginFormBlock {
	    width: 50%;
	}
	.loginImage {
	    margin: 10% 0 0;
	}
	.loginImage img {
	    width: 100%;
	}
}
@media only screen and (max-width: 1100px) {
	.mainFormBox {
		padding: 20px;
	}
	.loginFrom {
	    width: 370px;
	}
}
@media only screen and (max-width: 992px) {
	.leftImage {
	    display: none;
	}
	.mainFormBox {
	    position: static;
	    width: 100%;
	    margin-top: 15px;
	}
	.col-md-7.leftImageBlock, .col-md-5.rightContentBlock {
	    width: 100%;
	}
	.mainFormDiv {
	    width: 100%;
	    position: static;
	}
	.saathiDiv {
	    margin-bottom: 30px;
	    padding-top: 25px;
	}
	.pageTitle.thankYou, .pageTitle {
	    margin-top: 0;
	}
	.resLogo {
		display: block;
		width: 160px;
    	margin: 10px 0px 0px 20px;
	}
	.loginImageBlock {
	    display: none;
	}
	.col-md-7.loginImageBlock, .col-md-5.loginFormBlock {
	    width: 100%;
	}
	.loginFormBlock, body {
	    background: #f1f3ff;
	}
	.loginFrom {
	    margin: 2% 0;
	    width: 80%;
	    padding-left: 10px;
	}
	.loginFrom::before {
	    right: -110%;
	}
	.loginFrom::after {
	    right: -107%;
	}
}
@media only screen and (max-width: 768px) {
     /*25-04-2022*/
    #Exit_popup_window.modal .modal-dialog {
        width: 95%;
    }
}
@media only screen and (max-width: 730px) {
	.saathiDiv {
	    padding-top: 12px;
	}

    /*21-04-2022*/
    .mainFormDiv {
        padding-top: 60px !important;
    }
    /*21-04-2022*/
    .linkOntop {
    top: 0; 
     left: 0; 
    display: block;
    text-align: center;
    position: static;
    }
    
    /*25-04-2022*/
    .headeraddressOntop {
        margin-top: 99px;
        font-size: 9px;
    }
}
@media only screen and (max-width: 480px) {
	.saathiDiv {
	    padding-top: 12px;
	}
	.saathiLogo {
	    top: 15px;
	    left: 7px;
	}
	.saathiDiv > p {
	    padding: 10px 15px 10px 90px;
	}
	.mainFormDiv {
	    padding: 5px; 
	}
	.pageTitle.thankYou, .pageTitle {
	    font-size: 16px;
	    margin-top: 0;
	    letter-spacing: 0;
	    padding-top: 10px;
	    border-top: 1px solid #dbedff;
	}
	.resLogo {
	    margin: 10px 0px 5px 10px;
	}
	.loginFrom {
	    width: 90%;
	}
    .pageHeader .proTitle {
        font-size: 13px; padding: 5px 0;
    }
}

   @media screen and (max-width: 767px){
            .modal-dialog {
                width: 298px;
                margin: 100px auto;
            }
            .diagram-img{
                text-align: center;
            }
            .diagram-img img {
                display: block;
                margin: 0 auto;
            }
           
        }

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}

.termsCondition {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #f00;
    font-weight: 600;
    z-index: 999;
}