@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* フォーラム用 */
.bbp-login-form {
	width: 90%;
	max-width: 500px;
    margin: 0 auto;
}
.bbp-login-form .bbp-form {
	padding: 5px;
    background-color: #f8fcff;
	text-align: center;
}
#user_login,
#user_pass,
#user_email{
    width: 230px!important;
	height: 28px!important;
}
#ts {
	display: inline-block;
	width: auto !important;
    font-size: 17px;
    height: 28px;	
}
.bbp-remember-me label {
	width: 45%;
}
.bbp-submit-wrapper {
	width: 100%;
    text-align: center!important;
}
#user-submit {
	background-color: #0068b7;
    color: #fff;
	width: 150px;
    height: 50px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
