 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    background-color: #0c1222;
    padding: 68px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    font-family: Unbounded;
}

.wrapper {
    background: url(img/bg.svg);
    width: 100%;min-height: calc(100vh - 136px);height: 100%;
    display: flex;
    justify-content: center;
}

h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 84px;
}
h1 a {
    color: #007AFF;
    text-decoration: none;
}
h1 a:hover {text-decoration: underline;}

.logo {
    margin-top: 100px;
    margin-bottom: 64px;
    display: flex;
    justify-content: center;align-items: center;
}

form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 654px;
    margin: 0 auto;
}

input {
    width: 100%;
    font-family: Inter;
    max-width: 622px;
    background: #FFFFFF;
    border: none;
    outline: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    color: #0c1222;
    margin-bottom: 15px;
    padding-left: 30px;
    border-radius: 10px;
}
input::placeholder {
    color: rgba(12, 18, 34, 0.6);
    font-family: Inter;
}

a.btn {
    display: block;
    font-family: Inter;
    height: 61px;width: 180px;
    display: flex;align-items: center;justify-content: center;
    border-radius: 15.32px;
    background: #007AFF;
    font-size: 20px;
    transition: .5s;
    color: #fff;
    margin-top: 41px;
    margin-left: auto;margin-right: auto;
    text-decoration: none;
    font-weight: 600;
}

a.btn:hover {
    color: #007AFF;
    background: #fff;
}

a.reg {
    display: block;
    color: #007AFF;
    font-family: Inter;
    font-size: 15px;line-height: 40px;
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
}
a.reg:hover {text-decoration: none;}

.copuright {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    margin-top: 195px;
}

@media screen and (max-width: 1020px) {
    h1 {padding-top: 60px;font-size: 60px;line-height: 60px;}
}

@media screen and (max-width: 830px) {
    h1 {padding-top: 50px;font-size: 50px;line-height: 50px;}
}

@media screen and (max-width: 830px) {
    body {padding: 30px;}
    .wrapper {height: 100%;min-height: calc(100vh - 60px);}
    .copuright {margin-top: 140px;}
}

@media screen and (max-width: 660px) {
    h1 {padding-top: 40px;font-size: 40px;line-height: 40px;}
    .logo {margin: 50px 0;}
     .copuright {margin-top: 100px;}
}

@media screen and (max-width: 550px) {
    h1 {padding-top: 30px;font-size: 30px;line-height: 30px;}
    .logo img {width: 190px;}
    .logo {margin: 40px 0;}
     .copuright {margin-top: 40px;}
}

@media screen and (max-width: 450px) {
    h1 {padding-top: 25px;font-size: 25px;line-height: 25px;}
    body {padding: 20px;}
    .wrapper {height: 100%;min-height: calc(100vh - 40px);}
    .logo img {width: 180px;}
    a.btn {margin-top: 30px;}
}
@media screen and (max-height: 1100px) {.copuright {margin-top: 100px;}}
@media screen and (max-height: 1000px) {
    body {padding: 30px;}
    .wrapper {height: 100%;min-height: calc(100vh - 60px);}
}
@media screen and (max-height: 930px) {.copuright {margin-top: 70px;}}
@media screen and (max-height: 870px) {.copuright {margin-top: 40px;}}
@media screen and (max-height: 660px) {
    .copuright {position: relative;bottom: 0;margin-top: 30px;margin-bottom: 30px;}
}