@media (max-width: 800px) {
	body {
		background: none !important;
	}
}

@media (max-width: 800px) {
	.main-content {
		width: 100% !important;
		margin: 0 !important;
	}
}

.main-content{
	background-color: white; 
    width: 47%;
    min-height: 100%;
	position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
}

.my-content{
	margin: 55px;
}

.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}

.title{
	font-size: 30px; 
	font-weight: bold; 
	margin-top: 5px;
	color: black;
}

.under-title{
	margin-top: 25px;
	margin-bottom: 40px;
	color: #471203;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

.my-btn {
	margin-top: 5px;
	margin-bottom: 40px;
	float: right;
	background-color: #d10404;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	letter-spacing: 0.5
}

.my-btn:hover {
	background-color: #b0232c;
}

.material-textfield {
	position: relative;  
}

.my-field{
	margin-top: 30px;
}

.small-label{
	color: #471203;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 15px;
	display: flex;
	font-family: Arial, sans-serif;
}

label {
	position: absolute;
	font-size: 1rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: white;
	color: #471203;
	padding: 0 0.3rem;
	margin: 0 0.5rem;
	transition: .1s ease-out;
	transform-origin: left top;
	pointer-events: none;
}

.lang{
	resize: none;
	width: auto;
	font-size: 15px;
	outline: none;
	border: 1px solid #471203;
	border-radius: 5px;  
	padding: 0.4rem 0.7rem;
	color: #471203;
	transition: 0.1s ease-out;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
}

.input {
	resize: none;
	width: 100%;
	font-size: 1rem;
	outline: none;
	border: 1px solid #471203;
	border-radius: 5px;  
	padding: 1rem 0.7rem;
	color: #471203;
	transition: 0.1s ease-out;
}

.input:focus {
	outline: 1.5px solid #471203;
}

.input:focus + label {
	color: #471203;
	top: 0;
	transform: translateY(-50%) scale(.9);
}

.input:not(:placeholder-shown) + label {
	top: 0;
	transform: translateY(-50%) scale(.9);
}

.error{
	border: 2px solid red;
}

.recaptchaMessage{
	float: right; 
	color: #d10404; 
	font-size: 12px; 
	display: none;
}

textarea{
	margin:0; 
	padding:0; 
	border:none; 
	display:block;
}

.alert-message{
	color: red; 
	font-size: 12px; 
	display: none; 
	flex-direction: row;
	align-items: center;
	margin-top: 5px;
}

span{
	margin-right: 5px;
}