body {
	background: #fff!important;
}

#login-form {
	box-sizing: border-box;
}

.login-form__background {
	background-image: url('../img/login-background.jpg');
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background-position: center center; 
	background-size: cover; 
	z-index: -1;
}

#login-form .sign-wrapper {
	width: 516px;
}

#login-form .card-body {
	padding: 50px 80px;
	margin-bottom: 60px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

#login-form .card-body a {
	color: #0A76B1;
	font-size: 14px;
}

.sign-wrapper .form-group label {
	color: #232020;
}

#login-form input[type="text"],
#login-form input[type="password"] {
	border: 1px solid #CBCBCB;
	height: 50px;
}

.submit-btn {
	width: 100%;
	height: 50px;
	color: #fff;
	background: #0078B4;
	border-radius: 4px;
	transition: all 0.3s ease;
	border: none;
	font-size: 16px;
	font-weight: 600;
}

.submit-btn:hover {
	opacity: 0.7;
}

.login_stay__label {
	margin-bottom: 0px;
	cursor: pointer;
}

.login_stay__label span {
	position: relative;
	padding-left: 34px;
}

.login_stay__label input {
	display: none;
}

.login_stay__label input:checked + span:after {
	background: #0078B4;
}

.login_stay__label span::after {
	position: absolute;
	content: '';
	top: 1px;
    left: 2px;
    width: 11px;
    height: 11px;
	transition: all 0.3s ease;
	background: #fff;
	border-radius: 3px;
}

.login_stay__label span::before {
	position: absolute;
	content: '';
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
}

.welcome-container {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding: 30px;
}

.welcome-container__content {
	width: 926px;
	padding: 45px 0px;
	max-width: 90%;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	letter-spacing: 0.0075em;
}

.welcome-container__content img {
	display: block;
	width: 156px;
	margin: 0 auto 20px auto;
}

.welcome-container__content h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	color: #231F20;
}

.welcome-container__content h5 {
	font-size: 24px;
	margin-bottom: 70px;
	text-align: center;
	color: #231F20;
}

.welcome-container__content .btn {
	height: 50px;
	width: 346px;
	font-size: 16px;
	font-weight: 600;
}

.welcome-container__content .btn:nth-of-type(1) {
	margin-right: 20px;
}

.welcome-text {
	text-align: center;
	font-size: 14px;
	margin-bottom: 48px;
}


footer {
	text-align: center;
}

footer label {
	color: #231F20;
	font-size: 14px;
}

footer label span {
	display: block;
	margin-top: 5px;
}

footer a {
	color: #000;
	font-size: 14px;
}

.welcome-footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
}