@font-face {
	font-family: "SC Prosper Sans Medium", sans-serif;
	font-weight: 500;
	font-style: normal;
	src: url("../fonts/SCProsperSans-Medium.otf"), url("../fonts/SCProsperSans-Medium.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "SC Prosper Sans Regular", sans-serif;
	font-weight: 400;
	font-style: normal;
	src: url("../fonts/SCProsperSans-Regular.otf"), url("../fonts/SCProsperSans-Regular.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "SC Prosper Sans Bold", sans-serif;
	font-weight: 600;
	font-style: normal;
	src: url("../fonts/SCProsperSans-Bold.otf"), url("../fonts/SCProsperSans-Bold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "SC Prosper Sans Light", sans-serif;
	font-weight: 300;
	font-style: normal;
	src: url("../fonts/SCProsperSans-Light.otf"), url("../fonts/SCProsperSans-Light.ttf") format("truetype");
	font-display: swap;
}

body {
	color: #fff;
	background: transparent;
    margin: 0;
	padding: 0;
}
.resume {
	font-family: "SC Prosper Sans Regular", sans-serif;
	background-image: url("../img/linkedin-sales-solutions-blck.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
}
.resume-top{
	background: #fff;
}
.resume .resume__logo {
    height: 58px;
    background: #fff;
    max-width: 1156px;
	margin: auto;
}
.resume__logo-mobile {
	display: none;
}
.resume .resume__logo img {
	left: 105px;
	position: relative;
	width: 102px;
	padding: 8px 0;
	height: 40px;
}
.resume--gradient {
    max-width: 1156px;
    margin: auto;
	}
.resume .resume__info {
    width: 471px;
    margin-top: 120px;
	text-align: left;
	padding-right: 20px;
}
.resume__title {
    font-size: 18px;
	line-height: 42px;
	text-transform: uppercase;
}
.resume__sub-title {
	font-family: "SC Prosper Sans Medium",sans-serif;
    font-size: 30px;
    line-height: 45px;
    margin-top: 12px;
}
.resume__description {
    font-size: 16px;
	line-height: 21px;
	color: #CCCBCB;
	margin-top: 32px;
}

.resume__login {
    width: 252px;
    margin-top: 75px;
    position: relative;
    background: #000000;
    border-radius: 20px;
    margin-left: auto;
	order: 2;
	margin-bottom: 116px;
	padding: 60px 50px;
	    cursor: pointer;
}
.resume__container {
	display: flex;
	padding: 0 105px;
    width: calc(100% - 210px);
}
.resume__login-info {
    font-size: 20px;
	line-height: 28px;
	margin-bottom: 60px;
}
.resume_phone-label {
	font-family: "SC Prosper Sans Medium", sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 20px;
}
.resume__my-form {
	border-bottom: 1px solid #555555;
	font-size: 12px;
    line-height: 16px;
}
.resume__my-form label {
    color: #fff;
	padding: 8px 16px;
	font-weight: 400;
    opacity: 0.7;
}
.resume__my-form input {
    border: 0;
    background: inherit;
    padding: 8px 8px 8px 12px;
	color: #fff;
	width: calc(100% - 81px);
}
.resume__my-form select {
    border: 0;
    background: inherit;
    padding: 8px 8px 8px 8px;
	color: #fff;
	width: calc(100% - 81px);
}
.resume__my-form option {
    border: 0;
    background: black;
    padding: 8px 8px 8px 8px;
	color: #fff;
	width: calc(100% - 81px);
}
.resume__btn {
    background: #2772C7;
    mix-blend-mode: normal;
    border-radius: 27px;
    height: 41px;
    margin: 50px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}
.resume__my-form input:focus, .resume__my-form input:focus-visible {
    outline: none;
}
.resume .vertical-line{
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
    vertical-align: bottom;
    width: 1px;
    height: 10px;
}
.resume__field-error {
    display: none;
    position: absolute;
    font-size: 10px;
    padding-top: 10px;
    color: #D0011B;
    width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
	body {
		background: #000000;
	}
	.resume {
		background-size: 100% auto;
		position: relative;
	}
	.resume .resume__logo, .resume__login-info {
		display: none;
	}
	.resume__logo-mobile {
		display: block;
		background-image: linear-gradient(to bottom, transparent, transparent, transparent, #00000047, #000000);
	}
	.resume__logo-mobile .mobile{
		width: 34px;
		height: 54px;
		padding: 123px 60px 64px 60px;
	}
	.resume__container, .resume .resume__info, .resume__login {
		display: block;
		padding: 0;
		width: 100%;
	}
	.resume .resume__info {
		margin-top: 0;
	}
	.resume__container {
		padding: 0 60px 60px 60px;
		width: calc(100% - 120px);
		background: black;
	}
	.resume__title {
		font-size: 12px;
		line-height: 16px;
	}
	.resume__sub-title {
		font-size: 26px;
		line-height: 35px;
	}
	.resume__description {
		font-size: 14px;
		line-height: 19px;
		margin-top: 20px;
	}
	.resume__login {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.resume__field-error {
		display: none;
		width: 100%;
	}
}
@media only screen and (max-width: 374px) {
	body {
		background: #000000;
	}
	.resume__logo-mobile .mobile {
		padding: 103px 60px 14px 60px;
	}
}