.thanks_form {
    color: white;
    width: max-content;
    position: absolute;
}

.thanks_form>p {
    margin-top: 20px;
}

/* .container-dm {
    display: flex;
    height: 100vh;
    width: 100%;
    flex-direction: row;
  } */

  main {
    width: 100%;
    height: 100vh;
    min-height: 600px;
    z-index: 2;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg22 {
    position: absolute;
    width: 80vw;
    top:14vh;
    height: 72vh;
    z-index: 2;
    right:0;
    /* background: rgb(226, 229, 231); */
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}



#particles-js-single {
    background: linear-gradient(-250deg, rgb(50, 13, 66) 0%, rgba(26,58,102,1) 37%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#full-back {
    background: linear-gradient(-250deg, rgb(50, 13, 66) 0%, rgba(26,58,102,1) 37%, rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.reg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-15 {
    margin: 40px 0;
}

form .error {
    color:  rgba(180, 90, 231);
    text-align: left;
    margin-top: 3px;
  }

#logo-white-full {
    content: url(../images/logo_white_full.svg);
    width: 180px;
    height: auto;
    z-index: 1;
}

.bears-img{
    mask-image: url();
}

.personal-data{
    color:white;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
}
.personal-data:hover {
    color:rgb(177, 191, 252);
 
}