@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Space Grotesk', 'Montserrat', sans-serif;
	color: var(--color-primary);
	background: #f8f9fa;
}
:root {
	--color-primary: #353437;
	--color-white: #fff;
	--color-black: #000;
	--color-secondary: #29abe2;
	--color-dark-black: #444;
	--grey-bg: #f7f7f7;
}
.color-primary {
	color: var(--color-primary);
}
.color-white {
	color: var(--color-white);
}
.color-black {
	color: var(--color-black);
}
.color-secondary {
	color: var(--color-secondary);
}
.color-dark-black {
	color: var(--color-dark-black);
}
.grey-bg {
	background: var(--grey-bg);
}
@font-face {
	font-family: 'butlerblack';
	src: url('../fonts/butler_black-webfont.woff2') format('woff2'), url('../fonts/butler_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'butlerbold';
	src: url('../fonts/butler_bold-webfont.woff2') format('woff2'), url('../fonts/butler_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'butlerextrabold';
	src: url('../fonts/butler_extrabold-webfont.woff2') format('woff2'), url('../fonts/butler_extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'butlerlight';
	src: url('../fonts/butler_light-webfont.woff2') format('woff2'), url('../fonts/butler_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'butlermedium';
	src: url('../fonts/butler_medium-webfont.woff2') format('woff2'), url('../fonts/butler_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'butlerregular';
	src: url('../fonts/butler_regular-webfont.woff2') format('woff2'), url('../fonts/butler_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'butlerultralight';
	src: url('../fonts/butler_ultra_light-webfont.woff2') format('woff2'), url('../fonts/butler_ultra_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html {
	scroll-behavior: smooth;
}
section {
	width: 100%;
	position: relative
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
}
a {
	color: var(--color-dark-black);
	text-decoration: none
}
a,
input,
.custom-btn,
.btn,
.form-control {
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
a:hover {
	color: var(--color-secondary);
	text-decoration: none
}
.img-responsive {
	width: 100%;
	float: left
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}
a:focus,
button:focus {
	outline: none
}
.sec-padding {
	padding: 80px 0
}
p {
	font-size: 16px;
	font-weight: 500;
}
h2 {
	font-size: 42px;
}
.custom-btn {
	position: relative;
	color: #F9FAF9;
	border: 1px solid var(--color-secondary);
	padding: 9px 30px;
	display: inline-block;
	background: var(--color-secondary);
	font-size: 16px;
	min-width: 210px;
	text-align: center;
	line-height: 32px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-weight: 500;
}

.banner-slider {
    /* margin-top: 90px; */
    text-align: center;
	background: url('/images/banner/Rectangle2.jpg')
}
.custom-btn:hover {
	color: var(--color-white);
	background: var(--color-dark-black);
	border-color: var(--color-dark-black);
}
.sec-hd {
	display: inline-block;
	margin-bottom: 40px;
	font-size: 42px;
	font-weight: 600;
	position: relative;
	font-family: 'butlerregular';
	letter-spacing: 1px;
}
.sec-hd:before {
	content: "";
	position: absolute;
	width: 20%;
	background: var(--color-secondary);
	height: 2px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1340px
	}
}
@media (min-width: 1600px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1440px;
	}
}
.animenu {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: fixed;
	padding: 15px 0;
	top: 0;
	left: 0;
    background: white;
	z-index: 99999;
}
nav.animenu.sticky {
	background: var(--color-white);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 7px 0
}
.logo {
	width: 160px;
	float: left
}
.logo img {
	width: 100%;
	float: left;
	position: relative;
	top: 10px;
}
.animenu-nav {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
	float: right;
}
.animenu-toggle {
	display: none;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	padding: 5px;
	height: 40px;
	width: 40px;
}
.animenu-nav--open {
	display: block
}
.animenu-toggle-bar {
	display: block;
	width: 30px;
	height: 3px;
	background-color: var(--color-secondary);
	transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
	margin: 7px 0;
}
.animenu-toggle-bar+.animenu-toggle-bar {
	margin-top: 4px
}
.animenu-toggle-active::before {
	transform: rotate(45deg);
}
.animenu-toggle-active::before,
.animenu-toggle-active::after {
	position: absolute;
	left: 20px;
	content: ' ';
	height: 40px;
	width: 2px;
	background-color: var(--color-secondary);
	top: 0;
}
.animenu-toggle-active::after {
	transform: rotate(-45deg);
}
.animenu-toggle.animenu-toggle-active .animenu-toggle-bar {
	display: none;
}
.animenu-toggle--active .animenu-toggle-bar {
	margin: 0;
	position: absolute
}
.animenu-toggle--active .animenu-toggle-bar:nth-child(1) {
	transform: rotate(45deg)
}
.animenu-toggle--active .animenu-toggle-bar:nth-child(2) {
	opacity: 0
}
.animenu-toggle--active .animenu-toggle-bar:nth-child(3) {
	transform: rotate(-45deg)
}
.animenu-toggle {
	display: none
}
a.cd-signup {
	background: var(--color-secondary);
	min-width: 120px;
	text-align: center;
	color: var(--color-white) !important;
	position: relative;
	margin-top: -9px;
	padding: 12px 7px !important;
	top: -4px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
a.cd-signup:hover {
	background: var(--color-dark-black);
}
.animenu-nav>li {
	position: relative;
	margin: 16px 20px 3px;
	float: left;
}
.animenu-nav>li:last-child {
	margin-right: 0;
}
.animenu-nav>li>a {
	text-transform: uppercase;
	float: left;
	font-size: 16px;
	font-weight: 500;
	padding: 0 7px;
	color: var(--color-dark-black);
}
.animenu-nav>li>a:hover {
	color: var(--color-secondary);
}
.banner-content h2 {
    font-size: 3rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    /* background-image: url("/images/banner/ink_splash_1.png");
    background-repeat: no-repeat;
    background-position: center bottom; */
}
.banner-content p {
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #2d2e2f;
}
.banner-content-box {
	position: relative;
    margin: auto;
    padding-top: 12rem;
	padding-bottom: 12rem;
}
.banner-content {
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1440px;
}
.increased-list {
	width: 100%;
	display: flex;
	margin: 60px 0 10px;
	position: relative;
	justify-content: space-between;
}
.increased-list li {
	padding: 0 15px
}
.increased-img {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px
}
.increased-img img {
	height: 80px;
}
.increased-list li p {
	display: block;
	padding: 0 10%;
}
.increased-list li h4 {
	margin-bottom: 30px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.increased-list li h4:before {
	content: "";
	position: absolute;
	width: 20%;
	background: var(--color-secondary);
	height: 2px;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
footer {
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 60px 0;
    background-color: white;
}
footer a {
	display: block;
}
footer h2 {
	font-family: 'butlerregular';
	font-weight: 700;
	margin: 0 0 40px;
}
.footer-link {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footer-link li {
	display: inline-block;
	margin: 10px 10px 0;
}
.footer-link li a:hover {
	color: var(--color-secondary);
}

.footer-link li a {
    text-decoration: underline;
}

.conversion-sec {
	background-image: url(/images/banner/campaign.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: var(--color-white);
}
.conversion-sec:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: #29abe2;
}
.conversion-sec:after {
	content: "";
	position: absolute;
	width: 290px;
	height: 200px;
	bottom: 0;
	left: 0;
	background-image: url(/images/banner/conversion-shape.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.conversion-sec h1 {
	font-weight: 700;
}
.conversion-sec h2 {
	font-size: 18px;
	margin-top: 50px;
	position: relative;
	line-height: 38px;
	margin-bottom: 50px;
	padding-right: 25%;
}
.conversion-sec h2:before {
	content: "\f10d";
	position: absolute;
	font: normal normal normal 52px/1 FontAwesome;
	top: 0;
	left: -70px;
}
.conversion-sec h5 {
	font-weight: 600;
}
.conversion-sec h6 {
	margin-bottom: 50px;
}
.conversion-sec h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}
.conversion-sec p {
	padding-right: 10%;
}
.col-sm-6.conversion-right {
	padding-left: 13%;
}
.family-left {
	width: 50%;
	float: left;
}
.family-right {
	width: 50%;
	float: left;
}
.family-content-box {
	padding: 50px 0 0 70px;
	width: 100%;
	float: left;
	max-width: 570px;
}
.family-content-box h5 {
	font-weight: 600;
	margin-bottom: 10px;
}
.family-content-box p {
	margin-bottom: 28px;
}
.family-content-box .sec-hd:before {
	margin: 0;
}
.conversion-rate {
	background-image: url(/images/banner/cta_image.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: var(--color-white);
}
.conversion-rate .custom-btn {
	color: var(--color-secondary);
	background: var(--color-white);
}
.conversion-rate .custom-btn:hover {
	color: var(--color-white);
	background: var(--color-dark-black);
}
#brand-slider .item {
	padding: 0 15px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
#brand-slider .item img {
	max-width: 110px;
	float: none;
	margin: 0 auto;
}
.timeline-box {
	width: 80%;
	padding: 50px 0;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}
.timeline-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: var(--color-secondary);
	z-index: 1
}
/* .timeline-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background-image: url(../images/pattern.png);
	background-repeat: no-repeat;
	z-index: 1
} */

.timeline-block {
	width: -webkit-calc(50% + 8px);
	width: -moz-calc(50% + 8px);
	width: calc(50% + 8px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	clear: both;
}
.timeline-block-right {
	float: right;
}
.timeline-block-left {
	float: left;
	direction: rtl
}
.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid var(--color-secondary);
	background: var(--color-white);
	margin-top: 10px;
	z-index: 9
}
.timeline-content {
	width: 65%;
	padding: 0 15px;
}
.timeline-content img {
	max-width: 100px;
	margin-bottom: 20px;
}
.timeline-content h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.timeline-content h3:before {
	content: "";
	position: absolute;
	width: 60px;
	background: var(--color-secondary);
	height: 2px;
	bottom: -15px;
	left: 0;
}
.timeline-content p {
	line-height: 1.5em;
	word-spacing: 1px;
}
.page-banner {
	background: var(--grey-bg);
	padding: 90px 0 0;
}
.page-banner h2 {
	font-family: 'butlerregular';
	margin-bottom: 20px;
	font-weight: 600;
}
.custum-breadcum {
	background: transparent;
	margin: 0;
	padding: 20px 0;
}
.custum-breadcum>li+li:before {
	padding: 0 5px;
	color: var(--color-dark-black);
	content: "/\00a0";
}
.login {
	width: 100%;
	margin: 15px auto 100px;
	max-width: 520px;
	position: relative;
    background-color: white;
}
.login-header,
.login p {
	margin-top: 0;
	margin-bottom: 0;
}
.login-triangle {
	width: 0;
	margin-right: auto;
	margin-left: auto;
	border: 12px solid transparent;
	border-bottom-color: var(--color-secondary);
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.login-header {
    padding-top: 47px;
	background: white;
	font-size: 35px;
	text-transform: capitalize;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #2d2e2f;
}
.login-container {
	background: white;
	padding: 30px 40px 41px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.login .form-control {
	height: 48px;
}
.login input[type="submit"], .login button {
	background: var(--color-secondary);
	border-color: transparent;
	color: var(--color-white);
}
.login input[type="submit"]:hover, .login button:hover {
	background: var(--color-dark-black);
}
.avatar-upload {
	position: relative;
	max-width: 100px;
	margin: 0 auto 30px;
}
.avatar-upload .avatar-edit {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 10px;
}
.avatar-upload .avatar-edit input {
	display: none;
}
.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: 0;
	border-radius: 100%;
	background: var(--color-white);
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
	content: "\f040";
	font-family: "FontAwesome";
	color: var(--color-dark-black);
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	font-size: 12px;
	line-height: 7px;
}
.avatar-upload .avatar-preview {
	width: 100px;
	height: 100px;
	position: relative;
	border-radius: 100%;
	border: 6px solid var(--color-secondary);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.accordion li {
	width: 100%;
	float: left;
    margin-bottom: 15px;
	position: relative;
	padding: 40px 25px;
    background-color: white;
}
.accordion-head {
	color: var(--color-primary);
	float: left;
	width: 100%;
	position: relative;
	padding-right: 60px;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #2d2e2f;
}
.accordion-head i.fa {
	cursor: pointer;
	background: #00ade720;
	color: #00ade7;
	min-width: 36px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	right: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	top: 0px;
}
.accordion-panel {
	width: 100%;
	float: left;
	background: white;
	color: var(--color-primary);
	padding: 15px;
    padding-bottom: 0;
}
.accordion-panel p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #2d2e2f90;
}
#howwork video {
	width: 100%;
	position: relative;
	display: inline-block;
	border: 1px solid var(--color-primary);
}
.send-password-btn.form-control {
	background: var(--color-secondary);
	color: var(--color-white);
	border-color: var(--color-secondary);
}

.animenu-nav li a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #2d2e2f;
}

.animenu-nav li a.cd-signup {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #00ade7 !important;
    border-radius: 10px;
    background-color: #00ade720;
}

.custom-search {
    position: relative;
}
.custom-search-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 100px 10px 20px;
    line-height: 2;
    box-sizing: border-box;
    outline: none;
}
.custom-search-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #00ade7;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 10px;
    z-index: 2;
    padding-top: 10px;
}

.custom-search-botton:hover{
    color: white;
}

.background-image-group{
    background-image: url(/images/banner/shape_1@1x.png), url(/images/banner/shape_2@1x.png);
    background-position: 0% 13%, 98% 96%;
    background-repeat: no-repeat, no-repeat;
    max-width: 70%;
    padding: 72px;
}

.get-more-now-title {
    background-image: url(/images/banner/ink_splash_2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2d2e2f;
}

.header-icon-blue {
    border-radius: 50%;
    padding: 20px;
    background-color: #00ade720;
    margin-top: 5px;
}

.header-icon-yellow {
    border-radius: 50%;
    padding: 23px;
    background-color: #ff9a5420;
    margin-top: 5px;
}

.header-icon-red {
    border-radius: 50%;
    padding: 20px;
    background-color: #ff616120;
    margin-top: 5px;
}

.small-title {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #2d2e2f;
    margin-bottom: 0;
}

.small-description {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #2d2e2f;
}

.screenshot-2-img {
    background-image: url('/images/banner/shape_3@1x.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 40px 40px 0;
    max-width: 95%;
}

.bg-main {
    background-color: #00ade7;
    background-repeat: no-repeat;
    background-image: url('/images/banner/ceo_cofounder_portrait.png');
    background-position: 90% 0;
    background-size: contain;
    margin-top: 150px;
    width: 75%;
}

.national-referral-text {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
}

.national-comment {
    margin-left: 10px;
    margin-top: 8px;
}

.oana-detail {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.13;
    letter-spacing: normal;
    color: #ffffff80;
}

.boundary-section {
    margin-top: -10rem;
    padding-top: 15rem;
    padding-bottom: 5rem;
}

.screenshot-3-img {
    background-image: url('/images/banner/shape_4@1x.png');
    background-position: 0% 100%;
    background-repeat: no-repeat;
    padding: 0px 0px 40px 40px;
    max-width: 95%;
}

.coordination-title {
    background-image: url(/images/banner/ink_splash_2.png);
    background-position: 34% 33%;
    background-size: 25%;
    background-repeat: no-repeat;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #2d2e2f;
}

.small-header-icon{
    border-radius: 50%;
    padding: 2px;
    background-color: #00ade720;
    margin-top: 5px;
    color: #00ade7;
}

.m-b-t-auto{
    margin-top: auto;
    margin-bottom: auto;
}

.frequently-question-title {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #2d2e2f;
}

.join-title {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    color: #ffffff;
}

.join-description {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #ffffff;
}

.header-description{
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #2d2e2f;
}

.login label {
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.93px;
    color: #727b84;
}

.login input:focus {
    border-radius: 10px;
    border: solid 2px rgba(0, 173, 231, 0.2);
    background-color: #ffffff;
    box-shadow: none;
}

.login a{
    color: #00ade7;
    padding: 0;
}

.login-container-box{
    position: relative;
}

.container-background {
    position: absolute;
    background-color: #00ade7;
    transform: skewY(
        -5deg
    );
    width: 100%;
    height: 324px;
    bottom: 71px;
}
