.workarea {
    min-height: 80vh;
    background: #00000040;
}
.container.bx-content-section {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
}
.logo {
    margin: 30px 0;
}
.bx-title {
    padding-bottom: 20px;
}
.bx-authform-link-container, .bx-authform-description-container {
    color: #fff!important;
}

.bx-authform-content-container, .bx-authform-label-container {

    padding-bottom: 10px;
    color: #aaa;
    font-size: 12px;
    padding: 5px;
    text-transform: uppercase;
}
.bx-authform-input-container input[type="text"], .bx-authform-input-container input[type="password"] {
    height: 45px;
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgb(255 255 255 / 46%);
    color: #fff;

}
.bx-authform-link-container a {
    color: #fff;
    border: 1px solid white;
    padding: 7px 10px;
    margin: 10px auto;
    position: relative;
    display: block;
    border-radius: 10px;
    background: #0d6efd1a;
}

.btn.btn-primary {
    border: none;
    display: block;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    padding: 15px 20px;
    border-radius: 25px;
    background: #1161ee;
    letter-spacing: 0.05em;
    font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #0b6eff;
    color: #fff;
    box-shadow: inset 3px 3px 6px #50aeff, inset -3px -3px 6px #ccc;
}
.nav > .nav-item > a:hover, .nav > .nav-item > a:focus {
    background: linear-gradient(90deg, #4c4f55 33%, rgb(0 212 255 / 0%) 100%);
    border-radius: 45px;
}
.nav > li > a {
    padding: 7px 15px;
}
button.btn.btn--link {
    width: 150px;
    vertical-align: middle;
    height: auto;
    background: #f8f9fa14;
    box-shadow: #343a40 -6px -8px 13px, #333 6px 6px 13px;
    border-radius: 20px;
    display: block;
    padding: 10px 20px;
    color: #dee2e6;
    font-size: 14px;
    line-height: 19px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    text-align: center;
    margin: 10px;
}
.btn.btn--link:hover {
    color: #0d6efd;
    background: #fff;
}
.content-center {
    justify-content: center;

}

.p-a {
    position: absolute;
    top: 200px;
    left: 50%;
    left: 50%;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);

}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;

}
@media (max-width: 767px){
.bx-authform {
    margin: 0px 15px 25px;
    max-width: 320px;
} 
}
/*FOOTER*/
.position-relative {
    position: relative !important;
}
	.light-gray-1 {
    background-color: #FAFAFA;
}
	.text-color {
    color: #252B42;
}
	@media screen and (min-width: 992px){.h3 {
    font-size: 24px;
		}}
	.second-text-color {
    color: #737373;
}
		.primary-color {
    background-color: #2091F9;
    border-color: #2091F9;
    color: #fff;
}
.dark-background-color {
    background-color: #252B42;
}
		.align-items-stretch {
    align-items: stretch !important;
}
.light-text-color {
    color: #FFFFFF;
}
.h5 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
	@media screen and (min-width: 992px){
.h5 {
    font-size: 16px;
		}	}
	.light-text-color {
    color: #FFFFFF;
}
.h6 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-top: 0;
}
.link {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
	.icn-sm {
    font-weight: 400;
    width: 24px !important;
    height: 24px !important;
    font-size: 24px;
}
	[class^="bi-"]::before, [class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: text-bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-telephone-fill::before {
    content: "\f546";
}
/*MODAL*/

.button {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #9191E9;
  padding: 1rem 2rem;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 600px;
  width: 60%;
  height: 80%;
  background-color: #fff;
  transform: rotate(32deg);
  transition: 0.64s ease-in-out;
}
.popup__photo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
  filter: opacity(0.5);
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: 0.875rem;
  color: #686868;
  line-height: 1.5;
}
.popup:target {
  visibility: visible;
  opacity: 1;
}
.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
/*AUTH FORM*/
.bx-authform {
    margin: auto;
    overflow: hidden;
    min-height: 600px;
    position: relative;
    padding: 2rem;
    background: #252b42ab;
    box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
}
