
html, #wrapper {
	background-color: #EC1C25;
}
.login-wrapper {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.login-wrapper h1 {
	color: #EC1C25;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
}
#loginForm {
	margin: 10px 20px;
}

#loginForm .form-control {
	border: 0;
	border-bottom: 1px solid #EC1C25;
	border-radius: 0;
	background-color: #fff;
	padding-left: 0;
	/* background-color: white; */
}
#loginForm .form-control::placeholder {
	font-size: 0.7rem;
}

#loginForm .form-control[type="password"] {
	padding-right: 170px;
}

.container-login100-form-btn {
    position: relative;
    padding: 0;
}
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* padding-top: 20px; */
}



.login100-form-btn:hover {
    /* background: #333333; */
}
button:hover {
    cursor: pointer;
}
.login100-form-btn {
    /* font-family: Montserrat-Bold; */
    font-size: 0.9rem;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    /* background: #BDCF17; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    border: none;
}
.login100-form-btn {
    border-radius: 0;
    background-color: #EC1C25;
    padding-right: 60px;
}
.login100-form-btn::after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f105';
    background: #ADADAD;
    height: 40px;
    top: 0;
    right: 0;
    width: 60px;
    font-size: 25px;
    line-height: 40px;
    color: #FFF;
}

.logos {
	background-color: #F0F6F6;
	background-image: url(/images/bg/map-and-bg.jpg);
	padding: 10px 25px 110px 25px;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.logos {
		/* background-image: url(/images/bg/map-i-pad.png); */
	}	
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.logos {
		background-image: url(/images/bg/map-and-bg.jpg);
	}
}
.logos .col-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.logos img {
	background-color: #fff;
	margin: 10px 0px;
}

.forgot-password {
	position: absolute;
    right: 54px;
    top: 84px;
    font-size: 0.8rem;
}
.forgot-password a:link, .forgot-password a:active, .forgot-password a:focus, .forgot-password a:hover {
    color: #54667a;
}