.login-box,
.register-box {
	padding-top: 9.25rem;
    padding-bottom: 8.5rem;
	max-width: 360px;
	min-width: 360px;
}

#login_container
{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#login_container.bg-gray
{
	background-color: #f9f9f9!important;
}

[type=email],
[type=password],
[type=text]
{
	border-color:#ced4da;
	border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

[type=email]:focus,
[type=password]:focus,
[type=text]:focus
{
	outline: 1px solid transparent;
    outline-offset: 0px;    
    border-color: #80BDFF
}

.login-box-msg,
.register-box-msg {
  font-weight:800;
}

.remember-me,
.agree-terms
{
	font-weight: 600!important;
}

[type=submit]
{
	display: inline-block;
    width: 100%;
    height: 2.25rem;
    border: 1px solid #ff5574;
    border-radius: 30px;
    background-color: #ff5574;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
	min-width: 80px;
    margin-top: 0.5rem;
}

[type=submit]:hover
{
	border: 1px solid #ff5574;
	background-color: transparent;
	color: #ff5574;
}

.login-link
{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
	font-weight:600;
}

.login-link:hover
{
	text-decoration: none;
    color: rgb(63 103 145);
}

.sign-in-google
{	
	display: inline-block;
    width: 100%;
    height: 2.25rem;
    border: 1px solid #007bff;
    border-radius: 30px;
    background-color: #007bff;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 0;
    cursor: pointer;
    transition: all 0.2s;
	padding-top: 0.65rem;
}

.sign-in-google:hover
{
	border: 1px solid #007bff;
	background-color: transparent;
	color: #007bff;
}

#change_psw_email
{
    font-size: smaller;
    text-align: center;
    margin-top: -24px;
    margin-bottom: 20px;
}
