/* VERINFO applicant-default-login.css Release: REL23.1.0.0.0.0 (18/09/2020 11:31:00) */

body,
html {
	height: 100%;
}

.card-header {
	padding: .75rem 1.25rem;
}

.cc-login-background {
	background: url('/gen2_core_static/third_party/light-bootstrap-dashboard-pro-html/img/full-screen-image-2.jpg') no-repeat center center fixed !important;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.cc-login-layer {
	background-color: rgba(206, 46, 122, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cc-login-form {
	width: 600px;
}

.cc-login-h1 {
	color: #ffffff;
	font-size: 2.5rem;
	opacity: 0.9;
}

.cc-login-p {
	color: #ffffff;
}

.cc-login-p a {
	color:#ffff00;
}

@media (max-width: 767px) {
	.card {
	   margin-left: -30px;
	   margin-right: -30px;
	   border-radius: .25rem;
   }

   .cc-login-form {
	   width: 500px;
   }

   /* Heading size for small devices */
   .cc-login-h1 {
	   font-size: 1.35rem;
   }
}

@media (max-width: 575px) {
   .cc-login-form {
	   width: 100%;
   }
}