/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#register-page .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 64px;
}

#register-page [type="submit"].btn-all {
    background-color: #D5D5D5;
    color: #ADADAD;
}

@media(min-width:1025px) {
    #register-page form {
        max-width: 454px;
        margin-left: auto;
        margin-right: auto;
    }
}