/* ===== Custom login/register/forgot_password pages for plugin ====== */
#login {
   line-height: 150%;
   margin: 40px auto 40px auto;
   padding: 10px 30px 20px 30px;
   width: 260px;
   border: 1px solid #d2d2d2;
   border-radius: 3px;
   box-shadow: 0 0 7px 3px rgba(64, 64, 64, 0.1);
}
#login p {
   margin-top: 14px;
}
/* Remove Wordpress link */
#login h1 {
   display: none;
}
/* Remove back to site link */
#login #backtoblog {
   display: none;
}
#login .forgetmenot {
   font-size: 80%;
   margin-bottom: 20px;
}
#login #rememberme {
   vertical-align: middle;
}
#login #nav {
   margin-top: 40px;
   font-size: 80%;
}
/* Message at the top of the form, if any */
#login .message {
   font-weight: bold;
   width: 100% !important;
}


body {
   background-color: transparent !important; 
}

.search {
   display: none !important;
}
