@font-face {
    font-family: Manrope;
    src: url('https://www.avito.st/s/common/assets/fonts/manrope/manrope-medium.woff2') format('woff2');
    font-weight: 100 400;
    font-display: optional;
}

@font-face {
    font-family: Manrope;
    src: url('https://www.avito.st/s/common/assets/fonts/manrope/manrope-bold.woff2') format('woff2');
    font-weight: 700 800;
    font-display: optional;
}

.background{
    position: absolute;
    height: 100%;
    width: 1870px;
    overflow: hidden;
}

img{
    object-fit: cover;
    overflow: hidden;
    width: 1945px;
}

p,span{
    font-family: 'Manrope';
}
.container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.677);
}
.content{
    width: 470px;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
}
.AuthorizationMainScreen-content-rdZSs{
    background-color: white;
    padding: 36px 40px;
}
.AuthorizationMainScreen-footer-QJLQy{
    background-color: #f2efe9;
    padding: 36px 38px 44px 38px;
}
.AuthForm-login-XvpvY{
    display: grid;
    grid-template-rows: 1fr minmax(0px,auto) 1fr minmax(0px,auto) 1fr minmax(0px,auto) 1fr minmax(0px,auto);
}

.AuthForm-login-XvpvY input{
    font-family: 'Manrope';
    width: 100%;
    font-size: 16px;
    background-color: #eeeeee00;
}
.css-1bncgug{
    display: grid;
    grid-template-columns: minmax(auto,100%) minmax(0px,auto) auto;
    grid-template-rows: 1fr;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 5px;
    margin-bottom:12px;
    padding: 0 4px 0 16px;
    height: 40px;
}

.css-1bncgug:hover{
    background-color: #e6e6e6;
}
.css-1bncgug:focus-within,.css-1bncgug:active{
    position: relative;
    top: 0px;
    left: -3px;
    background: #fff;
    border: 3px solid rgba(0, 170, 255, 0.553);
    height: 40px;
    width: calc(100% + 6px);
}


.clear{
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer;
}

.clear:hover{
    background-color: #ddd;
    border-radius: 100%;
}
.clear::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: 47%;
    width: 2px;
    height: 15px;
    border-radius: 1px;
    background-color: #000000;
    rotate: -45deg;
}

.clear::before{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    right: 47%;
    width: 2px;
    height: 15px;
    border-radius: 1px;
    background-color: #000000;
    rotate: 45deg;
}

.visible-block{
    width: 34px;
    height: 34px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visible-block img{
    width: 20px;
    height: 20px;

    transform: scaleY(-1);
}

.not_visible{
    width: 0px;
    height: 0px;
    opacity: 0;
    visibility: hidden;
}

.AuthForm-remember-P74tv label{
    display: flex;
    align-items: center;
    gap: 10px;
}

.module-header-3xl-vbnug{
    font-family: 'Manrope';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.checkbox-container{
    position: relative; 
    margin-top: 12px;   
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px; 
    background-color: #eeeeee;
    border-radius: 2px; 
    cursor: pointer; 
    position: relative;
    transition-duration: 0.2s;
  }
  
  input[type="checkbox"]:checked {
    background-color: #000000;
  }
input[type="checkbox"]::before{
    position: absolute;
    top: 4px;
    left: 3px;
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(./check.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.css-10hel4{
    text-align: center;
    height: 16px;
}

.css-cg0ixj{
    margin-top: 26px;
    height: 38px;
    padding: 0 16px;
    border-radius: 6px;
    background-color: rgb(0, 170, 255);
    color: #fff;
    font-size: 16px;
    
}

.css-cg0ixj:hover{
    background-color: rgb(0, 155, 232);
}

.css-cg0ixj:active{
    background-color: rgb(0, 142, 213);
}

.css-16o2rrk{
    margin-top: 12px;
    padding: 0 16px;
    height: 40px;
    border-radius: 6px;
    box-shadow: rgba(87, 72, 43, 0.2) 0px 4px 12px, rgba(97, 79, 46, 0.1) 0px 2px 3px;
    background-color: #fff;
    font-size: 16px;
}

.css-16o2rrk:hover{
    background-color: #f3f3f3;
}

.css-16o2rrk:active{
    background-color: #dddddd;
    box-shadow: none;
}

.css-16o2rrk a{
    text-decoration: none;
    font-family: "Manrope";
}

.styles-module-root-HrsrJ1{
    font-size: 16px;
}

.styles-module-root-HrsrJ{
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
}

a{
    text-decoration: underline;
}

.alert{
    height: min-content;
    margin-bottom: 6px;
    position: relative;
    top: -5px;
    left: 1px;
    color: red;
    font-size: 14px;
}

.alert.hidden{
    height: 0px;
    visibility: hidden;
    opacity: 0;
    margin: 0;
}

.alert{
    height: min-content;
    margin-bottom: 6px;
    position: relative;
    top: -5px;
    left: 1px;
    color: red;
    font-size: 14px;
}

.error{
    border: red 1px solid;
}

.error:focus-within,.error:active{
    position: relative;
    top: 0px;
    left: -3px;
    background: #fff;
    border: 3px solid rgba(255, 0, 0, 0.553);
    height: 40px;
    width: calc(100% + 6px);
}

.new-pass{
    top: 20px;
}
