 /* Option 2: Import via CSS */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
h1, h2, h3, h4, h5{font-family: "Montserrat-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}


body{font-family: "Montserrat-Medium",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
background-color: #f5f5f5; scale:0.9}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}
input.Checkbox1 {
            width: 15px;
            height: 15px;
			margin-right:10px
        }
		

a{
	color:#E6A023;
	text-decoration:none
}

a:hover{
	color:#D6931A;
}

.text-right {
    text-align: right;
}

.white {
    color: #fff;
}

.login_btn{
	background-color:#ab2023;
	color:#fff;
	border: 1px solid #ab2023;
}
.login_btn:hover{
	background-color:#BF3643;
	color:#fff!important
}

.btn-success{
	background-color:#198341;
	border: 1px solid #198341;
font-family: "Montserrat-SemiBold";	
}

.btn{	
	border-radius: 0.25rem;
}

.text-left{
	text-align:left
}

.bold{font-weight:600}

.form-signin {
    width: 100%;
    max-width: 475px;
    padding: 23px 45px 20px 45px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    background: #fff;
    margin-top: 20px;
	border-radius: 20px;
}

.form-signin input[type="text"] {
    margin-bottom: 17px;color: black;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control {
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-signin .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.form-signin .btn-block {
    display: block;
    width: 100%;
}
.body-background {   
    background-size: cover !important;
    background-position: center center !important;
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.body-background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 9;
	    background: linear-gradient(90deg, rgba(10, 14, 23, 0.3) 0%, rgba(10, 14, 23, 0.3) 100%);
}
.form-signin ::placeholder {
  color: #7b809a;
  font-size:1rem;
  opacity: 1; /* Firefox */
}
.form-signin input:focus{
	border:1px solid #198341;
	outline:none;
	box-shadow:none
}

.terms_condition{	
	background: url(../images/shadow.png) top repeat-x, url(../images/bubble.svg) right top no-repeat,  url(../images/footer.svg) bottom no-repeat #0B6EAC;
	width: 100%;
    max-width: 475px;
    padding:30px 45px;
    margin: 0 auto;
    z-index: 9;
    position: relative;    
	border-radius:  0 0 20px 20px;
	
}
.terms_condition ul {
    text-align: left;
    margin: 0;
    padding-left: 15px;	
}

.terms_condition ul li {
   
	color:#B6D4E6;font-size: 12px;line-height: 1.3;
}

li::marker {
  color: #E6A023;font-size:15px}

.f-14{font-size:14px;letter-spacing:1px}
.f-13{font-size:13px;}
.f-15{font-size:15px;}

.logo{
    width: 180px;
    margin-top: -70px;
    background: white;
    padding: 18px;
    border-radius: 22px;
    box-shadow: 0px -4px 5px #e3e3e3;
}



@media (max-width: 1366px) {
	.btn-lg {
	   font-size: 1rem;
	}	
}



 
.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 30px;
  margin: auto;
  box-shadow:rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: 17px;
  
}
.form-signin input[type="password"] {
  margin-bottom: 17px;
  
}
.form-heading{font-weight:700;color:#344767;font-family: Montserrat-Bold;}

.sub-head{
    color: #344767;
    opacity: 0.8;
}

.checkbox {color:#7b809a}

.g_ico{
    width: 23px;
    margin-top: -4px;
    margin-right: 4px;
}

.or {
    color: #7b809a;
    font-size: 1.1rem;
    font-weight: 500;
}

.create{font-weight: 700;font-family: Montserrat-Medium;}

.img-block img{    border-radius: 8px;}

.b-600{font-weight: 600}


.img-block {  
    padding: 0px 90px;
    border: 0px solid #d3d3d3;
    border-radius: 6px;
}

.h-h5 {
    margin: 15px 0 30px 0;
    color: #344767;
    font-weight: 600;
}


.align_itms{align-items: center;}



      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (max-width: 1199px) {
        .img-block {
		padding: 40px 60px;}
		
		.h-h5 {   
    font-size: 18px;}
      }
	  
	   @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
	 
@media (max-width: 576px) {
	
	
	.form-signin{margin-top:0px;padding:20px}
	.f-13{font-size:12px;}
	li::marker {font-size:15px}
	.terms_condition ul li {margin-bottom:5px}

}