body {
    height: 100%;
	overflow: hidden;
	
}


img {
    max-width: 100%;
}

.text-danger {
    color: #fff!important;
}

.text-warning {
    color: #fff !important;
}

.display-3 {
    font-size: 40px;
    font-weight: 100;
	color: #fff;
	padding: 20px;	
	
	
}
.font-weight-bold {
	font-weight: 100 !important; 
	
	
}

#LoginButton{
	border-radius: 6rem;
	width: 100%;
	color: #fff;
	margin-top: 4%;
    background-color: #0679aa;
    border-color: #0679aa;
    border-top-color: #fff (92, 184, 92);
    border-right-color: #fff(92, 184, 92);
    border-bottom-color:#fff(92, 184, 92);
	border-left-color:#fff(92, 184, 92);
}

#login {
    text-align: center;
    display: flex;
    align-items: -webkit-left;
    position: relative;
	width: 100%;
	height: 100%;
	top: -10px;
	color:#fff;
	background-color: #323232 !important;
	padding-bottom: 100% !important;
	background-image:  url("img/background.png") !important;
}	

#cover-caption {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.86) 100%);
	height: 1000px;
    /* position: absolute; */
    right: 30%;
	/* width: 40%; */
	/* margin-top: 5%; */
/* top: 50%; */
	
}

#cover-caption-agent {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #eee 100%);
        height: 1000px;
    right: 30%;
}

.btn-success {
    color: #fff;
    background-color: #122449;
    border-color: #0679aa;
    border-top-color: #fff (92, 184, 92);
    border-right-color: #fff(92, 184, 92);
    border-bottom-color:#fff(92, 184, 92);
	border-left-color:#fff(92, 184, 92);

}

/* .btn-success:hover {
    color: #fff;
    background-color: #2c3a2633 !important;
	border-color: #0000008c !important;
} */

.btn-success.active, .btn-success:active, .open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0000006e !important;
    border-color: #0000006e !important;
	background-image: none;
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #0000006e !important;
	border-color: #0000006e !important;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}


.form-control, .btn {
    font-size: 16px;
	width: 100%;
	display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;

}

.container {
	margin-top: 10%;
}

.bg-inverse {
    background-color: #0679aa;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
			
	#cover-caption {
		position: absolute;
		right: 30%;
		width: 40%;
		top: 5%;
		
	}
	
	.display-3 {
		font-size: 3.0rem;
		font-weight: 300;
		width: 100%;
		color: #fff;	
	}
}

@media (max-width: 768px) { 
	#cover-caption {
		position: absolute;
		right: 10%;
		width: 75%;
		top: 20%;
	}
	
	#login {
		background-image: url("img/background.png") !important; 
	}
	
	.display-3 {
		font-size: 30px;
		font-weight: 300;
		width: 100%;
		color: #fff;
		
	}
	
}

@media (max-width: 543px) {
	
	hr {   
		border-top: 1px solid #373a3c;
	}
	
	#login {
		/* background-image: none !important; */
		background-image: url("img/background.png") !important;
		
	}
	
	#cover-caption {
		position: absolute;
		right: 0%;
		width: 100%;
		top: 12%;
		
	}
	
	.display-3 {
		font-size: 18px;
		font-weight: 300;
		width: 100%;
		color: #fff;
		
	}
}

#logo {
	margin-top: 15%;
	/* width: 70%; */
}

.login_input {
    background: transparent;
    font-size: 16px !important;
    width: 100%;
	display: inline-block;
	padding: .75rem 1.5rem;
    font-weight: 400;
	line-height: 1.25;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-right: none;
	color: #fff;
	border-left: none;
}

.login_input_agent {
    background: transparent;
    font-size: 16px !important;
    width: 100%;
        display: inline-block;
        padding: .75rem 1.5rem;
    font-weight: 400;
        line-height: 1.25;
        border-bottom: 1px solid #000000;
        border-top: none;
        border-right: none;
        color: #000000;
        border-left: none;
}

#LoginCustomer {

	border-radius: 6rem;
	width: 100%;
	color: #fff;
	margin-top: 4%;
    background-color: #0679aa;
    border-color: #0679aa;
    border-top-color: #fff (92, 184, 92);
    border-right-color: #fff(92, 184, 92);
    border-bottom-color:#fff(92, 184, 92);
	border-left-color:#fff(92, 184, 92);

}

.agent-head-line {
	color: #000000;
	text-align: center;
	font-weight: bold;
    margin-top: 15%;
}

.agent-head-line-2 {
        color: #000000;
        text-align: center;
    margin-top: 5%;
}

.agent-login {
        color: #000000;
}

.agent-footer-line {
        color: #000000;
        text-align: center;
    margin-top: 5%;
}

.customer-head-line {
	text-align: center;
    margin-top: 5%;
}
