html {
	height: 100%;
}

body {
	font-family: 'SF UI Text Regular';
}

a {
	color: #007efc;
}

.cover-bg {
	background-image: url('../img/cover.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	overflow: auto;
}

.photo-credit {
	color: #ffffff;
	font-size: 13px;
	margin-left: 80px;
	opacity: 0.9;
}

.photo-label {
	font-size: 10px;
}

.card {
	border-radius: 10px;
	-webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.input-group-flags .input-group-prepend {
	background: #e2e2e2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.input-group-text {
	border-color: #e2e2e2;
	background-color: #ffffff;
	font-family: 'SF UI Text Semibold';
}

.form-control {
	border-color: #e2e2e2;
	height: 45px;
}

.form-control::placeholder {
	font-family: 'SF UI Text Light';
	color: #777777;
}

.input-group-multiple>.form-control {
	border-right: 0;
}

.btn-primary {
	background: #007efc;
	height: 45px;
	line-height: 45px;
	padding: 0;
}

.card p.forgot-password {
	font-size: 13px;
	margin: 5px 0;
	text-align: right;
}

.card-title {
	font-size: 24px;
}

footer .footer-menu {
	font-size: 15px;
	font-family: 'SF UI Text Semibold';
}

footer .footer-copyright {
	font-size: 15px;
	text-align: right;
}

.cover-bg footer {
	color: #ffffff;
}

.cover-bg footer a {
	color: #ffffff;
}

.cover-bg footer a:hover {
	color: #ffffff;
}

.home-card {
	width: 22rem;
}

.create-account-card {
	width: 49rem;
	padding: 20px;
	margin: 30px auto 0 auto;
}

.forgot-password-card {
	width: 26rem;
	padding: 20px;
	margin: 30px auto 0 auto;
}

label {
	font-size: 10px;
	margin: 0 0 0 10px;
}

.validation-error {
	font-family: 'SF UI Text Semibold';
	color: #d7302b;
	font-size: 12px;
	margin: 5px 0 0 0;
	display: none;
}

.text-small {
	font-size: 14px;
}

.flagstrap {
	width: 110px;
	font-size: 14px;
}

.dropdown-menu.show {
	width: 110px;
}

.flagstrap {
	margin: 5px 0 0 0;
}

.flagstrap li a {
	padding: 5px 10px;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}

.flagstrap li a:hover {
	background: #f5f5f5;
}

.dropdown-toggle::after {
	position: absolute;
	right: 7px;
	top: 40%;
}

.input-group-flags .input-group-prepend {
	background: #e2e2e2;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.input-group-flags .dropdown-toggle {
	width: 110px;
	overflow: hidden;
	font-size: 16px;
	text-align: left;
}

.create-account-card .form-group {
	margin-bottom: 0;
}

.intro-text {
	font-size: 15px;
}

.instruction-text {
	font-size: 14px;
}

.brand-name {
	color: #007efc;
	font-size: 25px;
	font-family: 'SF UI Text Heavy';
}

.branding {
	padding-left: 3rem;
}

@media (max-width: 991px) {
	footer .footer-menu,
	footer .footer-copyright {
		text-align: center
	}
}

@media (max-width: 767px) {
	.home-card,
	.create-account-card {
		margin-top: 30px;
		width: 100%;
	}
	.intro-text {
		text-align: center;
	}
	.branding {
		padding: 0;
	}
}