body{
    overflow-x: hidden;
}
*{
    box-sizing: border-box;
}
.row-no-gutter>[class*=col] {
	padding-left: 0;
	padding-right: 0
}
.full-screen {
	width: 100%;
	min-height: 100vh
}
.brk-backgrounds {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.brk-backgrounds.brk-abs-overlay {
	position: absolute
}

.brk-backgrounds__canvas {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.brk-backgrounds__content {
	position: relative;
	z-index: 9
}

.brk-backgrounds__before {
	position: absolute;
	top: 0;
}

.brk-base-bg-gradient-15 {
	/* background-image: linear-gradient(to right, #00c6ff, #0F5AE0 50%, #7202bb); */
	background-color: black;
}

.brk-abs-overlay {
    z-index: -1;
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.brk-backgrounds__canvas {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.z-index-2 {
	z-index: 2;
}

.mb-60 {
	margin-bottom: 60px;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
	padding-right: 15px;
}

.btn-backgrounds {
	display: inline-block;
	min-width: 260px;
	height: 56px;
	border-radius: 28px;
	background-color: #fff;
	position: relative;
	letter-spacing: -.06em;
	padding-right: 25px;
	font-size: .8125rem;
	line-height: 56px
}

.btn-backgrounds .before{
	position: absolute;
    top: 50%;
    right: 7px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-right: 23px;
    letter-spacing: -.06em;
}

.btn-backgrounds .before i{
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: 0;
	font-size: 1.125rem;
}

.btn-backgrounds_transparent {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	border: 1px solid #fff;
	transition: .3s ease-in-out;
}

.btn-backgrounds_transparent .before {
	background-color: #fff
}

.btn-backgrounds_transparent:hover {
	color: #fff;
	text-decoration: none;
	border-color: #fff;
}

.btn-backgrounds_left-icon {
	padding-right: 0;
	padding-left: 25px
}

.btn-backgrounds_left-icon .before {
	right: auto;
	left: 7px
}

.font__family-montserrat {
	font-family: Montserrat, sans-serif
}

.font__weight-normal {
	font-weight: 400
}

.font__size-13 {
	font-size: .8125rem;
}
.font__weight-bold {
	font-weight: 700
}

.font__size-42 {
	font-size: 2.625rem
}
.line__height-42 {
	line-height: 42px
}

.mt-0 {
	margin-top: 0;
}
.mb-45 {
	margin-bottom: 45px;
}

.brk-form-wrap {
	margin-top: 30px
}

.brk-form-strict input{
	border: 0;
	border-bottom: 1px solid #e8ecff;
	color: #272727;
	height: 54px;
	width: 100%;
	font-size: .875rem;
	background-color: transparent;
	transition: .4s ease;
	box-shadow: none;
	padding: 0 15px 0 21px;
	border-radius: 0;
	outline: none !important;
}

.brk-form-strict input:focus{
	border-color: black;
	outline: 0 !important;
	box-shadow: none !important;
}

.maxw-570 {
	max-width: 570px;
}

.pl-10 {
	padding-left: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-40 {
	margin-top: 40px;
}

.font__size-14 {
	font-size: .875rem
}
.line__height-24 {
	line-height: 24px
}
.brk-base-font-color {
	color: #2775FF;
}
.text-decoration_underline {
	text-decoration: underline
}
.btn-backgrounds_280 {
	min-width: 280px
}
.btn-backgrounds_white {
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
	color: #272727
}

.btn-backgrounds_white .before {
	background-color: #eee
}
.letter-spacing-20 {
	letter-spacing: .02em;
}
.mt-10 {
	margin-top: 10px;
}
.hide {
	display: none;
}


a:hover{
	text-decoration: none;
}

.input-wrapper{
	display: flex;
	position: relative;
}

.error-label{
	color: red;
	font-size: 10pt;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	display: none;
}

.login-logo{
	max-width: 430px;
}

@media screen and (max-width: 1252px){
	.maxw-570{
		max-width: unset;
	}

	#CustomerLoginForm{
		margin-top: 40px;
		text-align: center;
	}

	.ctrl-btns{
		justify-content: center !important;
	}

	.login-logo {
		max-width: 340px;
	}
}