@font-face {
    font-family: Unbounded;
    src: url('../fonts/Unbounded-Blond.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Unbounded;
    src: url('../fonts/Unbounded-Bold.ttf');
    font-weight: 600;
}

body {
    margin: 0;
    background-image: url('../img/back.png');
    background-size: cover;
    font-family: 'Unbounded';
    color: #fff;
    background-repeat: no-repeat;
    height: 100vh;
}

form {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main {
    height: 100vh;
    margin: auto;
    display: flex;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.head {
    display: flex;
    flex-direction: column;
}

.title {
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

.subtitle {
    text-align: center;
    font-size: 27px;
}

.form_block {
    display: flex;
    background-image: url('../img/back2.png');
    padding: 25px 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 30px 0;
    background-size: auto;
}

.form_input {
    width: 90%;
    max-width: 600px;
    height: 45px;
    padding-left: 5px;
    background: #e3e3e3;
    color: #000;
    font-family: 'Unbounded';
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
    border-radius: 10px;
}

.btn {
    width: 70%;
    max-width: 620px;
    /* Rectangle 833 */
    height: 48px;
    background: linear-gradient(90deg, #C766EF 0%, #7928D2 50%, #2B0C52 100%);
    border-radius: 25px;
    border: none;
    margin: auto;
    font-family: 'Unbounded';
    font-size: 20px;
    color: #fff;
}

.subtext {
    margin-top: 20px;
    color: #a656cd;
    font-size: 22px;
    text-align: center;
}
