/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/

.user{
    background-image: url('../img/icons/user.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 3.5vh;
  
}
.right-bg{
	background-image: linear-gradient(15deg, #115195 0%, #115195 75%);
}
.login-logo{
	width:15vh;
}
.lbl-munc{
	font-size:6vh;
}
.lbl-os{
	font-size:4vh;
}
.lbl-signin{
	font-size:3vh;
}
.p-7{
	padding: 8vh!important;
}
.vh-group{
	margin-bottom: 2.5vh;
}
.vh-lbl{
	margin-bottom: 2vh !important;
}
.vh-f-2{
	font-size: 1.5vh;
}
.vh-control{
	display: block;
    width: 100%;
    padding: 0.875vh 0.75vh;
    font-size: 2.5vh;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.mv-5{
	margin: 10vh;
}
.left-lbl{
	margin-bottom: .5vh !important;
	width: 100%;
}
.left-margin{
	position: relative;
    width: 100%;
	padding-left: 1vh;
	flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.login-card{
	width: 55vh;
    height: 70vh;
    position: fixed;
    background: white;
    top: 15vh;
    right: 37vh;
    z-index: 999
}
.pass {
    background-image: url('../img/icons/pass.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 3.5vh;
    }

#login-bg{
	background-image: url('../img/slider.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
	height: 100vh;
}

#bottom-align{
	position:absolute;
	bottom:0px;
}
.btn-blue{
    background-color: #115195 !important;
    border-color: #115195 !important;
}
.bg-custom2 {
	background-image: linear-gradient(15deg, #115195 37%, #ffffff 117%);
}
.blue-text {
    color: #115195;
}
.green-text {
    color: #37bd57;
}
a.gray-text {
    color: #999999;
}
a:hover.gray-text {
    color: #6d6d6d;
}
.no-border {
	border: none !important;
	border-bottom: .3vh solid rgb(153, 153, 153) !important;
}
.bg-blue-custom{
    color:white;
    background-image: linear-gradient(15deg, #00388c 0%, #ffffff 200%) !important;
}
input:focus {
	outline: none !important;
	color: rgb(3, 65, 146) !important;
	border-bottom: 2px solid rgb(3, 65, 146) !important;
}
/** Base Body Styles **/
body{ 
	font-family: 'Source Sans Pro', sans-serif ;
}
.bg-green-custom{
    color:white;
    background-image: linear-gradient(15deg, #008c0d 0%, #ffffff 200%) !important;
}

.left-side {
	padding: 50px;
	position: absolute;
	height: 100%;
	width: 30%;
	left: 0%;
}
.bg-left{
	width: 100%;
	height: 100%;
}
.right-logo{
	width: 25%;
}
/*.right-side{
	height: 100%;
	font-size: 2em;
	position: absolute;
	left: 30%;
	width: 70%;
}*/

.card {

    height: auto;
    margin-top: 150px;
    margin-bottom: auto;
    width: 400px;
    background-color: #F7F7F7 !important;
    box-shadow: 0 0.5rem 1rem 0 rgba(44,51,73,.9);  	
}

.card-header h3 {
    color: black;
}

.signin-logo span {
	font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

.signin-logo span:hover {
	color: white;
    cursor: pointer;
}
  
.cp {
	color: black !important;
}  
.signin-logo {
	position: absolute;
    right: 40px;
    top: -47px;
}

.container {
    height: 100%;
    align-content: center;
}

.card-width {
    width: 600px !important;	
    margin-top: 40px !important;
}
.card-width-comp{
	width: 100% !important;
}
.justify-content-left {
    float: right;
}

.left-content {
	margin-top: 100px;
	position: absolute;
	font-size: 2em;
	margin-right: 50%;
}

.consent-alert {
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	position: fixed !important;
}

.alert {
	height: 100px !important;
}

.cookie-label {
	font-size: .9em !important;
}

@media screen and (max-width: 1281px) {
	.left-content {
		display: none;
	}

	.right-side {
		display: none;
	}

	.left-side {
		width: 100% !important;
	}


	.justify-content-left {
		float : none !important;
	}

	.card-header h3 {
    	margin-right: 40%;
	}

	.alert {
	height: 250px !important;
	}
}

@media screen and (max-width: 600px) {
	.left-content {
		display: none;
	}

	.right-side {
		display: none;
	}

	.left-side {
		width: 100% !important;
	}

	.justify-content-left {
		float : none !important;
		margin-left: 25% !important; 
	}
	.alert {
	height: 150px !important;
	}
}


@media screen and (max-width: 767px) {
	#login-bg{
		display: none;
	}
	.right-bg{
		display: none;
	}
	.login-card {
		width: 40vh;
		height: 70vh;
		position: fixed;
		background: white;
		top: 15vh;
		right: 7vh;
		z-index: 999;
		padding: 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	#login-bg{
		display: block;
	}
	.right-bg{
		display: block;
	}
	.login-card {
		width: 45vh;
		height: 70vh;
		position: fixed;
		background: white;
		top: 15vh;
		right: 20vh;
		z-index: 999;
		padding: 5vh !important;
	}
}





.loading-img,
.overlay {
	z-index: 1050;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.overlay {
    z-index: 1050;
    background: rgba(0, 0, 0, .7);
    -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s; /* Firefox < 16 */
     -ms-animation: fadein 1.5s; /* Internet Explorer */
      -o-animation: fadein 1.5s; /* Opera < 12.1 */
         animation: fadein 1.5s;
}
.overlay.dark {
    background: rgba(0, 0, 0, .5)
}

.loading-img {
    z-index: 1050;
    background: transparent url(../img/Line-Preloader.gif) 50% 50% no-repeat;
    background-size: 100px;
}