.mainscreen_2{
	flex:1;display:flex;
	flex-flow:column;
}

.scr-bg-3{
	--border:1px solid red;
  	--background:url(/sitefiles/36AFBE7E-3BD6-42B2-AA15-BEADF97335D7//images/notebook.png);
--	background-size:cover;
--  	width:882px !important;
--  	height:606px;
}


.fmSiteScreen_5 .btnSend{
	width:334px;
  	height:79px;
--  	background: #FFC03F;
  	border:1px solid transparent;
  background: #FFC03F;
  
}

.fmSiteScreen_5 .btnSend span{
	font-family: Futura New;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	
	/* identical to box height, or 20px */
	text-align: center;

	/* Основной */
	color: #0E0639;
  	text-transform: uppercase;
  	cursor:pointer;
}

.fmSiteScreen_5 .txtName{
	background:transparent;
}

.fmSiteScreen_5 .txtName:focus{
	background: white;
}