.user-login-form {
  width: 300px;
  margin: 0 auto; }

.login-to-comment {
  font-weight: bold; }

.login-dropdown {
  position: relative;
  left: -10px;
  display: inline;
  background: none;
  box-shadow: none;
  border: none; }
  .login-dropdown svg {
    width: 20px; }
    .login-dropdown svg .svg-icon {
      color: #fbd1d6;
      fill: #fbd1d6; }
  .login-dropdown:focus {
    outline: none;
    box-shadow: none; }
  .login-dropdown:hover {
    background-color: #ef445d;
    border: none; }
    .login-dropdown:hover .svg-icon {
      color: #fff;
      fill: #fff; }
  .login-dropdown:active {
    background-color: #ef445d !important;
    border: none !important; }

.login-button {
  display: block;
  background: none;
  height: 36px;
  width: 40px;
  padding: 7px 8px;
  box-shadow: none;
  border: none; }
  .login-button .svg-icon {
    color: #fbd1d6;
    fill: #fbd1d6; }
  .login-button:focus {
    outline: none;
    box-shadow: none; }
  .login-button:hover {
    background-color: #ef445d;
    border: none; }
    .login-button:hover .svg-icon {
      color: #fff;
      fill: #fff; }
  .login-button:active {
    background-color: #ef445d !important;
    border: none !important; }

.ui-dialog.account-modal--login {
  border: none;
  background: #ef445d;
  font-family: "Future PT ExtraBold";
  max-width: 540px !important; }
  .ui-dialog.account-modal--login .ui-dialog-titlebar {
    background: #ef445d;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    padding: 0; }
    .ui-dialog.account-modal--login .ui-dialog-titlebar .ui-dialog-title {
      width: 100%; }
    .ui-dialog.account-modal--login .ui-dialog-titlebar .ui-dialog-titlebar-close {
      position: fixed;
      right: 20px;
      top: 20px;
      height: 30px;
      width: 30px;
      border: none;
      background-color: #ef445d;
      background-image: url("/themes/goodpush/images/icons/close-white.png");
      background-repeat: no-repeat; }
      .ui-dialog.account-modal--login .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
        background-image: url("/themes/goodpush/images/icons/close-black.png");
        cursor: pointer; }
    .ui-dialog.account-modal--login .ui-dialog-titlebar .login-extra-options a {
      color: #fff; }
  .ui-dialog.account-modal--login #drupal-modal form input {
    font-size: 1.4rem;
    color: #fff !important;
    background-color: #ef445d !important;
    border: none;
    border-bottom: 1px #fff solid;
    border-radius: 0px;
    outline: none;
    font-family: "Future PT ExtraBold"; }
    .ui-dialog.account-modal--login #drupal-modal form input:focus {
      box-shadow: none; }
  .ui-dialog.account-modal--login #drupal-modal form input::placeholder {
    color: #ef445d; }
  .ui-dialog.account-modal--login #drupal-modal form label {
    margin: 0;
    color: #fff; }
  .ui-dialog.account-modal--login #drupal-modal form small {
    display: none; }
  .ui-dialog.account-modal--login #drupal-modal form .form-actions {
    margin-top: 2.0rem; }
    .ui-dialog.account-modal--login #drupal-modal form .form-actions .btn {
      background-image: none;
      border-radius: 0px;
      width: 100%;
      background-color: #fff;
      font-family: "Future PT ExtraBold";
      font-size: 2.2rem;
      color: #ef445d;
      padding: 0; }
      .ui-dialog.account-modal--login #drupal-modal form .form-actions .btn:hover {
        color: #fff;
        background-color: #ef445d;
        border: 1px solid #fff; }

#login-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef445d;
  font-family: "Future PT ExtraBold"; }
  #login-modal .login-close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 1.25rem;
    color: #fbd1d6; }
    #login-modal .login-close-button:hover {
      color: #fff; }

.user-logout {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 1rem; }

@media (max-width: 768px) {
  .ui-dialog.account-modal--login {
    width: 90% !important; }
    .ui-dialog.account-modal--login .ui-dialog-titlebar {
      font-size: 1.6rem; }
    .ui-dialog.account-modal--login #drupal-modal form input {
      font-size: 1.2rem; }
    .ui-dialog.account-modal--login #drupal-modal form label {
      font-size: 1.4rem; }
    .ui-dialog.account-modal--login #drupal-modal form .form-actions .btn {
      font-size: 1.6rem; } }
