body {
	background-color: #0B1629;
	font-family: 'Open Sans', sans-serif;
}

html, body {
	height: 100%;
	margin: 0;
}


.sign-in-header {
	text-align: center;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #ffffffbd;
	font-size: 28px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 41px;
	margin-top: 24px;
}


.sign-in-parent {
	border: none;
	background-color: #002536;
	position: absolute;
	width: 549px;
}

.form-control.is-invalid {
    border-color: #526B77;
}

.form-control {
	border: none;
	border-bottom: 1px solid #526B77;

	height: 48px;
	border-radius: 0px;
	text-align: center;
	background-color: #002536 !important;
	transition: 0.2s !important;
	color: #ffffffc4 !important;
}



.form-control:focus {
	box-shadow: none;
	background-color: #002536 !important;
	border-color: #526B77;
}
.form-control:active {
	box-shadow: none;
	background-color: #002536 !important;
}

.form-parent {
	display: flex;
	justify-content: center;
	padding-bottom: 0px;
}

.input-parent {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 0;
	position: relative;
}

.progress-input-line {
	width: 1px;
	height: 20px;
	background: #526B77;
}

.progress-input-line-2 {
	align-self: start;
	height: 20px;
}

.form-line-right {
	border-right: 1px solid #526B77;
}

.form-line-left {
	border-left: 1px solid #526B77;
}

.card-body {
	padding: 0;
}

.checkbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-group {
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}

.divider-text{
	position: relative;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 17px;
}

.divider-text span {
	padding: 7px;
	font-size: 12px;
	position: relative;
	z-index: 2;
}

.divider-text:after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #ddd;
	top: 55%;
	left: 0;
	z-index: 1;

}

.placeholder-text {
	color: #ffffff69;
	align-self: center;
	font-weight: 100;
	position: absolute;
	margin-bottom: 0;
	top: 12px;
	background-color: #00253600;
	padding: 0 6px;
	transition: 0.2s;
	pointer-events: none;
}


.background-color-2 {
	z-index: 0;
	background: linear-gradient(to top, #faffff 38%, #ecfdfc 45%);
}

.svg-login-background {
	position: absolute;
}

.svg-bottom-login {
	display: flex;
	height: 100%;
	align-items: flex-end;

}

.login-parent {
	width: 70%;
}

.login-center {
    /*position: absolute;*/
    /*height: 90%;*/
    /*width: 100%;*/
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

button:focus {
	outline: none;
}

@media only screen and (max-width: 600px) {
    .login-center {
		padding-top: 20px;
		margin-bottom: 30px;
		height: 100%;
    }
	.sign-in-parent {
		width: 95%;
	}
	.login-parent {
		width: 76%;
	}
    .sign-in-header {
        margin-bottom: 30px;
        margin-top: 25px;
    }

}
@media only screen and (max-width: 375px) {
	.login-parent {
		width: 85%;
	}
}
@media only screen and (max-width: 321px) {
	.login-parent {
		width: 90%;
	}
}

@media only screen and (max-height: 440px) {
    .login-center {
        padding-top: 30px;
        align-items: unset;
    }
	.sign-in-header {
		font-size: 22px;
		margin-bottom: 25px;
		margin-top: 10px;
	}
}

@media only screen and (max-height: 376px){
	.login-parent {
		width: 63%;
	}
}

@media only screen and (max-height: 321px){
	.sign-in-parent {
		height: 280px;
	}
	.login-parent {
		width: 66%;
	}
}
/*.cta-button {*/
/*    text-shadow: 0px 0px 2px black;*/
/*    background-color: #09de99;*/
/*    padding: 10px 20px;*/
/*    font-size: 11px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2.5px;*/
/*    font-weight: 500;*/
/*    color: #fff;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 0px 13px -6px black;*/
/*    transition: all 0.3s ease 0s;*/
/*    cursor: pointer;*/
/*    outline: none;*/
/*}*/

/*.cta-button:hover {*/
/*    text-decoration: none;*/
/*    background-color: #5b0eaf !important;*/
/*    transition: 0.5s;*/
/*    text-shadow: 0px 0px 2px black;*/
/*}*/

/*.main-bg-color {*/
/*    width: 100%;*/
/*    height: 960px;*/
/*    z-index: -2;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*.cta-text {*/
/*    text-align: center;*/
/*    font-family: 'Nunito', sans-serif !important;*/
/*}*/

/*.heading-bold {*/
/*    font-weight: 600; */
/*    font-family: 'Nunito', sans-serif !important;*/
/*}*/

/*.btn-login {*/
/*    background-color: #55cdb2;*/
/*    border-color: #ddefeb;*/
/*}*/

/*.btn-login:hover {*/
/*    background-color: #3ee7c2;*/
/*    border-color: #ddefeb;*/
/*}*/

/* ____________________________ */
/* __________ BTN __________ */
/* ____________________________ */












button {
	color: white;
	padding: 9px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 0px;
	font-weight: 700;
	/*box-shadow: 0px 2px 2px 2px #00000036;*/
	transition: 0.5s;

}

button:hover {
	text-decoration: none;
}

.svg-button {
	transition: 0.5s;
}



.cta {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.cta:hover {
	text-decoration: none;
}
.cta svg {
	width: 17px;
}

.cta path {
	fill:none;
	stroke:#394b5a;
	stroke-width:20px;
	stroke-miterlimit:10;
}

.cta button {
	border: none;
	color: #ffffffe0;
	padding: 7px 5px;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	font-size: 12px;
	cursor: pointer;
	border-radius: 0px;
	font-weight: 400;
	text-shadow: 0 1px 2px #555;
	border-top: solid;
	border-bottom: solid;
	border-color: #394b5a;
	border-width: 1px;
    flex: 1;
}

.cta button, .cta path {
	fill: #394b5a;
	background-color: #394b5a;
	transition: all 0.15s;
}

.cta:hover path, .cta:hover button {
	stroke: #26a29f;
	color: white !important;
	border-color: #26a29f;
}







input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px #002536 inset;
	background-color: red;
}