.modal-form .modal-dialog.auth-sms-form {
	max-width: 500px;
	width: 100%;
}
.d-flex {
	display: flex;
	justify-content: space-between;
}
.justify-between {
	justify-content: space-between;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-10 {
	margin-bottom: 10px;
 }
.mb-15 {
	margin-bottom: 15px;
}
.mt-20 {
	margin-bottom: 20px;
}
.switch-reg-btn {
	cursor:pointer;
	color: #428bca;
	border-bottom: 1px solid #ccc;
}
.switch-login-btn.btn {
	margin-right: auto;
	color: #FFF;
	background-color: #868686;
	border-color: #868686;
}
.switch-login-btn.btn:hover {
	background-color: #bdbbbb;
	color: #FFF;
}
.switch-reg-btn:hover {
	opacity: 0.7;
}