/*
Theme Name: Mint theme
Theme URI: https://vidi.no/
Author: Mint media as
Author URI: https://mintmedia.no
Version: 2.0.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vidiflex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.sky-login-button {
	display: none;
}

.sky-header-button {
	height: 1.25rem;
	width: 1.25rem;
}

@media (min-width: 768px) {
	.sky-login-button {
		display: block;
	}
}

.sky-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding: 2rem 0;
}

.sky-wrapper .sky-heading {
	font-size: 2rem;
	line-height: 1;
	font-weight: 600;
}

.sky-wrapper .sky-paragraph {
	font-size: 1.25rem;
	line-height: 1.75;
	font-weight: 400;
}

.sky-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	width: 100%;
	max-width: 80rem;
}

.sky-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.custom-input__label {
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	line-height: 1.5rem;
	color: #111827;
}

.custom-input__container {
	margin-top: 0.5rem;
}

.custom-input__input {
	display: block;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	border-radius: 0.375rem;
	border-width: 1px;
	border-style: solid;
	border-color: #d1d5db;
	box-shadow: inset 0 0 0 calc(1px) #d1d5db;
	width: 100%;
	color: #111827;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	padding-right: 0.75rem;
	padding-left: 0.75rem;

	@media (min-width: 640px) {
		font-size: 0.875rem;
		line-height: 1.25rem;
		line-height: 1.5rem;
	}
}

.sky-form__button {
	appearance: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	border-radius: 0.375rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	background-color: #2563eb;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: none;
}

.sky-form__button:hover {
	background-color: #3b82f6;
	cursor: pointer;
}

.sky-login-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 2rem;
}

.sky-login-container .__inner {
	padding: 1.5rem;
	border-radius: 0.5rem;
	background-color: #fafafa;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid transparent;
}

.sky-login-container .__inner.error {
	border: 1px solid #e53e3e;
}

.sky-login-container .register-heading {
	line-height: 1;
	margin: 0;
}

.sky-login-container h2.register-heading {
	font-size: 1.75rem;
}

.sky-login-container h3.register-heading {
	font-size: 1.25rem;
}

.sky-login-container .register-text {
	line-height: 1;
	margin: 0;
}

.sky-login-container .sky-login {
	margin-top: 1rem;
}

.sky-login-container .register-wrapper {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sky-login-container .register-inner {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

@media (min-width: 967px) {
	.sky-login-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
