
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0; 
  padding: 0; 
  box-sizing: border-box; 
  font-family: "Poppins", sans-serif; 
  text-decoration: none; 
  list-style: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*.main-box {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(201, 214, 255, 1) 100%);
    height: 100vh;
    background: url(images/Business-Technology.webp);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
}
.main-box::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #6374a396;
    z-index: 1;
}*/

form {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*box-shadow: 1px 0px 27px 0px #202020;
    z-index: 11;*/
}

/*form {
    width: 850px;
    height: 550px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 0px 27px 0px #202020;
    z-index: 11;
}*/


div.left {
    /* background-color: #7494ec; */
    background: url(../images/left-bg.png);
    width: 50%;
    height: inherit;
/*    border-radius: 30px 30% 30% 30px;*/
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
div.left::after {
    position: absolute;
    content: "";
    left: 10px;
    right: 7px;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #7494ec;
/*    border-radius: 30px 30% 30% 30px;*/
    z-index: -1;
}

div.left div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; 
  line-height: 40px; 
  width: max-content;
}

div.left div p {
  color: #fff; 
  font-size: 36px;
  margin: 0; 
  font-weight: bolder;
}

div.left div a {
  display: block;
  color: #fff; 
  text-decoration: none; 
  font-size: 14.5px; 
}

div.left div input[type="submit"] {
  border: 2px solid #fff; 
  width: 160px; 
  height: 46px; 
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  cursor: pointer; 
  font-size: 16px; 
  font-weight: bold; 
}

div.right {
  width: 50%; 
  height: 100%; 
  position: absolute; 
  left: 50%; 
  top: 0; 
  padding: 40px;
  overflow: hidden; 
}

div.right div {
  position: absolute;
  left: 50%;
  top: 45%;
  text-align: center;
  transform: translate(-50%, -50%); 
  box-sizing: border-box; 
}

div.right h1 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    opacity: 70%;
    margin-bottom: 20px;
}

div.right input {
    padding: 13px 50px 13px 20px;
    margin: 5px 0;
    background-color: #efefef;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    width: 100%;
}

div.right input:focus {
  outline-color: transparent;
}

div.right div span {
    position: absolute;
    left: 90%;
    display: block;
    color: #9d9d9d;
    font-size: 22px;
    top: 17px;
}

div.right .person {
    top: 18%;
}

div.right .lock {
    top: 33%;
}

div.right div a {
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}

div.right div button {
  background-color: #7494ec; 
  width: 100%; 
  height: 48px;
  color: #fff; 
  border: none; 
  border-radius: 8px; 
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
div.right div button:hover{
  background-color: #4660a7;
}

div.right div p {
    margin: 15px 0;
    font-size: 13px;
    color: #666666;
}

div.right div div {
  margin-top: 20px;
  top: 100%; 
  width: 100%;
}

div.right div div a {
    display: inline-block;
    margin: 0 4px;
    border: 2px solid #ccc;
    padding: 10px 5px 0 5px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    width: 13%;
    height: 45px;
}
div.right div div a:hover{
    background: #7494ec;
    color: #fff;
    border: 2px solid #7494ec;
}   
.right-sing-up .sing-up-box {
    top: 45%;
    width: 50%;
}
.input-field {
    position: relative !important;
    margin-top: 0px !important;
}
.sing-up-box h1 {
    margin-bottom: 45px !important;
}
.sing-up-box a {
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: -20px;
}
.sing-up-box .input-field .person {
    top: 28%;
}
.sing-up-box .input-field .email{
    top: 28%;
}
.sing-up-box .input-field .lock {
    top: 32%;
}
.forgot-password h1 {
    margin-bottom: 35px;
}
.forgot{
    margin-top: 20px;
}
.forgot-password{
    width: 50%;
}
.forgot-password h1 {
    display: inline-block;
    margin-bottom: 40px !important;
}
.forgot-password .input-field .lock {
    top: 30%;
}


@media (max-width: 991px) {


form {
    width: 100%;
    height: 100%;
}
div.left {
    width: 100%;
    border-radius: 0;
}
div.right {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
/*    background: #ffffff6b;*/
}
.forgot-password {
    width: 90%;
    background: #ffffffc2;
    padding: 30px;
}
.right-sing-up .sing-up-box {
    width: 90%;
    padding: 30px;
    background: #ffffffc2;
}
.loging{
    width: 90%;
    background: #ffffffc2;
    padding: 30px;
}
div.right div span {
    left: 82%;
}
div.right .person {
    top: 27%;
}
.social-icons {
    width: 90%;
    padding: 30px;
    background: #ffffffc2;
}

    

}