@import url('https://fonts.googleapis.com/css?family=Cuprum&subset=cyrillic');
body {
    background: url("https://static.kolpkir.ru/img/background-m.jpg");
    font-family: 'Cuprum', sans-serif;
    background-attachment: fixed;
}
@media screen and (min-width: 1000px) {
    body {
        font-size: 14pt;
    }
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 14pt;
        zoom: 150%;
    }
}
input {
    padding: 0px 20px;
    background: #fff;
    line-height: 30px;
    border: 2px solid #2196F3;
    margin: 5px;
    border-radius: 100px;
    font-family: 'Cuprum', sans-serif;
    display: block;
    transition: all, 0.3s;
    font-size: 14pt;
}
input[type="submit"] {
    font-weight: bold;
}
input[type="submit"]:hover {
    text-decoration: none;
    background: #2196F3;
    color: #fff;
}
.welcome {
    background: rgba(200, 200, 200, .3);
    border-radius: 5px;
    width: fit-content;
}