* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: Titillium,Arial !important;
    width: 100%;
    height: 100%;
    max-width: 100vw;
    background-color: #cccccc;
}

body {
    font-family: Titillium, Arial !important;
    font-size: 10pt !important;
    background-color: #eff3f6;
}

body::-webkit-scrollbar {
    display: none;
}

.logoGHT{
    width: 150px;
    display: block;
    margin: 0 auto;
    top: 0px !important;
    padding: 12px;
}

.logo {
    margin: 2rem 1.5rem;
    margin-bottom: 0;
	width: 12rem;
}

.box {
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
}

.box .content {
	flex: 1 1 auto;
}

.content-box {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.background-login {
    background-repeat: repeat;
	background-position-x: left;
	background-position-y: top;
	background-attachment: scroll;
	background-size: auto;
	background-image: linear-gradient(rgb(2 142 90), rgb(7 42 32));
	padding-right: 0px !important;
    height: 100%;
    flex-direction: column;
    display: -ms-flexbox !important;
    display: flex !important;
}

.card-login {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.75);
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    width: 320px;
}

.card-login input, button{
	font-size: 10pt !important;
}

.action-login {
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: space-between;
}

.icon-credential {
    width: 20px;
	height: 20px;
}

.remember-me label {
    font-size: 9pt;
    font-weight: normal;
    vertical-align: middle;
    color: #000000;
    opacity: 0.75;
	margin-top:0.2rem;
	margin-left:0.3rem;
}

.section-button {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
}

.btn-login {
    background-color: #f39200;
    padding: 0.1rem 1rem;
    color: #ffffff;
}

.btn-login:hover{    
    color: #000000;
}

#card-footer label {
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    opacity: 0.75;
}

.footer {
    text-align: center;
}

.footer a {
	color: #ffffff !important;
	font-weight: bold;
}

.iframe-container {
    padding: 0;
    height: 100%;
}

.iframe-container iframe {
	overflow: hidden;
	height: 100%;
	width: 100%;
	max-width: 100vw;
}

.divCenter{
	 margin: auto; 
	 width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.col-md-7 {
		flex: none;
		max-width: none;
	}
}

@media screen and (max-width: 767px) {
    .iframe-container {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .iframe-container {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .logoGHT{
        width: 140px;
    }
}

.terms {
	left: 35%;
}

.privacy {
	right: 35%;
}

.p-0 {
    padding: 0rem !important;
}

.p-1 {
    padding: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}