.login-main-page .login-wrapper {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

.login-main-page {
    background-position: 50%;
    background-size: cover;
    padding: 100px;
    position: relative;
    z-index: 1;
}

.login-wrapper {
    box-shadow: 0 0 60px 10px rgba(85,44,44,.2);
    display: flex;
    height: calc(100vh - 200px);
    min-height: 600px;
}

* {
    outline: none;
    padding: 0;
}

.login-main-page .login-wrapper {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}
  
*, :after, :before {
    box-sizing: border-box;
}
/*
.login-wrapper .login-aside-left {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background: linear-gradient(90deg,#55bb91 25%,#32a375);
    display: table;
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
    padding: 50px;
    position: relative;
    z-index: 1;
}*/

.login-wrapper .login-aside-left {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background: linear-gradient(90deg,#55a7bb 25%,#325aa3);
    display: table;
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
    padding: 50px;
    position: relative;
    z-index: 1;
}

.login-wrapper .login-aside-left:before {
    -webkit-animation: dzMove1 5s linear infinite;
    animation: dzMove1 5s linear infinite;
    background: #528fa7;
    left: -35px;
    top: 30%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login-wrapper .login-aside-left:after, .login-wrapper .login-aside-left:before {
    box-shadow: 0 0 0 60px hsla(0,0%,100%,.1);
    content: "";
    height: 150px;
    position: absolute;
    width: 150px;
    z-index: -1;
}

:after, :before {
    margin: 0;
    padding: 0;
}
*, :after, :before {
    box-sizing: border-box;
}

body {
    font-size: .875rem;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

img, svg {
    vertical-align: middle;
}

.login-wrapper .login-logo {
    position: absolute;
}

.login-wrapper .login-aside-left .login-description {
    display: table-cell;
    vertical-align: bottom;
}

.login-wrapper .login-aside-left:after {
    -webkit-animation: dzMove1 8s linear infinite;
    animation: dzMove1 8s linear infinite;
    background: #ffb774;
    right: -30px;
    top: -30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
 
.login-wrapper .login-aside-left:after, .login-wrapper .login-aside-left:before {
    box-shadow: 0 0 0 60px hsla(0,0%,100%,.1);
    content: "";
    height: 150px;
    position: absolute;
    width: 150px;
    z-index: -1;
}

.login-main-page .main-title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}

.login-wrapper .login-aside-left .login-description p {
    color: hsla(0,0%,100%,.8);
    font-size: 16px;
    line-height: 1.5;
}

.login-wrapper p {
    color: #666;
    font-size: 16px;
}

.login-wrapper .social-icons {
    display: flex;
}

.login-wrapper .bottom-privacy {
    color: #fff;
}

.mt-5 {
    margin-top: 3rem !important;
}

.login-wrapper .bottom-privacy a {
    color: inherit;
}

.btn-link.active, .btn-link:focus, .btn-link:hover, a, a.active, a:focus, a:hover {
    text-decoration: none;
}

.m-0 {
    margin: 0!important;
}

.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.h-100 {
    height: 100%!important;
}
.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)/-2);
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-top: calc(var(--bs-gutter-y)*-1);
}
* {
    outline: none;
    padding: 0;
}

.p-5 {
    padding: 3rem!important;
}
.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2);
    width: 100%;
}

.login-wrapper .authincation-content {
    background-color: transparent;
    box-shadow: none;
}
.authincation-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px 0 hsla(215,9%,64%,.15);
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.login-wrapper .dz-title {
    color: #000;
    font-size: 35px;
    font-weight: 700;
}

.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mt-4 {
    margin-top: 1.5rem!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.login-wrapper .form-group label {
    color: #666;
    font-size: 14px;
}

.btn-primary {
    background-color: #006797;
    border-color: #015984;
}

.btn-block {
    display: block;
    width: 100%;
}

.login-wrapper .form-control {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0!important;
    color: #000;
    padding: 0; 
    display: block; 
    font-weight: 400; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.login-wrapper .login-aside-right {
    flex: 0 0 40%;
    max-width: 40%;
}
 

@media (min-width: 1200px) {
.col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
}
}

@-webkit-keyframes dzMove1 {
	0% {
		-webkit-transform: translate(0) rotate(45deg);
		transform: translate(0) rotate(45deg)
	}

	25% {
		-webkit-transform: translate(10px, 10px) rotate(45deg);
		transform: translate(10px, 10px) rotate(45deg)
	}

	50% {
		-webkit-transform: translate(5px, 5px) rotate(45deg);
		transform: translate(5px, 5px) rotate(45deg)
	}

	75% {
		-webkit-transform: translate(10px, -5px) rotate(45deg);
		transform: translate(10px, -5px) rotate(45deg)
	}

	to {
		-webkit-transform: translate(0) rotate(45deg);
		transform: translate(0) rotate(45deg)
	}
}

@keyframes dzMove1 {
	0% {
		-webkit-transform: translate(0) rotate(45deg);
		transform: translate(0) rotate(45deg)
	}

	25% {
		-webkit-transform: translate(10px, 10px) rotate(45deg);
		transform: translate(10px, 10px) rotate(45deg)
	}

	50% {
		-webkit-transform: translate(5px, 5px) rotate(45deg);
		transform: translate(5px, 5px) rotate(45deg)
	}

	75% {
		-webkit-transform: translate(10px, -5px) rotate(45deg);
		transform: translate(10px, -5px) rotate(45deg)
	}

	to {
		-webkit-transform: translate(0) rotate(45deg);
		transform: translate(0) rotate(45deg)
	}
}