@import url('https://fonts.googleapis.com/css?family=Prompt:300,400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');

*:focus {
	outline: none;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0.3rem;
}

@media only screen and (min-width: 1248px) {
	.form-control {
		padding: 0.375rem 0.75rem;
		font-size: 1rem;
		line-height: 1.5;
		border-radius: 0.25rem;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type='number'] {
	-moz-appearance: textfield;
}

svg {
	vertical-align: text-bottom;
}

.form-control {
	color: #9ca1a7;
	font-size: 14px;
	border: none;
}

::placeholder.placeholder {
	color: #9ca1a7;
	font-size: 14px;
}

::placeholder:-moz-placeholder {
	color: #9ca1a7;
	font-size: 14px;
}

::placeholder::-moz-placeholder {
	color: #9ca1a7;
	font-size: 14px;
}

::placeholder:-ms-input-placeholder {
	color: #9ca1a7;
	font-size: 14px;
}

::placeholder::-webkit-input-placeholder {
	color: #9ca1a7;
	font-size: 14px;
}

input,
.input-group-text {
	border: none;
}

.btn-confirm {
	font-size: 16px;
	font-weight: 500;
	background: #2082eb;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
	color: #fff;
	border: solid 2px transparent;
}

html,
* {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	box-sizing: border-box;
}

/* .swal2-popup {
	font-size: 0.625rem !important;
} */

.swal2-container {
	zoom: 0.75 !important;
}

html {
	font-size: 14px;
}

@media screen and (min-width: 320px) {
	html {
		font-size: calc(14px + 10 * ((100vw - 320px) / 1120));
	}
}

@media screen and (min-width: 1440px) {
	html {
		font-size: 24px;
	}
}

body {
	background: rgb(35, 39, 58);
	/* background: url(/images/bg-main.png) no-repeat center center fixed;
	background-size: cover; */
	font-family: 'Prompt', 'Montserrat';
}

.container {
	/* background: rgba(48, 48, 48, 0.28); */
	/* mix-blend-mode: color-dodge; */
	min-height: 100vh;
}

.container-desktop {
	max-width: auto;
	margin: auto;
}

@media only screen and (min-width: 1248px) {
	.container-desktop {
		max-width: 555px;
		margin: auto;
	}
}

h1 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}

h3 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media only screen and (min-width: 1248px) {
	h3 {
		font-size: 16px;
		line-height: 24px;
	}
}

.login .card {
	background: rgb(70, 84, 121);
	border: 1px solid rgb(54, 63, 87);
}

.login .card .card-header {
	background: rgb(51, 61, 87);
}

.login form label {
	font-size: 18px;
	color: #fff;
}

.login .card-footer a {
	font-size: 1rem;
	font-weight: 500;
	color: #fff;
	/* color: #fcbf1e; */
}

@media only screen and (min-width: 1248px) {
	.login .card-footer a {
		font-size: 0.625rem;
		color: #fff;
		/* color: #fcbf1e; */
	}
}
