* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
     box-shadow: 0 0 0 30px #fff inset !important;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
body {
    background: rgb(135, 63, 251);
    background: radial-gradient(circle, rgba(135, 63, 251, 1) 0%, rgba(252, 70, 236, 1) 100%);
    position: relative;
    height: 100vh;
    display: grid;
    place-items: center; /* Центрирование по вертикали и горизонтали */
}
.div_form_block{
    border: 1px solid rgb(255 255 255 / 36%);
    min-width: 1000px;
    min-height: 500px;
    background: #fff;
}

.div_form_block input{
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 14px 0px 0px 20px;
    font-weight: 100;
    border: 0;
    font-size: 11px;
    border-left: 5px solid #6666662e;
    margin-bottom: 0px;
    letter-spacing: 2px;
    transition: all .3s;
}
.div_form_block input:focus{
    border-left: 5px solid #8143d4;	
}
.helow_all{
    font-weight: 100;
    font-size: 33px;
    line-height: 37px;
    color: #53298c;
}
.helow_all span{
	    display: block;
	    font-weight: 600;
}
.div_input_ritter{
    border: 1px solid #6666662e;
    margin: 40px 0px 50px;
    position: relative;
}
.pre_login_sistem{
    background-image: url(../img/bg.webp);
    height: 100%;
    background-size: cover;
}
.ass_erortm{
	position: absolute;
    font-size: 11px;
    bottom: -21px;
    letter-spacing: 1px;
    opacity: 0.7;
}
.div_input_ritter_hr{
 width: 100%;	
 height: 1px;
 background: #6666662e;
}
.div_form_block .login__field{
	position: relative;
}

.div_form_block .login__field .preloder{
	position: absolute;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    left: 25px;
    top: 6px;
    color: #cccccc;
}
.div_form_block .login{
      padding: 80px 80px 110px;
}
.button.login__submit{
    border: 0;
    background: #8143d4;
    width: 200px;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 45px;
    cursor: pointer;
    transition: all .3s;
}
.button.login__submit:hover{
	background: #4f2a81 ;
}
.ovelow_hidden{
	    height: 100%;
    overflow: hidden;
}