/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

article.post-password-required {
    min-height: 80vh;
    padding: 40px 0px;
    align-content: center;
}
header#brx-header {
    border-bottom: 1px solid #cacaca;
}
article.post-password-required h1 {
    text-align: center;
    color: #638ad9;
}
article.post-password-required input {
    height: 40px;
}
article.post-password-required input[type="submit"] {
    border: none;
    background-color: #638ad9;
    color: #fff;
    padding: 12px 40px !important;
    border-radius: 20px;
}