/*
Theme Name: Kloe
Theme URI: http://kloe.select-themes.com/
Description: Fashion & Lifestyle Multi-Purpose Theme
Author: Select Themes
Author URI: http://kloe.select-themes.com
Version: 1.4
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
.qodef-post-info {display: none !important;}

/*--------------------------------------
 * http://toukorea.com/login/
 *--------------------------------------*/
.signin-form::before {
  content: "LOGIN";
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #222;
}

.page-id-4103 label {
  display: none;
}

.cosmosfarm-members-form button, .cosmosfarm-members-form input[type=submit] {
  border: none !important;
  background: #282828 !important;
  color: #fff !important;
}


/*--------------------------------------
 * http://toukorea.com/signup/
 *--------------------------------------*/
.signup-form::before {
  content: "REGISTER";
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #222;
}

.cosmosfarm-members-form input[type=text], .cosmosfarm-members-form input[type=email], .cosmosfarm-members-form input[type=password] {
  border: none !important;
  background: #f7f7f7 !important;
}
.cosmosfarm-members-form input:focus {
  background: #f1f1f1 !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset !important;
}


/*--------------------------------------
 * http://toukorea.com/my-account/
 *--------------------------------------*/
.cosmosfarm-members-form {
  margin-top: 30px !important;
}
.page-id-591 .cosmosfarm-members-form a {
  background: #282828 !important;
  color: #fff;
}
.page-id-591 .cosmosfarm-members-form a:hover {
  background: #000 !important;
}
.members-link a:first-child {
  margin-right: 1em !important;
}

.woocommerce-account .cosmosfarm-members-form {
  display: none;
}
.add-account-btn {
  display: block !important;
}


@media only screen and (max-width: 768px) {
	.members-link a:first-child {
    margin-right: 0 !important;
    margin-bottom: 1em !important;
  }
}