@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.logoLogin {
	width: 320px;
	height: 220px;
	padding: 15px;
	margin: 15px;
}

@media only screen and (min-width : 768px) {
	.main-login{
		float: right;
	}
}

body, html {
	height: 100%;
	background-repeat: no-repeat;
	font-family: 'Inter', sans-serif;
}

.main {
	position: relative;
	height: 100%;
}

h1.title {
	font-size: 35px;
	color: white;
	font-weight: 400;
}

h3.title {
	font-size: 35px;
	color: white;
	font-weight: 300;
}

legend.title {
	font-size: 14px;
	color: white;
	font-weight: 500;
	border-bottom-color: transparent;
}

.panel-heading {
    padding: 0px 15px;
}

.form-group {
	margin-bottom: 10px;
}

input, input::-webkit-input-placeholder {
	font-size: 14px;
	padding-top: 0px;
}

.ctrl {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding-top: 15px;
    height: 100%;
    margin-top: 0px;
    margin: 0 auto;
    padding: 15px 15px;
    padding-bottom: 1px;
    float: right;
}

.main-login-ligth{
	background-color: rgba(255,255,255,0.3);
}

.main-login-ligth .title>a {
    color: #FFF !important;
}

.main-login {
	background-color: rgba(0,0,0,0.5);
}

.main-login .title>a {
    color: #fff;
}


.ctrl .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    border-radius: 4px 0 0 4px;
}

.ctrl .has-error .input-group-addon {
    color: #ff0000;
    border-color: #a94442;
}

#particles-js {
	z-index: -2;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 530px;
	margin-bottom: 0px;
}

.bg-glass {
	z-index: -1;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	min-height: 530px;
	margin-bottom: 0px;
	background-color: #000;
	opacity: .40;
}

.bg-img {
	z-index: -3;
	position: absolute;
	overflow: hidden;
	right: 0; 
	bottom: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	background: url(../../../../img/bg_ba.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}


#bgvid {
	position: fixed; 
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto; 
	z-index: -1000;
	background: url(../../../../img/bg_ba.jpg);
	background-size: cover; 
}

.message-cont {
	text-align: center;
	min-height: 12px;
}

.message {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}


.message-error {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.panel-title>img{
	width: 200px;
}

.cardrecpws {
	background-color: rgba(10,10,10,0.7);
	border-radius: 4px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	height: 100%;
	padding: 10px 10px 25px 10px;
}