.login {
	width: 100%;
	flex-grow: 1;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.login_bg {
	font-family: 'Anek Gurmukhi', sans-serif;
	font-size: 100px;
	color: #333;
	opacity: 0.2;
	position: absolute;
	bottom: 0;
	right: 50px;
	text-shadow: 5px 5px 10px #333;
	background: transparent;
}
.login_bg1 {
	opacity: 0.08;
	position: absolute;
	top: 10px;
	left: 10px;
}
.login_box {
	width: 350px;
	display: flex;
    flex-direction: column;
    align-items: center;
	border-top: 3px solid #007bff;
	border-radius: 5px;
	box-shadow: -2px -2px 8px #CCC, 2px 2px 8px #CCC;
	padding: 20px;
	z-index: 10;
}
.login_tit, .login_tit1 {
	font-size: 40px;
}
.login_tit {

}
.login_tit1 {
	font-size: 40px
}
.login-group {
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #CCC;
    margin: 15px;
	box-shadow: 2px 2px 4px #AAA;
}

.login-group-inp {
	flex-grow: 1;
	width: 100%;
	padding: 0 0 0 5px;
}
.login_zag {
	font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
}
.login_separ {
	width: 100%;
	border-top: 1px solid #AAA;
	margin: 10px 0;
}
.login-group-ico {
	padding: 10px;
    width: 50px;
/*    background-color: var(--main-gris);*/
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-control {
	width: 100%;
	padding: 10px;
    width: 100%;
    border: 0px solid #FFF;
}
.login_bt_box {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_bt {
	padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #FFF;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
	cursor: pointer;
	box-shadow: 2px 2px 4px #AAA;
}
.login_bt:hover {
	transform: translate(-1px, -1px);
	box-shadow: 3px 3px 4px #AAA;
}
.login_bt:action {
	transform: translate(1px, 1px);
	box-shadow: -1px -1px 4px #AAA;
}
.login_msg_box {
	width: 100%;
	height: 20px;
	padding: 0;
	font-size: 14px;
	color: #336600;
	display: flex;
    justify-content: center;
    align-items: center;
}
.login_msg_box img {
	width: 50px;
}
.login_sec {
	color: #cc0000;
}
.login-code {
	display: none;
}
.login_recuper {
	width: 100%;
	display: flex;
    justify-content: flex-left;
    align-items: center;
}
.login_recuper span {
  cursor: pointer;
}


@media screen and (max-width: 1000px) {
	.login_bg {
		margin: auto;
		width: 100%;
		font-size: 60px;
		display: flex;
        justify-content: center;
        align-items: center;
		right: 0px;
	}
}