

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.login-form {
		min-width: 90vw;
	}
	
	h2 {
		font-size: 80px;
	}

 label {
	 font-size: 36px;
}
	input {
	min-width: 80vw;
    line-height: 50px;
    font-size: 24px;
	}
	
	.btn-login {
		line-height: 60px;
    font-size: 30px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	p#infobox.infobox {
		font-size: 36px;
	}
	
	p#uploadinfo.infobox {
		font-size: 36px;
	}
	
	.login-form {
		min-width: 90vw;
	}
	
	h2 {
		font-size: 80px ;
	}

 label {
	 font-size: 36px;
}
	input {
	min-width: 80vw;
    line-height: 50px;
    font-size: 24px;
	}
	
.btn-login {
	line-height: 60px;
    font-size: 30px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
		p#infobox.infobox {
		font-size: 32px;
	}
	
	p#uploadinfo.infobox {
		font-size: 32px;
	}
	
	.login-form {
		min-width: 90vw ;
	}
	
	h2 {
		font-size: 80px;
	}
	
.btn-login {
		line-height: 60px;
    font-size: 30px;
}
 label {
	 font-size: 36px;
}
	input {
	min-width: 80vw;
    line-height: 50px;
    font-size: 24px;
	}}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
		p#infobox.infobox {
		font-size: 28px;
	}
	
	p#uploadinfo.infobox {
		font-size: 28px;
	}
	
	.login-form {
		min-width: 90vw;
	}
	
	.btn-login {
		line-height: 60px ;
    font-size: 30px;
}
	
	h2 {
		font-size: 80px;
	}

 label {
	 font-size: 15px;
}
	input {
	min-width: 80vw;
    line-height: 50px;
    font-size: 24px;
	}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
		p#infobox.infobox {
		font-size: 18px;
	}
	
	p#uploadinfo.infobox {
		font-size: 18px;
	}
	
	#text {
		font-size: 15px;
	}
	
	.login-form {
		min-width: 60vw;
	}
	
	.btn-login {
	line-height: 25px ;
    font-size: 20px;
	}
	
	h2 {
		font-size: 25px;
	}

 label {
	 font-size: 20px !important;
}
	input {
	min-width: 40vw;
    line-height: 20px;
    font-size: 15px;
	}
	
	.btn-login {
		min-width: 40vw;
	}
}


.logo-wrapper > img {
			max-width: 50vw;
			margin-top:10px;
		}
		
.logo-wrapper {
			display: flex;
			justify-content: center;
		}


.container{
    margin: 0 auto;
    width: 50%;
}

.content {
    padding: 5px;
    margin: 0 auto;
}
.content span {
    width: 250px;
}

.dz-message {
    text-align: center;
    font-size: 28px;
}

.dropzone {
	pointer-events: none;
}

.body {
	display: block;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background-color: #06192d;
	font-family: "Open Sans",sans-serif;
}

p {
	text-align: justify;	
	color: #06192d;
	font-size:15px;
	display: inline-block;
}
	

.h1 {
	text-align: center;	
	color: #d5b66f;
}

h3 {
	text-align: justify;	
	color: #06192d;
	font-size:14px;
	display: inline-block;
}		 

h2 {
	text-align: center;
}

.login-wrapper {
	display: flex;
	justify-content: center;
}

.btn-login {
	padding: 8px 20px;
	border-radius: 0;
	overflow: hidden;
    padding: 8px 20px;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    background-color: #fff !important;
    color: #06192d !important;
	width: 100%;
}
	&::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(
			120deg,
			transparent,
			var(--primary-color),
			transparent
		);
		transform: translateX(-100%);
		transition: 0.6s;
	}

	&:hover {
		background: transparent;
		box-shadow: 0 0 20px 10px hsla(204, 70%, 53%, 0.5);
}
		&::before {
			transform: translateX(100%);
}

.form-input-material {
	--input-default-border-color: white;
	--input-border-bottom-color: white;
	display: flex;
    flex-direction: column;
}

	input {
		color: #06192d;
	}


.login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 40px;
	color: #d5b66f;
	background: #06192d;
	border-radius: 10px;
	box-shadow: 0 0.4px 0.4px rgba(128, 128, 128, 0.109),
		0 1px 1px rgba(128, 128, 128, 0.155),
		0 2.1px 2.1px rgba(128, 128, 128, 0.195),
		0 4.4px 4.4px rgba(128, 128, 128, 0.241),
		0 12px 12px rgba(128, 128, 128, 0.35);
}
	h1 {
		margin: 0 0 24px 0;
	}

	.form-input-material {
		margin: 12px 0;
	}

.lookbook {
	margin-top: 50px;
}

	.btn {
		width: 80vw;
		margin: 18px 0 9px 0;
		display: flex !important;
		justify-content: center !important;
	}

input#checkbox {
	
min-width: 0px !important;
}
