body {
	color: #212121;
	font-family: Nunito, sans-serif;
}

.osprey-login-wrapper nav.navbar {
	padding: 3rem 5rem 0;
	margin: 0;
}

.osprey-login-wrapper a.navbar-brand {
	background-color: #fff;
	padding: 0;
}

.osprey-login-wrapper .osprey-login-form {
	height: calc(100vh - 112px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.osprey-login-form__title h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	letter-spacing: -0.5px;
	line-height: 42px;
}

.osprey-login-form__subtitle p {
	font-size: 16px;
	margin-bottom: 50px;
	letter-spacing: 0;
	line-height: 24px;
	opacity: 0.5;
}

.osprey-login-wrapper .form-group label {
	color: rgba(33, 33, 33, 0.5);
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.54px;
	line-height: 18px;
}

.osprey-login-wrapper input.form-control {
	border: 1px solid #dce0e0;
	border-radius: 8px;
	background-color: #ffffff;
	color: #212121;
	font-size: 15px;
	height: 48px;
	letter-spacing: 0;
	line-height: 20px;
}

#ospreyLoginForm .form-group {
	margin-bottom: 26px;
}

#ospreyLoginForm .btn {
	background-color: rgb(44, 62, 80);
	border-radius: 8px;
	font-size: 15px;
	font-weight: bold;
	height: 48px;
	letter-spacing: 0;
	line-height: 34px;
	text-align: center;
}

#ospreyLoginForm .form-group.osprey-login-form__sign-in {
	margin-bottom: 16px;
}

#ospreyLoginForm .form-group.osprey-login-forgot-password a {
	color: #b3b3b3;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 22px;
}

.osprey-login-wrapper .login-bg {
	/* base theme */
	 background: url(../images/osprey-login-bg@2x.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100vh;
}

.authorization {
	color: red;
	font-size: 18px;
}

.nopadding {
	padding: 0px;
}

/*----------  MEDIA QUERIES  ----------*/
@media (max-width: 568px) {
	.osprey-login-wrapper nav.navbar {
		padding-left: 0px;
	}
}
