.login-section .login-sec h1.logs-title {
    max-width: 362px;
}
.login-section .log-sec {
    padding-top: 0;
}
.login-section .log-sub img {
    position: absolute;
    bottom: -10px;
    left: -60px;
}
.login-section .login-language{
	display: flex;
	align-items: center;
	justify-content: end;
}
.login-section .login-sec.log-sec {
    margin: 0;
}
.login-section .btn-create{
	margin-bottom: 50px;
}
.login-section .login-wrapper .form-control::-ms-input-placeholder { /* Edge 12-18 */
	color: #B0B7BD;
}
.login-section .login-wrapper .form-control::placeholder {
	color: #B0B7BD;
}
@media (max-width: 576px) {
	.forgot-link{
		font-size: 13px;
	}
}