@font-face {
font-family: 'roboto-regular';
src: url("../font-2/roboto-regular.ttf");
font-display: swap;
}

@font-face {
font-family: 'roboto-extralight';
src: url("../font-2/roboto-extralight.ttf");
font-display: swap;
}
@font-face {
font-family: 'roboto-light';
src: url("../font-2/roboto-light.ttf");
font-display: swap;
}
@font-face {
font-family: 'roboto-medium';
src: url("../font-2/roboto-medium.ttf");
font-display: swap;
}

@font-face {
font-family: 'roboto-semibold';
src: url("../font-2/roboto-semibold.ttf");
font-display: swap;
}
@font-face {
font-family: 'roboto-bold';
src: url("../font-2/roboto-bold.ttf");
font-display: swap;
}
@font-face {
font-family: 'roboto-extrabold';
src: url("../font-2/roboto-extrabold.ttf");
font-display: swap;
}
.heading-companies-react .companu-f-child{
	font-size: 2.5rem;
	font-family: roboto-regular;
}
.heading-companies-react .companu-s-child{
	font-size: 2.5rem;
	font-family: 'roboto-extrabold';
}
.heading-companies-react {
	display: grid;
	line-height: 1.1;
}
.corporate-login-react .logo {
	width: 250px;
}
.corporate-login-react p {
	font-size: 1.5rem;
	font-family: roboto-light;
}
.corporate-bgc {
	background: #FFF4F2;
	    height: 100vh;
}
.live-covered-indurmonthly .covered {
	font-size: 1.5rem;
	font-family: 'roboto-extrabold';
	border-top:1px solid #FC7A69;
	color: #FC7A69;
	border-bottom:1px solid #FC7A69;
}
.live-covered-indurmonthly img {
	width: 150px;
	margin-left: 15px;
}
.companiesPartnered img {
	width: 600px;
	margin-top: 20px;
	margin-bottom: 50px;
}

.right-form-bg {
	    position: relative;
    background: #FFE4E1;
    overflow: hidden;
}
.cor-form-bg h4 {
	margin-bottom: 0;
}
.form-arrow img {
	width: 40px;
}
.back-to-home {
		text-decoration: none;
}
.form-back  {
	font-size: 13px;
	color: #000;

	font-family: 'roboto-medium';
}
.cor-form-bg {
	background: #fff;
	padding: 20px;
	    border-radius: 10px;
	width: 80%;
	margin:auto;
}
.arrow-form-slector {
	width: 84%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cor-form-bg h4{
	font-family: 'roboto-extrabold';
	margin-top: 20px;
}

.cor-form-bg p{
	color: #595959;
	font-size: 13px;
	margin-bottom: 40px;
	font-family: 'roboto-medium';
}
.placeholder-corporate {
	font-size: 14px;
    height: 3rem;
    font-family: 'roboto-medium';
    border-color: #dedede;
}
.placeholder-corporate:focus {
    border-color: #fc7a69;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(252 122 105 / 11%);

}
.submitCorpoate {
    font-family: 'roboto-medium';
    color: #fff;
    text-align: center;
    background: #FC7A69;
    border: 1px solid #FC7A69;
    padding: 0.4rem 6rem;
    border-radius: 30px;
    font-size: 1.2rem;
}
.submitCorpoate:hover {
    color: #fff;
}
.submitCorpoate:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.forgotCorpoate {
    color: #fc7a69;
    font-family: 'roboto-medium';
    background: #ffffff;
    font-size: 0.9rem;
    padding: 0.4rem 3rem;
    margin-top: 15px;
    border-radius: 30px;
    border: 1px solid #fc7a69;
    margin-bottom: 20px;
}

.forgotCorpoate:hover {
    color: #fc7a69;
}
.submitCorpoate , .forgotCorpoate:focus {
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
.box-tree img {
	    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}


@media only screen and (min-width: 800px) and (max-width: 3000px) {
.wrap-container-corporate {
padding-left: 4rem;

}
}

@media only screen and (min-width: 767px) and (max-width: 800px) {
.submitCorpoate {
width: 100%;
padding: 0.4rem;
font-size: 0.8rem;

}
.forgotCorpoate {
width: 100%;
padding: 0.4rem;
font-size: 0.8rem;
}
.placeholder-corporate {
font-size: 9px;
}
.cor-form-bg h4 {
font-size: 14px;
margin-bottom: 4px;
}
.cor-form-bg p {
color: #595959;
font-size: 9px;
}
.heading-companies-react .companu-f-child {
font-size: 2rem;
}
}
@media (max-width: 767px) {
.heading-companies-react .companu-f-child {
font-size: 1.8rem;
}
.heading-companies-react .companu-s-child {
font-size: 1.8rem;
}
.live-covered-indurmonthly .covered {
font-size: 0.8rem;
}
.cor-form-bg {
width: 100%;
}
.cor-form-bg {
margin-bottom: 100px;
}
.box-tree img {
width: 50px;

}