.login-with-btn{
	margin: 0;
	padding: 0;
	min-width: unset;
	width: 200px;
	height: 45px;
	border: unset;
}
.btn-fb{
	background: url(../../assets/img/facebook.png) no-repeat;
	background-size: contain;
}
.btn-google{
	background: url(../../assets/img/google.png) no-repeat;
	background-size: contain;
}

.btn-line{
	background: url(../../assets/img/btn_login_line.png) no-repeat;
	background-size: contain;

}
.d-grid{
	display: inline-block !important;
	width: 100%;
    text-align: center;
}
.d-grid input{
	width: 50%;
}
#register{
	line-height: 2em;
}

.agreement-title{
	font-size: 1.2rem;
	font-weight: bolder;
	padding: 1rem 0;
}

.agreement-content p{
	margin: 0;
	padding: 0;
}

.form-check{
	font-size: 1rem;
	padding: 1rem 0;
}

@media (min-width: 768px){
	.agreement-title{
		font-size: 1.8rem;
	}

	.form-check{
		font-size: 1.4rem;
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid #ced4da;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
	border-radius: 0.25rem;
	border-bottom:1px #000 solid; padding-bottom:5px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

.btn-register {
    color: #fff;
    background-color: #0CB4B5;
    border-color: #0CB4B5;
}
.btn-register:hover {
color: #fff;
background-color: #0CB4B5;
border-color: #0CB4B5;
}
.btn-register:disabled{
color: #fff;
background-color: #0CB4B5;
border-color: #0CB4B5;
}