@CHARSET "ISO-8859-1";
*
{
	font-family: 'Montserrat', sans-serif;
}
html
{
	height: 100%;
}
body 
{
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/bg_login.jpg) center center no-repeat;
	background-size: cover;
}
.background-text
{
	background: url(../images/img_text_login.png) bottom;
	width: 5px;
	height: 100%;
	position: fixed;
	bottom: 0;
}
.background-text.left
{
	left: 10px;
}
.background-text.right
{
	right: 10px;
}
.page 
{
	height: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.content 
{
    display: flex;
    width: 96%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    margin: 80px 0 55px 0;
}
.top
{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
.header
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header h1
{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
}
.logo 
{
	background: url(../images/logo_login.png) center center no-repeat;
    background-size: contain;
    width: 96px;
    height: 90px;
    margin: 0 0 40px 0;
}
.logo img 
{
	width: 100%;
}

.password-wrapper
{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
.password-wrapper input
{
	border: 1px solid #00FEA8;
    border-bottom-width: 4px;
}
.password-wrapper input[type="text"] 
{	
	margin-bottom: 0px;
}
.password-wrapper img
{
	width: 26px;
    height: 26px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    
}
.green-line
{
	width: 2px;
	height: 39px;
	background-color: #00FEA8;
	margin-bottom: 40px;
}
.wrapper
{
	width: 368px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-signin-heading,
.checkbox 
{
	margin-bottom: 30px;
}
.form-signin
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-signin label
{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	text-align: left;
}
.form-control 
{
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 8px;	
	border: 1px solid #00FEA8;
	border-bottom-width: 4px;
	width: 100%;
}
.form-control,
.form-control:focus
{
	box-shadow: none;
	border: none;
	border-color: transparent;
	outline: none;
	border: 1px solid #00FEA8;
	border-bottom-width: 4px;
}
input,
input:focus,
input:active
{
	outline: none;
}
input[type="text"],
input[type="password"] 
{
	border-radius: 0;
}
input[type="text"]
{
	margin-bottom: 20px;
}
.checkbox 
{
	font-weight: normal;
	color: #fff;
}
.checkbox input[type=checkbox]
{
	margin-left: 0;
}
.checkbox span
{
	padding-left: 20px;
}
.btn-block
{
	width: auto;
	margin-top: 20px;
}
.wrapper .btn-primary
{
	background-color: #00FEA8;
	border: 3px solid #00FEA8;
	border-radius: 0;
	transition: all linear .2s;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2;
	font-size: 14px;
	width: 170px;
	height: 40px;
	margin-top: 50px;
	padding: 0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active
{
	background-color: #FFF;
	transition: all linear .2s;
	border: none;
	outline: none;
	border: 3px solid #00FEA8;
	color: #000;
}
.footer-login
{
	width: 100%;
	text-align: center;
}
.footer-login p
{
	color: #fff;
	font-size: 10px;
}
.footer-login a
{
	color: #fff;
	font-size: 12px;
}

/* Modal */
.modal.in
{
	background: rgba(0, 0, 0, .6);
}
.modal .modal-content
{
	border-radius: 0;
	background-color: #f3f3f3;
}
.modal .modal-header
{
	border-bottom: none;
	background-color: #f3f3f3;
}
.modal .modal-header h4
{
	font-size: 24px;
	color: #000;
	text-align: center;
}
.modal .modal-header .close
{
	display: block;
	color: #000;
	font-size: 40px;
	opacity: 1;
	margin-top: -12px;
}
.modal .modal-body
{
	color: #000;
	font-size: 18px;
	text-align: center;
}
.modal .modal-body .form-group
{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}
.modal .modal-body .form-group > .form-group
{
	width: 60%;
}
.modal .modal-footer
{
	background-color: #f3f3f3;
	border-top: none;
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}
.modal .modal-footer .btn
{
	background-color: #00FEA8;
	border: 3px solid #00FEA8;
	border-radius: 0;
	transition: all linear .2s;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2;
	font-size: 14px;
	width: 170px;
	height: 40px;
	padding: 0;
	margin-bottom: 8px;
}
.modal .modal-footer .btn:hover
{
	background-color: #FFF;
	transition: all linear .2s;
	border: none;
	outline: none;
	border: 3px solid #00FEA8;
	color: #000;
}
#messageDialog
{
	z-index: 2000;
}
#forgot-password
{
	margin-top: 25px;
	cursor: pointer;
	color: white;
}
.required::after,
.required_info::before
{
	content: "*";
	color: red;
	margin-left: 5px;
}
.required_info
{
	color: red;
	font-size: small;
	margin: 15px;
	text-align: end;
}

/* RESPONSIVE LAYOUT */

@media all and (max-width: 800px){
	
	.top
	{
		width: 85%;
	}
	.wrapper
	{
		width: 100%;
	}
}
@media all and (max-height: 667px){
	
	body
	{
		background-size: auto;
	    background-attachment: fixed;
	}
	.content
	{
		margin: 30px 0 20px 0;
	}
	.logo,
	.green-line
	{
		margin-bottom: 10px;
	}
	.btn-primary
	{
		margin-top: 30px;
	}
}

.g-recaptcha
{
	margin-top: 15px;
}
