/* 提供CSSのレイアウトではくっつくので空ける */
.container,
.sec-main{
	margin-bottom: 40px;;
}
.login-container{
	margin-bottom:40px;
}

/* 登録・確認フォーム 色適用 */
.errorMessage{
	color: red!important;
}

.alert-danger{
	color: red!important;
}


/* 提供CSSのレイアウト不備を修正 */
.single-container .single-content{
	margin-top: 3.6rem;
}
.single-container .single-content:first-child{
	margin-top: 0;
}