 html{
  overflow-x:hidden !important;
}
body {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefa08+0,efe855+50,d48c12+100 */
background: linear-gradient(135deg,  #fefa08 0%,#efe855 50%,#d48c12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	  font-family: "Work Sans", sans-serif;
}
a {
color: #e3249e;
}
.logo {
max-width: 230px;
}
.btn-google {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px 20px 5px 40px;
	border-radius: 30px;
	border: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 1rem;
	text-align: center;
	min-height: 48px;
	background-color: #000;
	color: white;
}
.icon-google {
	background: #fff;
	width: 30px;
	position: absolute;
	left: 20px;
}
.form-icon {
	background-color: #f8f6c7;
	border: 1px solid #d99d1e;
	color: #e3249e;
	padding: 12px 14px 11px 18px;
	font-size: 20px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 30px;
}
#register .form-control {
	border-color: #d99d1e;
	height: 45px;
	margin-left: -2px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	font-size: 16px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.form-check-input:checked {
	border-color: #e3249e !important;
	background-color: #e3249e !important;
}
.btn-success {
	background: #e3249e;
	border: #e3249e;
}
.btn-success:hover {
	background: #b5187c;
	border: #b5187c;
}
.thumb {
bottom: 40px;
	
}
.thumb img {
	width: 60px;
	height: 60px;

}
.profil {
	cursor: pointer;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.animated-form {
    animation: pulse 0.5s infinite;
}
@media (max-width: 1200px){
.fs-5 {
	font-size: inherit !important;
}
	.fs-2 {
	font-size: 1.5rem !important;
}
}
@media (max-width: 991px){

}
