@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
html,
body * {
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
}

body {
	background: linear-gradient(rgb(24 37 105 / 73%), rgb(7 15 53 / 67%)), 
	url('/dist/img/header-bg-image.webp') 
	no-repeat center center fixed;
	background-size: cover;
}

.container {
	width: 100%;
	position: relative;
	z-index: 10;
}

.frame {
	/* height: 230px; */
	width: 415px;
	background: linear-gradient(rgb(22 39 128 / 75%), rgb(61 75 147));
	margin-left: auto;
	margin-right: auto;
	margin-top: 250px;
	/* border-top: solid 1px rgba(255, 255, 255, 0.5); */
	border-radius: 5px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: all 0.5s ease;
}

.frame-long {
	height: 615px;
}

.frame-short {
	height: 400px;
	margin-top: 50px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}

.nav {
	width: 100%;
	height: 100px;
	padding-top: 40px;
	opacity: 1;
	transition: all 0.5s ease;
}

.nav-up {
	transform: translateY(-100px);
	opacity: 0;
}

li {
	padding-left: 10px;
	font-size: 18px;
	display: inline;
	text-align: left;
	text-transform: uppercase;
	padding-right: 10px;
	color: #ffffff;
}

.signin-active a {
	padding-bottom: 10px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: solid 2px #1059ff;
	transition: all 0.25s ease;
	cursor: pointer;
}

.signin-inactive a {
	padding-bottom: 0;
	color: rgba(255, 255, 255, 0.3);
	text-decoration: none;
	border-bottom: none;
	cursor: pointer;
}

.form-signin {
	width: 415px;
	/* height: 375px; */
	font-size: 16px;
	font-weight: 300;
	padding: 40px;
	transition: opacity 0.5s ease, transform 0.5s ease;
}

p.text-center{
	margin-bottom: 20px;
}

.form-signin-left {
	transform: translateX(-400px);
	opacity: 0;
}

.form-signin input {
	color: #000c46;
	font-size: 13px;
}

.form-signin h3,p{
	color: #fff;
}

.form-styling {
	width: 100%;
	height: 35px;
	padding-left: 15px;
	border: none;
	border-radius: 20px;
	margin-bottom: 20px;
	background: rgb(255 255 255);
}

label {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	/* padding-left: 15px; */
	color: rgba(255, 255, 255, 0.7);
	display: block;
}

:focus {
	outline: none;
}

.form-signin input:focus,
textarea:focus,
.form-signup input:focus,
textarea:focus {
	background: rgb(255 255 255);
	border: none;
	padding-right: 40px;
	transition: background 0.5s ease;
}

button.btn-signin {
	padding-top: 2px !important;
}

button.btn-signin:hover {
	cursor: pointer;
	background-color: #0f4fe6;
	transition: background-color 0.5s;
}
.btn-animate button {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	padding-top: 8px;
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	margin-top: 15px;
	background-color: rgba(16, 89, 255, 1);
	left: 0px;
	top: 0px;
	transition: all 0.5s ease, top 0.5s ease 0.5s, height 0.5s ease 0.5s,
		background-color 0.5s ease 0.75s;
}
.btn-animate button:disabled{
  background-color: rgb(16 89 255 / 46%);
	cursor: not-allowed;
}

.x-icon {
  height: 1.25em;
  width: 1.25em;
  top: .125em;
  position: relative;
}
.hb-logo{
	height: 50px;
}

.login-logo{
	text-align: center;
}
.loading{
	display: none;
	text-align: center;
	margin-bottom: -30px;
}
.fa-refresh{
	font-size: 35px;
	margin-bottom: 10px;
}
.loading h4{
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.signin-link p{
	color:#fff;
}
.signin-link a{
	color:#2c6dff;
}
.signin-link {
	text-align: center;
	margin-top:20px;
}
.signin-error-msg{
	color: #c8141c;
	font-size: 18px;
}

.btn-primary {
	background-color: #007ce7 !important;
	border-color: #007ce7 !important;
}
.btn-lg {
	font-size: 14px !important;
	font-weight: bold !important;
}

@media (max-width: 600px) {
  .frame{
		width: 100% !important;
	}
	.form-signin{
		width: 100% !important;
	}
}
