
.fs-10 {
	font-size: 10px;
}

.fs-11 {
	font-size: 11px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-16 {
	font-size: 16px;
}

.fs-17 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-23 {
	font-size: 23px;
}

.fs-28 {
	font-size: 28px;
}

.fs-40 {
	font-size: 40px;
}

.fs-50 {
	font-size: 50px;
}

.fs-60 {
	font-size: 60px;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 600;
}

input:focus,
button:focus,
textarea:focus {
    box-shadow: none !important;
}

.error__msg {
	font-size: 14px;
	color: #dc3545;
	display: block;
	margin: 8px 0;
}

.google-icon-sm {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url('/static/img/google-icon.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.alert-outline-coloured.alert-danger .alert-icon, .alert-outline.alert-danger .alert-icon {
	display: flex;
	align-items: center;
}

/* .alert-dismissible .btn-close-alert {
	width: 25px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
	border: 0;
    border-radius: 0.2rem;
    box-sizing: content-box;
    color: #000;
    opacity: .5;
	background: transparent;
	transition: all .3s linear;
}

.alert-dismissible .btn-close-alert:hover {
	opacity: 1;
} */