@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family:Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

body{
	font-family:Poppins-Regular;
    font-size: 13px;
}
.heading h4{
	font-family:Poppins-SemiBold;
	display: inline-block;
}
.wrapper{
background: linear-gradient(44.26deg, #4E76D4 0%, #1EDBB6 100%);
padding-top: 25px;
height:100vh;
}
}
.loginscreen_bg::before{
	content:"";
	background: url(../images/Sign_up_On_Board.png) no-repeat right bottom;
	background-size: 53% 95%;
}
.background_bg a{
	color:#fff;
}
.input_fixedhgt .form-control-feedback{
    line-height: 38px;	  
}
.heading{
	margin:50px 0 20px 0;
}
.heading h3{
	    font-size: 28px;
    margin: 10px 0;
	    color: #fff;
    font-family: Poppins-Regular;
}
.heading h2{
	    color: #fff;
    font-family: Poppins-Regular;
}
.heading p{
    margin: 15px 0;
	font-size: 16px;
}
.Back_home{
    margin-bottom: 60px;
}
.Back_home a{
	    color: #fff;
    text-decoration: none;
}
.form_footer{
        margin-bottom: 55px;
    margin-top: 5px;
}
.mar_tp20{
	margin-top:20px;
}
.pad_bm42{
	padding-bottom:75px;
}
.text-underline{
	text-decoration:underline;
}
.checkbox_align{
    margin-top: 2px;
    float: left;
    margin-right: 5px;
}
input[type="checkbox"], input[type="radio"] {
    width: 15px;
    height: 15px; 
}
.Num_prefix{
	width:25% !important;
	float:left;
}
.Mobile_number{ 
	width:70% !important;
	float:right;
}
.Default_inp input{
	padding-right: 34px;
}
.Default_inp a{
	position: absolute;
    right: 10px;
    top: 34px;
}
.Default_inp{
        position: absolute;
    right: 10px;
    top: 26px;
}
.Default_inp img{
    width: 16px;
    height: 16px;
}
.forgt_pswd{
	margin-top:50px !important;
	margin-bottom:50px;
}
.btn-block {
    margin-bottom: 15px;
}
.wrapper button.btn-outline-light:hover {
    color: #0B83A3 !important;
}
.btn-change8{

   box-shadow: 0 0 1px #ccc;
   -webkit-transition-duration: 0.3s;
   -webkit-transition-timing-function: linear;
   box-shadow:0px 0 0 #31708f  inset;
}
.btn-change8:hover{
   -webkit-box-shadow: -100px 0 0 #31708f inset;
}
.wrapper .btn-outline-light:hover {
    background-color: inherit;

}




/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fixed_height{
	    clear: both;
    vertical-align: middle;
    display: table;
    height: 97vh;
    margin: 0 auto;
	    width: 90%;
}
.img_height{
	    clear: both;
    vertical-align: middle;
    display: table;
    height: 82vh;
    margin: 0 auto;
	    width: 90%;
}
.discell{
	vertical-align: middle;
    display: table-cell;
}
.heading a{
	margin-left:4em;
	color:#fff;
	text-decoration:underline;
}
.set-select select {
    width: 100%;
    height: 42px;
    border: #e0e0e0 1px solid;
    border-radius: 5px;
    color: #a3a8ab;
    background: #fff;
	    padding: 10px 6px;
}
.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-light:hover {
    border-color: #ffffff;
}
.errors {
    color: #e04d4d;
}
.error{
	margin-bottom:0px;
}






