body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color:#eee;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
}

#login-logo {
	margin:0 auto;
	margin-bottom:40px;
	margin-top:40px;
	width:150px;
	height:auto
}

#login-page .modal-body .alert-message {
	text-align:center
}

#login-page .modal-body .alertOKbutton {
	width:100px;
	float:center
}
#fm-login {
    max-width:450px;
    padding: 62px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom:44px;
    box-shadow: 5px 5px 10px #e8e8e8;
}

#fm-login .account input[type="text"]::placeholder,
#fm-login .password input[type="password"]::placeholder {
	color: #999999;
}

input[type="checkbox"] {
	border: #767676 solid 1px;
}

input[type="checkbox"]:hover {
	border: #4F4F4F solid 1px;
}

#fm-login #fm-login-heading,
#fm-login .checkbox {
  margin-bottom: 32px;
}

#fm-login .checkbox {
  font-weight: normal;
  margin-bottom: 27px;
  cursor: pointer;
}

.form-check .form-check-input,
.form-check .form-check-label {
	cursor: pointer;
}

#fm-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  margin-bottom:16px;
  background-color:#fff7e0;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  color: #555;
}

#fm-login .form-control:focus {
  z-index: 2;
  color: #555;
}

#fm-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#fm-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#footnav{
	text-align: center;
}

#footnav a{
	cursor: pointer;
	color: #2d2d2d;
}

#footnav p {
	padding-top:8px;
}

#open-forget-modal{
	color:#2d2d2d;
	text-decoration: none;
	cursor: pointer;
	width:240px
}

#open-regist-modal{
	color: #2d2d2d;
	text-decoration: none;
	cursor: pointer;
	width:250px
}

#open-forget-modal:hover{
	text-decoration: underline;
}

#open-regist-modal:hover{
	text-decoration: underline;
}

#CommonLoader {
	position: fixed;
	left: 0; right: 0; top: 0; bottom: 0;
	z-index: 2017; overflow-x: hidden; overflow-y: auto;
	background: rgba(0,0,0,0.5) url("/momonga_enquete/img/ajax-loader.gif") no-repeat fixed center center;
}

p{
	margin:0 auto
}

.container h3{
	font-size:14px;
	font-weight:bold;
	color:#676767
}

#fm-login-heading img {
	width:150px;
	height:auto;
	margin:0 auto;
	text-align:center
}

#submit-login {
	padding-top: 9px;
    padding-bottom: 9px;
}

#submit-login　{
	font-size:14px
}

.modal-header {
	background-color:#424242;
	padding:4px;
	padding-bottom:0;
	border-radius: unset;
}

.modal-header h4 {
	font-weight:bold;
	text-align:center;
	color:#fff;
	font-size:16px;
	margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
}

.modal-content {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
	border-radius:0px;
	border:none
}
.modal-body label {
	float: left;
    margin-top: 5px;
    margin-right: 8px;
    width: 135px;
	font-weight: 700;
    margin-bottom: 5px;
}

legend {
	font-size:14px;
	padding-bottom:7px;
	font-weight:bold;
	padding-left:5px;
	margin-bottom: 20px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
	background-color:#16295f;
	color:#fff
}
.modal-body .form-control {
	width:400px;
	font-size: 14px;
	height: 34px;
	border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #555;
}

.modal-body .form-control:focus {
	color: #555;
}

.modal-body {
	padding: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.modal-body .form-control::placeholder {
	color: #999;
}

.form-group {
	padding-left:5px;
    margin-bottom: 15px;
}

.form-group-btn {
	text-align:center;
	 margin-top: 24px;
    margin-bottom: 24px;
}

.btn-group-lg>.btn, .btn-lg{
	border-radius:0
}

.btn-danger, .btn-secondary, .btn-info, .btn-primary, .btn-success, .btn-warning {
   text-shadow: none; 
   border:0;
   border-color:transparent;
   background-image:none
}

.btn-primary {
	background-image:none;
	background-color:#337ab7
}

.btn-primary:hover {
	background-color:#265a88
}

.btn-secondary {
	background-image: none;
    background-color: #344979;
    border-radius: 0;
    color: #fff;
}

.checkbox label {
	width:180px;
	margin-top:0px;
	font-size:14px
}


#AlertDialog .btn-primary {
	background-color:#306fb3
}

#AlertDialog .btn-primary:hover {
	background-color:#235386
}

.modal-body .checkbox {
	margin-bottom:14px
}

.button .close {
	color:#fff
}

.modal-header .btn-close:focus-visible {
	color: #000 !important;								
}

.modal-header .btn-close {
	position: absolute;
    right: 0;
    top: 4px;
    font-weight: 700;
	--bs-btn-close-bg: none;
	--bs-btn-close-focus-shadow: 0;
	padding: 0px;
	margin-top:-4px;
	margin-right:4px
}

.modal-header .btn-close:focus {
	outline: none;
	box-shadow: none;
}

.btn-close {
	color:#fff;
	text-shadow:none;
	opacity:1;
	font-size:18px;
	margin-top:0
}

.btn-close:hover {
	color:#bfbfbf
}

.modal-footer {
	background-color:#f3f4f5
}

.form-group-btn .btn-secondary {
	width:300px;
	height: 32px;
}

.form-group-extra {
	margin:0 auto;
	padding-left:16px;
}

.form-group-extra a {
	color: #337ab7;
}

.form-group-extra a:hover {
	color:#265a88;
}

.form-group-check {
	margin:0 auto;
	margin-bottom:36px
}

.btn {
	border-radius:0px
}

#open-forget-modal,
#open-regist-modal {
	font-size:14px
}

.availablerule{
	font-size:14px
}

#login-page .modal .modal-footer {
	text-align:center;
	justify-content: center;
}

#login-page .modal .btn,
.form-check-label {
	font-size: 14px;
}

#login-page .modal .modal-footer .modal-close {
	width:120px;
}

#login-page .modal .modal-footer .btn:disabled {
	cursor: not-allowed;
	pointer-events: auto;
}

#login-page .modal .modal-footer .btn-primary {
	background-color: #337ab7;
}

#login-page .modal .modal-footer .btn-primary:disabled {
	background-color: #265a88;
}

#login-page .modal .modal-footer .btn-primary:hover {
	background-color: #265A88;
}

.form-check-label {
	font-weight: normal !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#fm-login h2,
#fm-login h3  {
	margin-top: 20px;
}

.btn-block {
    display: block;
    width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.modal {
	--bs-modal-width: 100%;
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
	.modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}