body{
	background:#F2F6F9;
}
.google-btn{
	text-decoration: none;
	box-shadow: 1px 1px 4px 2px #d5d5d5;
	padding: 10px;
	border-radius: 6px;
}
.logo-section{
	margin-top:-130px;
}
.logo-section img{
	width:300px;
	height:auto;
}
.login-section{
	background: #FFFFFF;
	border-radius: 40px;
	padding:40px 55px;
	margin-top:90px;

	width:41%;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.login-section .title h1{
	font-family: 'Golos Text';
	font-weight: 600;
	font-size: 40px;
	color: #1D1D1D;
	margin-top:25px;	
}
.login-section .title p{
	font-family: 'Golos Text';
	font-weight: 400;
	font-size: 20px;
	color: #1D1D1D;
	margin-top:22px;	
}

.form-section{
	margin-top:17px;
}
.form-section .form-group{
	position: relative;
	margin-bottom:18px;
}
.form-section .form-group input{
	height: 60px;
	border: 1px solid #C9D7E1;
	border-radius: 10px;
	padding-left:57px;
	font-weight: 400;
	font-size: 18px;
	color: #1D1D1D;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.form-section .form-group input:focus{
	box-shadow: unset;
	border: 1px solid #F67A53;
}
.form-section .form-group input::placeholder{
	font-family: 'Golos Text';
	font-weight: 400;
	font-size: 18px;
	color: #678193;
}
.form-section .input-img{
	position: absolute;
	left:17px;
	top: 13px;
}
.btn-warning{
	width: 100%;
	height: 60px;
	background: #F67A53 !important;
	border-radius: 10px;
	font-family: 'Golos Text';
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	border:1px solid #F67A53;
	margin-top:7px;
}
.btn-warning:hover{
	background: #F67A53 !important;
	color: #FFFFFF !important;
	border:1px solid #F67A53;
}
.link{
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	color: #678193;
	margin-top:5px;
}
.link a{
	text-decoration: none;
	color:#F67A53;
	font-weight:500;
}
.forgot-password{
	font-family: 'Golos Text';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	color: #467899;
	text-decoration: none;
	position: absolute;
	top:17px;
	right:20px;
}
.forgot-password:hover{
	color: #467899;
}


.orange-angle-left-top{
	position: absolute;
	left:-50%;
}
.blue-angle-left-bottom{
	position: absolute;
	left:-40% !important;
	top:25px;
}
.blue-angle-right-top{
	position: absolute;
	right:-20%;
	top:-50px;
}
.orange-angle-right-bottom{
	right:-70% !important;
	position: absolute;
	top:120px;
}

@media only screen and (min-width: 1300px) and (max-width: 1400px){
	.login-section{
		width:45%;
		top: 43%;
		margin-bottom:200px;
		transform: translate(-50%, -50%);
		padding-bottom:10px;
	}
	.logo-section{
		margin-top:-175px;
	}
	.orange-angle-left-top{
		left:-40%;
	}
	.blue-angle-left-bottom{
		left:-40% !important;
	}
	.orange-angle-right-bottom{
		right:-65% !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
	.login-section{
		width:50%;
		top: 48%;
		margin-bottom:200px;
		transform: translate(-50%, -50%);
		padding-bottom:10px;
	}
	.logo-section{
		margin-top:-180px;
	}
	.orange-angle-left-top{
		left:-35%;
	}
	.blue-angle-left-bottom{
		left:-35% !important;
	}
	.orange-angle-right-bottom{
		right:-55% !important;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1100px){
	.login-section{
		width:50%;
		top: 60%;
		margin-bottom:200px;
		transform: translate(-50%, -50%);
		padding-bottom:10px;
	}
	.logo-section{
		margin-top:-130px;
	}
}

/*mobile view*/
@media only screen and (min-width: 0px) and (max-width: 900px){
	.login-section{
		width:92%;
		position: unset !important;
		transform:unset !important;
		padding:29px 25px !important;
		margin-top: 70px;
	}
	.logo-section{
		margin-top: -135px;
	}
	.forgot-password{
		font-size: 13px;
		position: unset;
		float: right;
		margin:5px 0px;
	}
	.mv-none{
		display: none;
	}
	.login-section .title h1{
		font-size:33px;
	}
	.login-section .title p{
		font-size:16px;
	}
	.btn-warning{
		margin-top:10px;
	}
}

.connect-to-search-console-btn {
	width:100% !important;
	margin-top:5px;
	background: #fff !important;
	color:#F38420 !important;
	border:1px solid #F38420;
	height: 60px !important;   
	padding-top:17px;
	margin-bottom: 10px;
}
.connect-to-search-console-btn img {
	width: 5% !important;
	position: relative;
	top:-1px;
}
.connect-to-search-console-btn svg{
	margin-right:6px;
	position: relative;
	top:-5px;
}

.google-login-btn{
	border-radius:10px;
	border:1px solid #7a7a7a;
	color: #7a7a7a !important;
	font-weight:600 !important;
	font-family: arial;
}
.google-login-btn:hover{
	color: #7a7a7a !important;
	border:1px solid #7a7a7a;
	background:transparent !important;
}
.google-login-btn img{
	width: 22px !important;
	margin-right:5px;
}

@media only screen and (min-width: 800px) and (max-width: 1000px){
	.login-section{
		width:60%;
		top:55%;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1400px){
	.login-section{
		top:55%;
	}
}