@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600&display=swap');


body {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: var(--txtClr);
  background-color: #f6f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
label {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
textarea {
  resize: none;
}

/* UTILITIES */

/* END UTILITIES */

/* COMPONENTS */
.button {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 12px 25px;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
  background-color:#d18f2d;
}

/* END COMPONENTS */

/* LAYOUT */
.main {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }
}
/* END LAYOUT */
.login-section{max-width: 1023px; min-height:500px; margin: 0px auto;
  position: relative; border-radius: 30px;  }
.ll-login{width: 100%; height: auto; float: left; margin-top: 50px;}
.ll-login h2{ font-size:40px; line-height: 45px; color: #fff; margin-bottom: 20px; }
.ll-login p{font-size: 14px; color: #fff; margin-top: 35px;}
.ll-login p a{color: #f47458;}
.ll-login p a:hover{text-decoration: underline;}
.login {
    height:100vh;
    width: 100%;
    position: relative;
}
.login_box {
  width: 100%;
    max-width: 1050px;
    height: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background:#372444 url(../images/reception.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 30px;
    display: flex;
}
.login_box .left{
  width: 50%;
  height: 100%;
  padding: 25px 58px; border-radius: 30px;
  
}
.login_box .right{
  width: 48%;
  height: 100%;
  padding: 70px 25px;
}
.left .top_link a {
    color: #452A5A;
    font-weight: 400;
}
.left .top_link{
  height: 20px
}
.left .contact{
  display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 100%;
    width: 100%;
    margin: auto;
}
.left h3{
  text-align: center;
  margin-bottom: 40px;
}
.left input {
    border: none;
    width: 80%;
    border-bottom: 0px solid #4f30677d;
    padding:22px 9px 9px;
    width: 100%;
    overflow: hidden;
    font-weight: 400;
    font-size: 13px;
}
.left{
  background:url(../images/vector.png); 
  background-position:-193px -45px;
  background-repeat: no-repeat; background-size:120%
}
.submit {
    border: none;
    padding: 15px 70px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 120px;
    background: #583672;
    position: relative;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}

.aglin-dt{width:170px; height:170px; margin: 0px auto; float: none; 
  position: absolute; z-index: 9999; top:-80px; left: 0px; right: 0px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 50%;}
.aglin-dt img{width: 100%; height: auto;}
.right {
  color: #fff;
  position: relative; overflow: hidden;
}

.right .right-text{
  height:auto;
  position: relative;
  margin-top:110px;
}
.right-text h2{
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  line-height:50px;
}

.right .right-inductor{
  position: absolute;
  width: 70px;
  height: 7px;
  background: #fff0;
  left: 50%;
  bottom: 70px;
  transform: translate(-50%, 0%);
}
.top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}
.floating {
  margin-bottom: 1rem;
  background-color: var(--field__background);
  transition: background-color 0.2s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.floating:hover,
.floating:focus-within {
  background-color: var(--field__background--hover);
}

.floating__input {
  padding:10px 5px;
  font-size: 1rem;
  background: rgba(255,255, 255, 0.7);
  border-radius: 6px;
}

.floating:hover .floating__input {
  border-color: var(--input__border--hover);
}

.floating__input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 400;
  pointer-events: none;
}

.floating__label::before {
  color: #525068;
  content: attr(data-content);
  display: inline-block;
  filter: blur(0);
  font-size: 14px;
  backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left:8px;
  top:5px;
  position: relative;
}

.floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
  opacity 180ms cubic-bezier(0.4, 0, 0.2, 1),
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
 
}

:focus-visible{outline: none !important;}

.floating__input:focus + .floating__label::after {
  transform: scale3d(1, 1, 1);
  opacity: 0;
}

.floating__input:placeholder-shown + .floating__label::before {
  transform: translate3d(0, -2.8rem, 0) scale3d(1, 1, 1);
}

.floating__label::before,
.floating__input:focus + .floating__label::before {
  transform: translate3d(0, -3.12rem, 0) scale3d(0.82, 0.82, 1);
}

.floating__input:focus + .floating__label::before {
  color: #525068; outline: none;
}



input {
  background: none;
  border: 0;
  display: block;
  width: 100%;
  font-weight:600;
}

.hidden--visually {
  height: 0px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.button {
  background:#c57b38;
  border-width: 0;
  color: #fff;
  display: block;
  width:auto;
  padding: 7px 55px;
  font-weight:400;
  font-size:16px;
}







@media only screen and (max-width:1920px){
  
}
@media only screen and (max-width:1880px){
 
}
@media only screen and (max-width: 1680px){

}

@media only screen and (max-width: 1480px){     
}
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1199px){

}

@media only screen and (max-width: 1024px){
.login_box{top:360px;width: 90%;}
.right-text h2 {
    font-size: 30px;
    line-height: 47px;
}
}

@media only screen and (max-width: 767px) {
.login-section{border-radius: 30px 30px 0 0;}
.login_box{width: 100%; top:400px; height: auto; float: left; padding-bottom: 50px; display: inline-block; background:none; border-radius: 30px 30px 0 0;}
.login_box .left{width: 100%; padding: 135px 50px 30px;}
.login_box .right{display:none;}
.login_box{background-color: #372444;}
.left{
 background-position:-193px -60px;background-size:140%; max-width:400px;
	}
}

@media only screen and (max-width: 680px){
.login_box{top:440px;}
.logo {
    width: 41%;
}

}


@media only screen and (max-width: 560px){

}

@media only screen and (max-width: 480px){

}


@media only screen and (max-width: 320px){


}
