/* @import "compass/css3"; */
 *, *:before, *:after {
	 box-sizing: border-box;
}
 html {
	 overflow-y: scroll;
}

 body {
	background-color: #EDFFFF;
    background-image: linear-gradient(rgba(237, 255, 255, 0.8), rgba(237, 255, 255, 0.8)),
                  url("images/background.jpg");
    background-repeat:repeat; 
    background-size: cover;
	font-family: 'Nunito', sans-serif;
}

 a {
	 text-decoration: none;
	 color: #2c78db;
	 transition: 0.5s ease;
}
 a:hover {
	 color: #2c78db;
}
 .form {
	 background: rgba(255, 255, 255, 1.0);
	 padding: 20px 20px;
	 max-width: 550px;
	 margin: 40px auto;
	 border-radius: 4px;
	 box-shadow: 0 4px 10px 4px rgba(19, 35, 47, .3);
}

 .tab-group {
	 list-style: none;
	 padding: 0;
	 margin: 0 0 20px 0;

}
 .tab-group:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .tab-group li a {
	 display: block;
	 margin-left: 2px;
	 /* border: 2px solid black; */
	 border-radius: 10px;
	 text-decoration: none;
	 padding: 5px;
	 background: rgba(128, 128, 128, .25);
	 color: black;
	 font-size: 20px;
	 float: left;
	 width: 32.33%;
	 text-align: center;
	 cursor: pointer;
	 transition: 0.5s ease;
}

 .tab-group li a:hover {
	 background: #2c78db;
	 color: #fff;
}
 .tab-group .active a {
	 background: #2c78db;
	 color: #fff ;
}
.tab-group .active  {
	background: #2c78db;
	color: #fff !important;
}
 .tab-content > div:last-child {
	 display: block;
}
 h2 {
	 text-align: center;
	 color: #fff;
	 font-weight: 300;
	 margin: 0 0 0px;
}
 label .req {
	 margin: 2px;
	 color: #2c78db;
}
 label.active {
	 transform: translateY(50px);
	 left: 2px;
	 font-size: 14px;
}
 label.active .req {
	 opacity: 0;
}
 label.highlight {
	 color: black;
}

 .inner-block input{width:auto!important;height:auto!important;}
 textarea {
	 font-size: 22px;
	 display: block;
	 width: 100%;
	 height: 100%;
	 padding: 5px 10px;
	 background: none;
	 background-image: none;
	 border: 1px solid #a0b3b0;
	 color: black;
	 border-radius: 0;
	 transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
 input:focus, textarea:focus {
	 outline: 0;
	 border-color: #2c78db;
}
 textarea {
	 border: 2px solid #a0b3b0;
	 resize: vertical;
}
 .field-wrap {
	 position: relative;
	 margin-bottom: 15px;
}
 .top-row:after {
	 content: "";
	 display: table;
	 clear: both;
}
 .top-row > div {
	 float: left;
	 width: 48%;
	 margin-right: 4%;
}
 .top-row > div:last-child {
	 margin: 0;
}
 .button {
	 border: 0;
	 outline: none;
	 border-radius: 0;
	 padding: 15px 0;
	 font-size: 1rem;
	 font-weight: 600;
	 text-transform: uppercase;
	 letter-spacing: 0.1em;
	 background: #2c78db;
	 color:white;
	 transition: all 0.5s ease;
	 -webkit-appearance: none;
}

 .button:hover, .button:focus {
	 background: #2c78db;
}
 .button-block {
	 display: block;
	 width: 50%;
	 margin-left: 90px;
	 margin-top: 5px;
	 background: #0864db;
}
 .forgot {
	 margin-top: -20px;
	 text-align: right;
}

.btn1{
	padding: 10px;
	border: none;
	width: 32%;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	color:#2c78db;
}

.btn1:hover{
	padding: 10px;
	border: none;
	width: 32%;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	background-color: #2c78db;
	color: white;
}

/* Form styling */

.textOnInput {
	position: relative;
}
.textOnInput label {
	position: absolute;
	top: -15px;
	left: 23px;
	padding: 2px;
	z-index: 1;
}
.textOnInput label:after {
	content: " ";
	background-color: #fff;
	width: 100%;
	height: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.form-control {
	box-shadow: none !important;

}

h5 {
	width: 100%; 
	text-align: center; 
/* 	border-bottom: 1px solid  rgb(160, 159, 159);  */
	/* line-height: 0.1em; */
	margin: 10px 0 20px; 
 } 
 
 h5 span {  
 	display: flex;
  flex-direction: row;
	 position:relative;
 }
h5 span:before,h5 span:after{
 		content: "";
	  flex: 1 1;
	  border-bottom: 1px solid #99a199dd;
	  margin: auto;
}
h5 span:before {
  margin-right: 10px
}
h5 span:after {
  margin-left: 10px
}



 .field-wrap i{
	position: absolute;
	float: right;
 }


/***********************Input Tags of the Form************************/

 .user-input-wrp {
	position: relative;
	width: 50%;
	font-family: 'Nunito', sans-serif;
}
span{
   padding:0px 5px;
}
button#btnEyePassword {
    position: absolute;
    z-index:3;
    top: 27%;
     border: 2px solid transparent;
    background: none;
    height: 38px;
    right: 5px;
}
.user-input-wrp .inputText{
	outline: none;
	border:1px solid rgb(168, 167, 167);
	border-radius: 5px;
	height:40px;
 	box-shadow: none !important;
 
}
.user-input-wrp .inputText:focus{
	border-color: #2c78db;
	border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 11px;
    background: white;
    left: 10px;
    transition: 0.2s ease all;

}
.user-input-wrp input:focus ~ .floating-label,.user-input-wrp input:not(:focus) ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: 14px;
	left: 10px;
	opacity: 1;
 	background:  rgba(255, 255, 255, 1);
}

div#divMessage_password {
    font-size: 12px;
    color: red;
    margin-top: -20px!important;
    margin-left: 10px;
}
i.fa.fa-info-circle.p-1.zoom {
    position: absolute;
    right: 3%;
    top: 50%;
}

.user-input-wrp {
    position: relative;
    font-family: 'Nunito', sans-serif;
    padding: 0px 0px;
    /* margin-top: 15px; */
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    
}
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.form-select {
    border-color: #a9a1a1;   
    border-radius: 5px; 
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;  
    margin-top:18px;
}
a[title]:hover::after {
 
font-weight: 700 !important
}




