@font-face {
    font-family: MacPaw Fixel;
    src: url("../fonts/MacPawFixel-VF.ttf");
}
#authization-body{
    margin: 0;
    padding: 0;
    background: #5F51FF; /* Solid color fallback */
    background-image: url('../images/Subtract.png');
    /*background-size: cover;*/

    background-size: 75% auto;
    background-position: left;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-container{
    display: flex;
    padding: 40px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    border-radius: 56px;
    background: var(--white, #FFF);
    width: 620px;
}
.user-container.login{
    width: 510px;

}
h3{
    color: #181727;
    font-family: MacPaw Fixel;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    margin: 0;
}
.card-body{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.file-input-area{
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    position: relative;
}
.input-area{
    flex: 0 0 calc(50% - 12px);
    box-sizing: border-box;
    display: flex;
}


.input-area input{
    display: flex;
    padding: 8.5px 16px;
    align-items: center;
    border-radius: 8px;
    background:  #F2F2F2;
    width: 100%;
    border: 4px solid #F2F2F2;
}
.input-area input:focus, .input-area input:focus-visible{
    outline: none;
}
input::placeholder{
    color: #BFBFBF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
}
.avatar-area{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #F2F2F2;
    border: none;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-avatar{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.svg-icon {
    width: 50px;
    height: 50px;
}
.uploaded-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hide{
    display: none;
}
.add-photo-btn{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #5F51FF;
    position: absolute;
    right: calc(50% - 54px);
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
button.submit{
    display: flex;
    height: 44px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: #5F51FF;
    width: 100%;
    border: none;
    outline: none;
    font-family: MacPaw Fixel;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: white;
    margin: 32px 0 16px 0;
    cursor: pointer;
}
.additional-text{
    display: flex;
    width: 100%;
    justify-content: center;
}
.additional-text *{
    font-family: MacPaw Fixel;
    margin: unset;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding: 2px;

}
.checkbox-container{
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}
input[type="checkbox"]{
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 8px;
    vertical-align: middle;
    border: 2px solid #8C8C8C;
    padding: 5px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    flex-shrink: 0;
}
input[type="checkbox"]:checked {
    background-color: #5F51FF;
    border: unset;
}
.checkbox-container label{
    display: inline-block;
    vertical-align: middle;
    font-family: 'MacPaw Fixel', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
}
.d-center{
    display: flex;
    justify-content: center;
    width: 100%;
}
.d-center p{
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.to-profile{
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background:  #5F51FF;
    color: white;
    font-family: MacPaw Fixel;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
}
.to-profile:hover{
    color: white;
}
.to-main{
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #5F51FF;
    color: black;
    font-family: MacPaw Fixel;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-decoration: none;
}
.to-main:hover{
    color: black;
}
.btns-success{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.login-body .input-area{
    flex: 100%;
}
.forget-pass{
    display: flex;
    width: 100%;
    justify-content: end;
    margin-top: 10px;
}
.forget-pass a{
    text-decoration: none;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    color: #5F51FF;
}
.login-form{
    width: 100%;
}
