.btn-login {
	background-color:#159E86;
	color:#fff;
	margin:1rem auto 0.5rem;
	border-radius:100px;
  width: 70%;
}

.btn-login:hover {
	background-color:#117e6a;
}

.form-control-ex {
	margin:3px 0 .5rem 0;
}

.form-signin {
	max-width: 90%;
	margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


.circle{
	width:20px;
	height:20px;
	background:#cc0000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.circle-text {
	font-size:small;
	font-weight:900;
	line-height:16px;
	text-align:center;
	background-color:#159E86;
	color:#fff;
}

.lines-on-sides, h2 {
	display: table;
	text-align: center;
	white-space: nowrap;
}

.lines-on-sides:after, h2:after, .lines-on-sides:before, h2:before {
	content: '';
	display: table-cell;
	width: 50%;
	background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
	background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
	-webkit-background-clip: padding;
	background-clip: padding;
}

.lines-on-sides:after, h2:after {
	border-left: 1em solid transparent;
}

.lines-on-sides:before, h2:before {
	border-right: 1em solid transparent;
}
 
h2 {
	font-size: 1.5em;
	color: #f0cca8;
}
 
h3 {
	font-size: .85em;
	color: #117e6a;
	margin: 1rem;
}

.other-link {
	width:100%;
	text-align:center;
  font-size: 80%;
}

.btn-new {
	background-color:#16649B;
	color:#fff;
	margin:1rem 0;
	border-radius:100px;
	width:70%;
}

.regist {
	text-align:center;
}

.toshin-logo {
	text-align:center;
	margin:1rem;
}

.toshin-logo img {
	max-width:45%;
}

.fontred {
  color: #C7114B;
  font-weight: 700;
}

.display {
    margin-bottom: .0rem;
    font-weight: bold;
}