@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');

body {
	/*
	margin:0;
	background-color: #FAFAFA;
	font-family: 'Comfortaa', cursive;
	background-image: url(../images/bgHome6.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;*/

	margin:0;
	background-image: url('../images/bg-login.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	font-family: 'Comfortaa', cursive;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img {
	border:0;
}

a {
	text-decoration: none;
}

input:focus {
	outline: none;
}

footer {
	width: 100%;
	background: rgba(30,30,30,0.85);
	color: #fff;
	text-align: center;
	padding: 24px 0 10px 0;
	margin-top: auto;
	font-family: 'Comfortaa', cursive;
	font-size: 1rem;
	letter-spacing: 1px;
}

button {
	border: 0;
}

header {
	width: 100%;
	text-align: center;
	padding: 40px 0 10px 0;
	background: rgba(255,255,255,0.10);
}

.flexEnd {
	width: 100%;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: flex-end;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentLogo {
	position: absolute;
	top: 20px;
	right: 50px;
}

.contentLogo img {
	width: 180px;
	max-width: 90vw;
}

.contentForm {
	width: 350px;
	height: 350px;
	padding-top: 70px;
	margin-right: 50px;
	background-color: rgba(255,255,255,0.8);
}

.flexEnd, .contentSite {
display: flex;
justify-content: center;
align-items: center;
min-height: 60vh;
padding: 0;
}

/*
.contentSite {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}*/

.flex {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-flex;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: flex;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;

	flex-wrap: wrap;
  	justify-content: space-around;
  	text-align: center;
  	align-self: center;
  	align-content: center;
  	align-items: center;
}

.contentInput {
	width: 100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.contentInput i {
	vertical-align: middle;
	color: #333;
	font-size: 22px;
}

.contentInput input,
.contentInput select {
    width: 94% !important;
    height: 38px !important;
    margin-left: 0% !important;
    background: rgba(255,255,255,0.95) !important;
    font-family: 'Comfortaa', cursive;
    font-size: 18px !important;
    border: 1.5px solid #b0bec5 !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(33,150,243,0.07) !important;
    padding-left: 12px !important;
    transition: border 0.2s, box-shadow 0.2s, background 0.2s !important;
    outline: none !important;
}

.contentInput input:focus,
.contentInput select:focus {
    border: 1.5px solid #1976d2 !important;
    background: #fff !important;
    box-shadow: 0 4px 16px rgba(33,150,243,0.13) !important;
}

.contentInput label {
    width: 100% !important;
    font-family: 'Comfortaa', cursive;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #1976d2 !important;
    margin-bottom: 4px !important;
    display: block !important;
}

.btnForm {
	width: 100%;
    margin-top: 24px;
    padding: 12px 0;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #1976d2 0%, #21cbf3 100%);
    color: #fff;
    font-size: 1.15rem;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 16px rgba(33,150,243,0.13);
    cursor: pointer;
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btnForm:hover {
	background-color: #B71C1C;
}

.btnForm i {
	font-size: 28px;
    vertical-align: middle;
    transition: transform 0.2s;
}

.btnForm:hover, .btnForm:focus {
    background: linear-gradient(90deg, #1565c0 0%, #00bcd4 100%);
    box-shadow: 0 8px 24px rgba(33,150,243,0.22);
    transform: translateY(-2px) scale(1.03);
}

.btnForm:active {
    transform: scale(0.98);
}

.greyBlue-text img {
	margin: 10px;
}


.message {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 10px;
	color: #000;
	right: 10px;
	text-align: center;
	padding: 20px;
	background-color: #ffff00;
	z-index: 2000;
	margin: 0;
}

#txtMessage {
	font-size: 26px;
	color: #000;
	font-weight: 800;
	padding: 0;
	margin: 0;
}

#txtMessage i {
	font-size: 44px;
}

.loginBox {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background: rgba(255,255,255,0.95);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(33,150,243,0.10);
    padding: 40px 30px 30px 30px;
    text-align: center;
}
.loginHeader {
    margin-bottom: 18px;
}
.loginHeader h2 {
    margin: 10px 0 0 0;
    font-size: 1.7rem;
    color: #1976d2;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
}
.loginSubtitle {
    color: #607d8b;
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: 'Comfortaa', cursive;
}
@media (max-width: 600px) {
    .loginBox {
        padding: 20px 5vw 20px 5vw;
    }
}

.footer-social {
margin-bottom: 10px;
}
.footer-social a {
color: #fff;
margin: 0 10px;
font-size: 1.5em;
transition: color 0.2s;
}
.footer-social a:hover {
color: #FF1744;
}
@media (max-width: 600px) {
header { padding: 20px 0 5px 0; }
.contentLogo img { width: 120px; }
footer { font-size: 0.9rem; padding: 16px 0 6px 0; }
}