
body {
	background-color: #ffff;
	min-height: 100vh;
}
.logo {
	margin: 30px 0 40px 0;
}
#home .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100vh - 116px);
}

h1 {
	font-size: 50px;
	margin-bottom: 30px;
	font-family: "Manrope", sans-serif;
	font-weight: 700;
	color: #13345A;
}
p {
	font-family: "Manrope", sans-serif;
	line-height: 24px;
	font-size: 16px;
	color: #13345A;
}

#home {
	height: 100%;
.inner-home {
	display: flex;
	align-items: center;
}
.no-margin {
	margin: 0;
}

.no-resize {
	resize: none;
}

input[type=file] {
	display: inline-block;
}

.form-left-border {
	border-left: 3px solid;
}

/* Elements styles */

.light-heading {
	font-weight: 100;
}

.top-line {
	border-width: 5px;
	margin: 0;
	width: 100%;
}

.relative-top {
	position: relative;
	top: 0;
}



.home-form {
	position: relative;
	top: 20%;
	padding-left: 0;
}

.logo-underline {
	border-width: 2px;
	margin-bottom: 0;
	margin-left: 80px;
	margin-top: 2px;
}

.form {
	background-color: #ffffff;
	padding: 15px;
}

.form-inactive {
	background-color: #f0f0f0;
}

.btn {
	border-radius: 0;
}

.alert {
	margin: 10px 0;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.option-details-container {
	border-left: 3px solid;
}

.form-cancel {
	margin-left: 10px;
}

/* Colors */

.background-clr-pink {
	background-color: #d1358d;
}

.txt-clr-pink {
	color: #d1358d;
}

.border-clr-pink {
	border-color: #d1358d;
}

.background-clr-grey-1 {
	background-color: #c6c6c6;
}

.txt-clr-grey-1 {
	color: #c6c6c6;
}

.border-clr-grey-1 {
	border-color: #c6c6c6;
}

.background-clr-grey-2 {
	background-color: #666666;
}

.txt-clr-grey-2 {
	color: #666666;
}

.border-clr-grey-2 {
	border-color: #666666;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background-color: #3372df;
}

/* Parsley error notifications */

.parsley-errors-list > li {
	background-color: #f2dede;
	border: 1px solid #a94442;
	border-radius: 4px;
	color: #a94442;
	margin-top: 5px;
	padding: 5px;
}

.parsley-errors-list {
	list-style: none outside none;
}

#LoadingImage {
	left: 50%;
	position: absolute;
	top: 50%;
}

#LoadingImage > img {

	margin-right: 10px;
}

.log-in-button, #home h4 {
	display: inline-block;
}

.log-in-button {
	width: 160px;
	height: 30px;
	padding-top: 4px;
}

.form-group {
	margin: 0 auto;
	text-align: center;
}

input {
	width: 320px;
	height: 30px;
	margin-left: 54px;
}

figure {
	background: #ddd;
	height: 40px;
	width: 40px;
	display: -ms-flex;
	display: -webkit-flex;
	display: inline;
	margin-left: 20px;
}

#play {
	width: 29px;
	height: 28px;
	background: #a4aaab;
	border: none;
	margin: auto;
	cursor: pointer;
}

#play:focus {
	outline: 0;
	border: 1px solid hsl(210, 58%, 69%);
	box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);

}

#play::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	left: 3px;
	border-style: solid;
	border-width: 7px 3px 7px 13px;
	border-color: transparent transparent transparent black;
}

#home p {
	margin: 20px 0 30px 0;
	text-align: justify;
}

.modal-content {
	width: 400px;
	height: 200px;
	background-color: lightgray;
	text-align: center;
}

.modal-body .return {
	color: white;
	background-color: #735EB7
}

.modal-body {
	padding-top: 35px;
}

#success-modal {
	position: fixed;
	top: calc((100vh - 200px) / 2);
	left: calc((100vw - 400px) / 2);
	z-index: 1000000;
}

#home .title {
	margin-bottom: 32px;
}



.return {
	border-radius: 10%;
	margin-top: 10px;
}

label {
	font-size: 16px;
}


 .inputs h4 {
	margin-bottom: 20px;
	color: #735EB7;
	margin-right: 20px;
	font-size: 24px;
	font-weight: 700;
}
.inputs p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.inputs input {
	margin-left: 0;
	padding: 0 10px 0 20px;
	background-color: #F5F5F5;
	border: none;
	border-radius: 8px;
	height: 50px;
	color: black;
	margin-right: 20px;
}
 .inputs input::placeholder {
	color: black;
}
 .inputs button{
	background-color: #735EB7 !important;
	border: none;
	border-radius: 8px;
	height: 50px;
	font-weight: 800;
	display: inline-block;
}
.inputs .col-md-6 {
	padding-left: 0;
}
@media (max-width: 1024px) {
	.inputs .col-md-6 {
		padding-left: 15px;
	}
}

.mt-80 {
		margin-top: 60px;
}
.pr-80 {
	padding-right: 80px;
}

.img-responsive {
	margin-top: -90px;
}
@media (max-width: 1025px) {
	#home .container {
		min-height: 100%;
	}
	.img-responsive {
		margin-top: 0px;
	}
	.pr-80 {
		padding-right: 0;
	}
	.mt-80 {
		margin-top: 0px;
	}
	.log-in-button {
		margin-top: 20px;
	}
}

@media screen and (max-width: 640px) {
	.home-form {
		top: 10px;
	}

	.logo {
		margin-top: 5px;
	}

	#home .title {
		text-align: center;
		margin: 0 auto;
	}

	#home p {
		margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

	#home h1 {
		text-align: center;
		margin-left: 0;
		margin-right: 0;
	}

	form label {
		display:block;
		margin-bottom: 10px;
	}
	.inputs {
		text-align: center;
	}
	form input {
		margin-left: 0;
	}

	#success-modal {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		left: calc((100vw - 280px) / 2);
	}

	.modal-content {
		width: 280px;
	}

	.modal-body {
		padding: 15px;
	}


}