﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */
@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');

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
}/* Vertically center the text there */
    body{
    /* position: relative; */
    width: 100%;
    height: 100%;
    height: 100vh;
    max-height: 100vh;
    background: transparent linear-gradient(122deg, #D9F3FB 0%, #E9E2D0 50%, #F9FFD9 100%) 0% 0% no-repeat padding-box;
    /* opacity: 0.31; */
    overflow: hidden;
    margin: 0 auto;
}

.btn.btn-primary {
    width: 400px;
    height: 50px;
    background: #285CC4 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 3px #11111112;
    border-radius: 5px;
    opacity: 1;
    text-align: center;
    font: normal normal 600 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    border: none;
}

.main {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
    gap: 150px;
}

.login_wrapper {
    text-align: center;
    background: #ffffff8c 0% 0% no-repeat padding-box;
    border-radius: 50px;
    padding: 10px;
}

.heading {
    font: normal normal normal 20px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    padding: 50px 0px 5px 0;
}

.login_text {
    font: normal normal bold 32px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin: 0;
    padding: 5px 0px 30px 0;
}

.logo {
    max-width: 100%;
    width: 130px;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.office_image {
    width: 300px;
    object-fit: contain;
}

.image_containter {
    position: relative;
    display: none
}


.login-body {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #ACACAC1F;
    border-radius: 50px;
    opacity: 1;
    padding: 40px 50px;
}

.overlay_1 {
    position: absolute;
    top: -101px;
    left: 3px;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background: #6179c880 0% 0% no-repeat padding-box;
    z-index: -1;
    display: none;
}

.overlay_2 {
    position: absolute;
    top: -145px;
    left: -44px;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    background: #ffffff94 0% 0% no-repeat padding-box;
    z-index: -1;
    display: none;
}

.overlay_3 {
    position: absolute;
    top: -191px;
    left: -91px;
    border-radius: 50%;
    width: 700px;
    height: 700px;
    background: #ffffff94 0% 0% no-repeat padding-box;
    z-index: -1;
    display: none
}

@media screen and (min-width: 1023px) {
    .image_containter {
        display: block;
    }

    .login-body {
        padding: 100px 50px;
    }

    .login_wrapper {
        padding: 30px;
    }
}

@media screen and (min-width: 1400px) {
    .office_image {
        width: 500px;
    }

    .overlay_1 {
        display: block;
    }

    .overlay_2 {
        display: block;
    }

    .overlay_3 {
        display: block;
    }
}

