@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&family=Roboto:wght@400;500&display=swap');
@import url('../fonts/icons/style.css');
@import url('style.css');
@import url('content.css');

body.login div#login h1 a {
    background-image: url('../logos/cinezee.svg');
    background-size: 200px;
    background-position: 50% 50%;
    width: 300px;
}

body {
    font-family: 'Roboto';
    font-size: 20px;
    color: #147474;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    margin: 0;
    background-image: url('../images/pattern_plus_top.png');
}
.privacy-policy-page-link {
    display: none;
}

.login form {
    width: 280px !important;
    border: 2px solid;
}

#nav, #backtoblog {
    text-align: center;
}

#user_login, #user_pass, #user_email {
    margin-top: 20px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    border-bottom: 2px solid #147474;
    font-size: 22px;
    line-height: 40px;
    box-shadow: none;
    outline: none;
    color: #000;
    font-family: 'Roboto';
    flex-grow: 1;
    width: 100%;
    resize: none;
}

#wp-submit {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    padding: 5px 40px;
    border: 2px solid #147474;
    color: #147474;
}

.login-title {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-family: 'Oswald';
    text-transform: uppercase;
}

#nav {
    font-size: 12px;
}

.forgetmenot {
    float: none !important;
}

#wp-submit {
    width: 100% !important;
    margin-top: 15px;
    background-color: #147474;
    color: #fff;
    border-radius: 0 !important;
    font-family: 'Oswald';
    text-transform: uppercase;
}

.login #backtoblog a, .login #nav a {
    color: #147474;
}

.login #backtoblog a:hover, .login #nav a:hover {
    color: #00A18F;
}

label[for="user_login"],
.user-pass-wrap label {
    display: none;
}

.login .dashicons {
    top: 27px !important;
}

.login .button.wp-hide-pw .dashicons {
    color: #147474 !important;
}

.wp-hide-pw:focus {
    display: none;
}

#backtoblog {
    padding-bottom: 50px !important;
}

@media only screen and (max-width: 768px) {
    #login:after {
    display: none;
    }
}


label > input {
    display: none;
}

label > input[type="checkbox"] + *::before {
  color: transparent;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  display: flex;
  flex-shrink: 0;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  border-color: #53B9A5;
}

.wpcf7-radio {
    max-width: 600px;
    position: relative;
    display: block;
}

.wpcf7-list-item-label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.wpcf7-list-item {
    width: 50%;
}

.language-switcher {
    display: none;
}