input{
	outline: none;
}
.header__border_bottom,
.header__border_bottom
{
	display: none;
}

#footer{
	display: none;
}

.form-registr-filed{
	width: 300px;
	height: 50px;
	border: 2px solid #000000;
	box-sizing: border-box;
	border-radius: 25px;
	padding-left: 25px;
	background:white;
}

.form-registr-filed:hover{
	border-color: #FEAA4C !important;
	background: rgba(255, 157, 86, 0.07);
}

.form-registr-filed:focus{
	border-color: #FEAA4C !important;
}

.form-registr-filed_submit{
	border: none;
}

.g-recaptcha{
	transform:scale(1.01);
	-webkit-transform:scale(1.01);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.fon-forgot{
	background-image: url(../img/forgot-pasword.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 1043px;
	position: relative;
    margin-top: -130px;
}

.fon-forgot-congrat{
	background-image: url(../img/forgot-congrat1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 1043px;
	position: relative;
    margin-top: -155px;
}

.form-forgot{
	position: absolute;
	top:197px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

.forgot-form-container{
	background: white;
	margin-left: -100px;
	border:2px solid black;
}

.title-form{
	font-family: Luiss Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 80px;
	line-height: 90px;
	letter-spacing: 0.02em;
	color: #000000;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}


.forgot-password{
	text-align: center;
}

.forgot-email,
.forgot-submit{
	text-align:center;
}

.login-username label,
.login-password label{
	display: block;
	padding-top:10px;
}
.login-username label{
	padding-right: 190px;
}
.login-password label{
	padding-right: 210px;
}
.login-remember{
	margin-top: 60px;
    margin-bottom: 35px;
    padding-right: 115px;
}
#user_login,
#user_pass{
	width: 300px;
	height: 50px;
	border: 2px solid #000000;
	box-sizing: border-box;
	border-radius: 25px;
	padding-left: 25px;
	background:white;
}

.separator_form{
	height: 0;
}

.main-button_signin{
	width: 300px;
}

.forgot-password{
	position: absolute;
    top: 365px;
    left: 0;
    right: 0;
    margin: auto;
    padding-right: 229px;
    color: orange;
}

.login-submit{
	margin-bottom: 210px;
}
.box-error {
    position: absolute;
    bottom: 70px;
    background: rgba(222, 77, 31, 0.05);
    border: 1px dashed #DE4D1F;
    box-sizing: border-box;
    border-radius: 20px;
    width: 300px;
    left: 0;
    right: 0;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    margin-left:170px;
    padding: 10px 15px 0px 15px;
}

#hide-error {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/close-error.png);
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
}

.forgot-logo{
	position: relative;
    z-index: 2;
}


.forgot-logo__box{
	width: 183px;
	height: 90px;
	background-image: url(../img/Logo-_RaumFinder_.svg);
	background-size:cover;
	z-index: 2;
	margin-top:40px;
}

.href-forgot-logo{
	display: block;
	width: 183px;
	height: 90px;
}


.forgot-email-label{
	padding-right: 150px;
}

.custom-form-group{
	margin:30px 0;
}

.custom-form-group_submit{
	margin-bottom: 300px;
	margin-top: 20px;
}

.forgot-email-label{
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 21px;
	color:#000000;
}

.icon-list-error{
	content: '';
	display: block;
    float: left;
    margin-right: 5px;
	top:0;
	left: 0;
	width: 20px;
	height: 20px;
	background:url(../img/error.svg);
}

.forgot-congrat-description{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.forgot-congrat-title{
	padding-top:170px;
	font-family: Luiss Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 90px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
}
.forgot-congrat-text{
	font-family: Fira Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #000000;
}

.forgot-congrat-text_link{
	color: #FF8A1E;
}

.forgot-link{
	color: #FEAA4C;
}

.forgot-link:after{
	content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    width: 150px;
    border-bottom: 1px solid;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    margin-left: 10px;
}

.forgot-link:hover{
    text-decoration: none;
    color: #FEAA4C;
}

.forgot-link:hover:after{
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #FEAA4C;
}



@media screen and (max-width: 1350px){
	.forgot-form-container{
		margin-left: auto;
    	margin-right: auto;
	}
	.box-error{
		margin-left: 220px;
	}

	.forgot-password{
		padding-right: 150px;
	}
}

@media screen and (max-width: 1199px){
	.fon-forgot{
		background-image: url('../img/login-tablet.svg');
		height: 835px;
		margin-top:0px;
	}

	.fon-forgot-congrat{
		background-image: url('../img/forgot-congrat-tablet.svg');
		height: 850px;
		margin-top:0;
	}
	.box-error{
		margin: auto;
		bottom: 15px;
	}
	.form-forgot{
		top:112px;
	}

	.forgot-congrat-title{
		font-size: 44px;
		line-height: 56px;
		padding-top: 112px;
	}


	.forgot-logo__box{
	    margin-top: 16px;
	    margin-bottom: 6px;
		width: 80px;
		height: 40px;
	}

	.forgot-logo{
		position: absolute;
	    width: 100%;
	    top: 0;
	    height: 72px;
	}

	.href-forgot-logo{
		width: 80px;
		height: 40px;
	}

	.forgot-logo__mob-menu {
	    position: absolute;
	    right: 16px;
	    top: 16px;
	    background: url(../img/new-menu-icon.svg);
	    background-size: cover;
	    width: 38px;
	    height: 38px;
	    float: right;
	    margin: 0;
	}
	.forgot-logo__mob-menu:before{
		content: '';
		position: absolute;
		background: linear-gradient(180deg, #FF5734 0%, #FFCE00 100%);
		width: 36px;
		transform: translate(3px, -3px);
		z-index: -1;
		transition: transform .3s ease;
		top: 0;
		right: 0;
		height: 36px;
		border-radius: 25px;
	}

	.forgot-logo__mob-menu:hover:before{
		transform: translate(0px, 0px);
		transition: transform .3s ease;
	}

	.title-form{
		font-size: 50px;
		line-height: 56px;
		padding-top:40px;
	}

	.form-registr-filed_submit{
		height: 40px;
	}

	.custom-form-group_submit{
		margin-bottom: 200px;
	}
	.forgot-logo {
		background: white;
		border-bottom: 2px solid black;
	}

}

@media screen and (max-width: 767px){
	.form-registr-filed {
	    width: 260px;
	}
	.title-form{
		padding-top:30px;
		font-size: 30px;
		padding-bottom:0;
		margin-bottom:-15px;
	}
	.forgot-password{
		padding-right: 100px;
	}

	.box-error{
		width: 260px;
		padding: 5px 10px 5px 10px;
		bottom: 15px;
	}

	.forgot-logo{
		background: white;
	    border-bottom: 2px solid black;
	}

	.custom-form-group {
		margin: 20px 0;
	}

	.forgot-congrat-title{
		font-size: 28px;
		line-height: 34px;
		text-align: center;
	}

	.forgot-congrat-text{
		font-size: 17px;
		line-height: 21px;
	}

	.forgot-email-label{
		padding-right: 140px;
	}

	.custom-form-group_submit{
		margin-bottom: 200px;
	}

	.fon-forgot{
		background: url(../img/sigin-mob.svg);
		background-repeat:no-repeat;
		height: 570px;
		margin-top:35px;
		background-size: cover;
	}

	.fon-forgot-congrat{
		background: #FAF7F1;
		background-image: url(../img/forgot-congrat-mob.svg);
		background-repeat:no-repeat;
		background-size: contain;
		height: 592px;
		background-position: center;
	}
	.custom-error{
		margin-bottom: 0px;
		font-size: 10px;
	}
	.login-submit{
		margin-bottom: 110px;
	}

	.form-forgot {
    	top: 100px;
	}

	.forgot-logo__mob-menu {
		display: block;
	}

	.g-recaptcha{
		transform:scale(0.9);
		-webkit-transform:scale(0.9);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		width: 120%;
	}
	.title-list-error{
		margin-bottom: 0px;
	}
	.list-error{
		margin-bottom: 0px;
	}
	.custom-form-group_submit{
		margin-bottom: 145px;
	}
	#hide-error {
		right: -5px;
	}

	.forgot-link:after{
		width: 130px;
		margin-left: -2px;
	}
}

