.login-page{
    height: 100vh;
    background-color: #040d21;
    padding-top: 108px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 800px;
	min-width: 1464px;
}
.login-page::after{
	content: '';
	position: absolute;
    top: -150px;
    left: -350px;
    width: 500px;
    height: 500px;
    background: rgba(4, 42, 100, 0.6);
    box-shadow: 0px 1px 5px 0px #042860;
	border-radius: 50%;
    filter: blur(50px);
    z-index: 999;
}
.login-page::before{
	content: '';
	position: absolute;
    top: -50px;
    right: -300px;
    width: 500px;
    height: 500px;
    background: rgba(4, 42, 100, 0.6);
    box-shadow: 0px 1px 5px 0px #042860;
	border-radius: 50%;
    filter: blur(50px);
    z-index: 999;
}
.login-page .backg{
	position: absolute;
    bottom: 100px;
    right: -300px;
    width: 500px;
    height: 500px;
	background: rgba(71, 32, 72, 0.6);
	box-shadow: 0px 2px 10px 0px #042860;
	filter: blur(50px);
	border-radius: 50%;
    z-index: 999;
}
.login-container{
    display: flex;
    position: relative;
    z-index: 1000;
    justify-content: space-between;
}
.content-left{
    width: 300px;
    float: left;
    margin-right: 135px;
    /* margin-top: -37px; */
}
.content-left .boy{
    margin-top: 59px;
    width: 551px;
    height: 408px;
    /* border: 1px dashed #B1B5C3; */
}
.content-left h2{
    width: 597px;
    height: 150px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 75px;
}
.content-left .watch{
    margin-top: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.content-left .icon{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #7A8CAA;
    border-bottom: 10px solid transparent;
	margin-right: 10px;
}
.content-left .text{
    width: 138px;
    height: 26px;
    font-size: 16px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #7A8CAA;
    line-height: 26px;
    text-decoration: underline;
}
.content-right{
    margin-left: 270px;
}
form{
    width: 440px;
    background: #071229;
    border-radius: 6px;
    border: 1px solid #1F364D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 0;
}
form h4{
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
form input{
    width: 350px;
    height: 32px;
    background-color: transparent;
    outline:none;
    padding-left: 15px;
    /* border-radius: 6px; */
    /* opacity: 0.2; */
    /* border: 2px solid rgba(143, 146, 161, 0.2); */
    border: none;
    color: #8F92A1;
}
form p{
    margin-top: 24px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: SFProDisplay-Bold, SFProDisplay;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 1px;
}
form button:nth-of-type(1){
    width: 350px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #2EA44F;
    border-radius: 6px;
    font-family: SFProDisplay-Bold, SFProDisplay;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid transparent;
    cursor: pointer;
}
form .or{
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #8F92A1;
}
form button:nth-of-type(2){
    width: 350px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #071229;
    border-radius: 6px;
    font-family: SFProDisplay-Bold, SFProDisplay;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

form .label{
    border-radius: 6px;
    position: relative;
    border: 2px solid rgba(143, 146, 161, 0.2);
}
form .label .passed{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url('../images/passedok.png');
    display: none;
}
form .label .error{
    color: red;
    position: absolute;
    bottom: -30px;
}
form .label .icons {
	width: 24px;
	height: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
}
form .label .icons .icon {
    width: 18px;
    height: 18px;
}
form .label .code-box{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    /* border-radius: 10px; */
    border: 2px solid #F5F6FA;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
}
form .label .code-box .code-img {
	width: 100%;
	height: 100%;
}
form .slider{
    border-radius: 5px;
    overflow: hidden;
}
.footer{
    font-size: 14px;
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    z-index: 10;
    
}
.footer a{
    color: white;
}
.footer img{
    vertical-align: middle;
}
.footer div{
    margin-bottom: 9px;
}