@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
	width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
body {
	margin: 0;
	padding: 0;
	background-image: url("../img/login-background.jpg");
	height: 100vh	;
	font-family: sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}

#particles-js {
	height: 100%
}

.loginBox {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
	box-sizing: border-box
}

.user {
	margin: 0 auto;
	display: block;
	margin-bottom: 20px
}

h4 {
	margin: 0;
	padding: 0 0 20px;
	color: #203d81;
	text-align: center
}
h3 {
	margin: 0;
	padding: 0 0 20px;
	color: #fff;
	text-align: center
}
.loginBox input {
	width: 100%;
	margin-bottom: 20px
}

.loginBox input[type="text"], .loginBox input[type="password"] {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	outline: none;
	height: 40px;
	color: #424242;
	background: transparent;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box
}
.loginBox input[type="text"]:hover, .loginBox input[type="password"]:hover {
	color: #424242;
	border: 1px solid #203d81;
	
}
.loginBox input[type="text"]:focus, .loginBox input[type="password"]:focus {
	border-bottom: 2px solid #203d81
}
.inputBox {
	position: relative
}

.inputBox span {
	position: absolute;
	top: 10px;
	color: #262626
}
.loginBox input[type="submit"], .volverLogin {
	border: none;
	outline: none;
	height: 40px;
	font-size: 15px;
	background: #203d81;
	font-weight: 600;
	color: #fff;
	border-radius: 20px;
	cursor: pointer
}

.volverLogin:hover{
	border: none;
	outline: none;
	height: 40px;
	font-size: 15px;
	background: #203d81;
	font-weight: 600;
	color: #fff;
	border-radius: 20px;
	cursor: pointer
}

.hiperlink{
	color: #1994cd;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: underline;
}
a:hover {
	color: #2da9e2
}

p {
	color: #203d81
}

.logo {
	margin-top: 5%;
}
