a{
			text-decoration: none;
			font-size: 16px;
			line-height: 1.2;
			color: #222E48;
			font-weight: 400;
			font-family: "Jost", sans-serif;
			cursor: pointer;
			letter-spacing: inherit;
		}
		
		a.logos > p{
			margin-bottom: 0;
			height: 41px;
			color: #404a60;
			text-transform: uppercase;
			font-size: 25px;
			font-weight: 900;
		}
		
		.sign-up{
			position: relative;
			width: 100%;
/* 			height: 100%; */
			height: 100vh;
			z-index: 0;
			overflow: hidden;
		}
		
		.d-center {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.authentication-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1080px;
}
		
		.authentication-wrapper .authentication-content-left{
    max-width: 526px;
/*     height: 1080px; */
	height: 100vh;
    margin: 0 auto;
    padding: 24px 30px;
    display: grid;
    justify-content: space-between;
}
		.authentication-wrapper .authentication-video {
/*     height: 1080px; */
	height: 100vh;
    width: 948px;
	overflow: hidden;
}
		.primary-clr {
    color: #2660B5;
}
		.fw-semibold {
    font-weight: 600 !important;
}
		.headingFive{
    font-size: 20px;
    line-height: 150%;
}
		.black-clr{
    color: #222E48;
}
		.pra-clr {
    color: #404A60;
}
		.mb_40 {
    margin-bottom: 40px;
}
		.input-single{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
		.input-single .label {
    color: #222E48;
    font-size: 18px;
    font-weight: 500;
}
		.sign-up .form-control {
    padding: 12px 24px;
    background: #FFF;
    border: 1px solid #DFE0E4;
    border-radius: 30px;
    font-size: 14px;
    color: #222E48;
}
		.sign-up .sign-up__form .form-control {
    background: rgba(19, 47, 89, 0.03);
}
		.input-pass{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
		label.error{
    color: red;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 100%;
}
		.input-pass button{
			border: none;
    		box-shadow: none;
		}
		
		.fs-small{
    font-size: 14px;
    line-height: 1.5;
}
		.sign-up .sign-up__form .forget-pass{
			color: #2660B5;
			display: flex;
			justify-content: flex-end;
			margin-top: 14px;
}
		
		.sign-up .sign-up__form .have_account{
    color: #404A60;
}
		.sign-up .sign-up__form .have_account a{
    font-weight: 600;
    color: #EB7A23;
}
				.mt_32 {
    margin-top: 32px;
}
		.w-100{
    width: 100% !important;
}
		.btn_theme{
    color: #2660B5;
    background: transparent;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    text-transform: capitalize;
    border: 1px solid #2660B5;
    font-size: 16px;
    border-radius: 32px;
    font-weight: 600;
    line-height: 1.2;
    min-width: -moz-max-content;
    min-width: max-content;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 1;
	gap: 8px;
}
		.btn_theme span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #2660B5;
    transition: width 0.4s 
ease-in-out, height 0.4s 
ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
		.btn_theme i {
    transition: 0s;
}
		.btn_theme:hover, .btn_theme:focus {
    		border: 1px solid #2660B5;
    		color: #fff;
			background: #2660B5;
}
		.btn_theme:hover span, .btn_theme:focus span{
    width: 225%;
    height: 220px;
}

		.authentication-wrapper .authentication-content-left .copyright {
    margin-top: auto;
			    margin-bottom: 0;
}
		.secondary-clr {
    color: #FCB650 !important;
}
		.authentication-wrapper .authentication-video video {
    -o-object-fit: cover;
    object-fit: cover;
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media only screen and (max-width: 550px) {
	
	.authentication-wrapper .authentication-video{
		display: none;
	}
	
}