* {
  margin: 0;
  padding: 0; }

body {
  height: 100vh;
  width: 100%;
  background: #F7F7F7;
  box-sizing: border-box;
  font-size: 1.3rem;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center; }

html {
  font-size: 62.5%; }

@-moz-keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25"); } }

@-webkit-keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25"); } }

@-o-keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25"); } }

@keyframes elasticInput {
  50% {
    d: path("M2,2 C21,17 46,25 74,25 C102,25 118,25 120,25"); } }

.inp {
  position: relative;
  margin: auto;
  width: 100%; }
  .inp .label {
    position: absolute;
    bottom: 1rem;
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    z-index: -1; }
  .inp svg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 26px;
    fill: none;
    z-index: -1; }
    .inp svg path {
      stroke: #c8ccd4;
      stroke-width: 2; }
      .inp svg path d {
        transition: all 0.2s ease; }
  .inp .border {
    position: absolute;
    bottom: 0;
    left: 120px;
    height: 2px;
    right: 0;
    background: #c8ccd4; }
  .inp input, .inp select {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 1rem 0;
    height: fit-content;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all 0.15s ease; }
    .inp input:not(:placeholder-shown) + span, .inp select:not(:placeholder-shown) + span {
      color: #5a667f;
      transform: translateY(-26px) scale(0.75); }
    .inp input:focus, .inp select:focus {
      background: none;
      outline: none; }
    .inp input:focus + span, .inp select:focus + span {
      color: #FFD71F;
      transform: translateY(-26px) scale(0.75);
      transition-delay: 0.1s; }
    .inp input:focus + span + svg path, .inp select:focus + span + svg path {
      stroke: #FFD71F;
      animation: elasticInput 0.4s ease forwards; }
    .inp input:focus + span + svg + .border, .inp select:focus + span + svg + .border {
      background: #FFD71F; }

.primaryButton {
  width: unset;
  height: unset;
  padding: 0.5rem;
  font-size: 1.1rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  color: #ededed;
  background: #D81E09;
  text-transform: uppercase;
  font-family: 'poppins',sans-serif; }

a {
  text-decoration: none;
  display: inline-block; }

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer; }

.service_card {
  width: 31rem;
  background: #f7f7f7;
  height: 20rem;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .service_card .serviceTitle {
    color: #D81E09;
    font-weight: 500;
    font-size: 1.6rem; }
  .service_card .aboutService {
    font-size: 1.1rem; }

.clientCard {
  width: 33rem;
  height: 19rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box; }
  .clientCard .clientDetail {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem; }
    .clientCard .clientDetail img {
      width: 5rem;
      height: 5rem;
      object-fit: cover;
      object-position: center;
      border-radius: 50%; }
    .clientCard .clientDetail .detail .clientName {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 1.5rem; }
    .clientCard .clientDetail .detail .position {
      font-size: 1.1rem;
      color: #D81E09; }
  .clientCard .clientDesc {
    font-size: 1.1rem;
    letter-spacing: .1rem; }

.teamMembercard {
  width: 28rem;
  min-width: 28rem;
  height: 28rem;
  background: grey;
  position: relative;
  transition: all ease 1s; }
  .teamMembercard:hover {
    transform: scale(115%);
    z-index: 3; }
  .teamMembercard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .teamMembercard .memberDetail {
    background: #FFD71F;
    position: absolute;
    bottom: 3rem;
    left: 0;
    padding: .5rem 1rem; }
    .teamMembercard .memberDetail .name {
      font-size: 1.4rem;
      text-transform: uppercase;
      color: #323232;
      font-weight: 600; }
    .teamMembercard .memberDetail .position {
      font-size: 1.1rem;
      text-transform: uppercase;
      color: #D81E09; }

.smallCard {
  width: 25rem;
  height: 16rem; }

.bigCard {
  width: 52.9%;
  height: 32rem; }
  .bigCard .BlogPostCard {
    padding: 4rem; }
    .bigCard .BlogPostCard .title {
      font-size: 3rem;
      font-weight: normal;
      color: #FFD71F;
      font-family: 'Tenali Ramakrishna', 'poppins', sans-serif; }
    .bigCard .BlogPostCard .content {
      font-size: 1.2rem;
      line-height: 1.5;
      color: #ddd;
      margin-bottom: 1rem;
      font-weight: normal; }

.BlogPostCard {
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom right, #212121e0, #212121ed), url("../img/blogImg2.svg");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: .5rem; }
  .BlogPostCard .title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #FFD71F; }
  .BlogPostCard .content {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ddd;
    margin-bottom: 1rem;
    font-weight: normal; }

.secondaryBlogCard {
  width: 49%;
  height: 15rem;
  display: flex;
  gap: 1.5rem; }
  .secondaryBlogCard img {
    width: 45%;
    height: 100%;
    min-width: 45%;
    object-fit: cover;
    object-position: center left; }
  .secondaryBlogCard .blogDetailContainer {
    width: 53%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 0 0 0;
    box-sizing: border-box; }
    .secondaryBlogCard .blogDetailContainer .title {
      font-size: 1.4rem;
      font-weight: 600; }
    .secondaryBlogCard .blogDetailContainer .content {
      font-size: 1rem;
      color: grey;
      line-height: 1.3; }

.modal {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.82);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0; }
  .modal .modalContent {
    width: 70%;
    height: fit-content;
    max-height: 90%;
    background: #f7f7f7;
    padding: 4rem;
    position: relative;
    overflow-y: auto; }
    .modal .modalContent .closeBtn {
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      position: absolute;
      background: #ffd1d1;
      color: #D81E09;
      top: 3rem;
      right: 3rem;
      height: 5rem;
      font-size: 1.6rem;
      width: 5rem;
      border-radius: 200rem;
      cursor: pointer; }
      .modal .modalContent .closeBtn:hover {
        transform: scale(110%);
        background: #ffa2a2; }
    .modal .modalContent .detail {
      display: flex;
      align-items: center;
      gap: 4rem; }
      .modal .modalContent .detail .title {
        font-size: 1.6rem;
        font-weight: 500;
        margin: 1rem 0; }
      .modal .modalContent .detail .date {
        font-size: 1.3rem;
        font-weight: 600; }
        .modal .modalContent .detail .date span {
          font-weight: normal; }
    .modal .modalContent .content {
      font-size: 1.1rem; }

.d-none {
  display: none; }

footer {
  height: 70vh;
  min-height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  background: #323232;
  z-index: -2; }
  footer img {
    width: 10rem;
    height: 10rem;
    object-fit: contain; }
  footer .column {
    width: 15%; }
    footer .column h4 {
      color: #fefefe;
      margin-bottom: 3rem;
      font-weight: 600;
      font-size: 1.4rem; }
    footer .column ul {
      list-style: none; }
      footer .column ul li {
        display: flex;
        align-items: flex-start;
        gap: 1rem; }
        footer .column ul li:not(:last-of-type) {
          margin-bottom: 2rem; }
        footer .column ul li i {
          font-size: 2rem;
          color: #eee; }
        footer .column ul li a {
          font-size: 1.1rem;
          color: #d8d8d8; }
  footer .contactForm {
    width: 32%; }
    footer .contactForm .formHeader {
      width: 100%;
      font-family: "Tenali Ramakrishna", sans-serif;
      font-size: 4rem;
      color: white;
      font-weight: 100;
      margin-bottom: 7rem; }
    footer .contactForm .inp {
      display: flex; }
      footer .contactForm .inp input {
        color: #edeeed;
        height: unset;
        padding-bottom: 0;
        font-weight: normal; }
      footer .contactForm .inp .submit {
        background: #FFD71F;
        padding: 2rem;
        font-size: 1.2rem;
        font-weight: 500; }
    footer .contactForm .socials {
      display: flex;
      align-items: center;
      gap: 2rem;
      margin-top: 7rem; }
      footer .contactForm .socials a {
        color: #FFD71F;
        font-size: 2rem; }
        footer .contactForm .socials a:hover {
          color: #ff9000; }

.header {
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  background: url(../img/hero.svg);
  background-size: cover;
  background-position: 30% 30%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .headerContent {
    width: 84%;
    height: 88%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .headerContent .captionContainer {
      width: 39%;
      padding-bottom: 6rem;
      box-sizing: border-box; }
      .headerContent .captionContainer .caption .highlight {
        font-size: 7rem;
        font-family: "Tenali Ramakrishna", sans-serif;
        font-weight: 100;
        line-height: .8; }
      .headerContent .captionContainer .caption .subCaption {
        font-size: 1.2rem;
        padding-right: 3rem; }
      .headerContent .captionContainer .headerCta {
        margin-top: 2rem;
        padding: 2rem 3rem; }
    .headerContent .crumbs {
      width: 55%;
      height: 100%;
      position: relative;
      overflow: hidden; }
      .headerContent .crumbs img {
        aspect-ratio: 1/1;
        height: 30rem;
        object-fit: contain; }
      .headerContent .crumbs .topRight {
        position: absolute;
        right: -3rem;
        top: -5rem; }
      .headerContent .crumbs .blue {
        position: absolute;
        bottom: 1rem;
        left: -2rem; }
      .headerContent .crumbs .bottomRight {
        position: absolute;
        top: 60%;
        right: -3rem;
        height: 26rem; }

.subHeader {
  width: 100%;
  background: #323232;
  height: 39%;
  min-height: 39%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .subHeader .navigation {
    height: 30%; }
  .subHeader .title_brumbs {
    width: 84%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .subHeader .title_brumbs .pageTitle {
      font-family: "Tenali Ramakrishna", sans-serif;
      font-size: 6rem;
      margin-bottom: 0;
      color: #f7f7f7;
      font-weight: 100; }
    .subHeader .title_brumbs .breadcrumbs {
      font-size: 1.1rem;
      margin-top: 1rem;
      font-weight: 300;
      color: #f7f7f7;
      display: flex;
      align-items: center;
      gap: 2rem;
      color: #FFD71F;
      font-weight: 600; }
      .subHeader .title_brumbs .breadcrumbs a {
        cursor: pointer;
        color: #bdbdbd;
        font-weight: normal; }
        .subHeader .title_brumbs .breadcrumbs a:hover {
          color: #FFD71F; }

.navigation {
  width: 100%;
  height: 12%;
  background: linear-gradient(to right, #D81E09, #FFD71F);
  padding: 0 10rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box; }
  .navigation .logo {
    height: 100%; }
    .navigation .logo img {
      height: 100%;
      width: 10rem;
      object-fit: contain; }
  .navigation .navigationLinkContainer {
    display: flex;
    align-items: center;
    height: 100%; }
    .navigation .navigationLinkContainer .navList {
      height: 100%;
      display: flex; }
    .navigation .navigationLinkContainer .navigation_link {
      height: 100%;
      padding: 2rem 2.5rem;
      color: #323232;
      box-sizing: border-box;
      font-weight: 500;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .navigation .navigationLinkContainer .navigation_link:hover, .navigation .navigationLinkContainer .navigation_link:active, .navigation .navigationLinkContainer .navigation_link:focus {
        background: #D81E09;
        color: white; }
    .navigation .navigationLinkContainer .activePage {
      background: #D81E09;
      color: white;
      font-weight: 600; }
    .navigation .navigationLinkContainer .hamburger {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      width: 3rem;
      height: 4rem;
      min-height: 4rem;
      padding: 1rem 0;
      cursor: pointer;
      box-sizing: border-box;
      display: none; }
      @media (max-width: 600px) {
        .navigation .navigationLinkContainer .hamburger {
          display: flex; } }
      .navigation .navigationLinkContainer .hamburger .line {
        height: 2px;
        min-height: 1px;
        width: 100%;
        background: white;
        transition: all 0.5s ease; }
        .navigation .navigationLinkContainer .hamburger .line:nth-child(2) {
          margin: 0.7rem 0;
          box-sizing: border-box; }

.welcomeMessage {
  width: 84%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8rem; }
  .welcomeMessage .sectionImage {
    width: 32%;
    height: 73%;
    overflow: hidden; }
    .welcomeMessage .sectionImage img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top; }
  .welcomeMessage .sectionWords {
    width: 48%;
    padding: 6rem 0; }

.ourServices {
  width: 100%;
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: center;
  background: white;
  height: 100vh;
  min-height: 100vh; }
  .ourServices .sectionWords {
    width: 30%; }
    .ourServices .sectionWords .primaryButton {
      padding: 2rem;
      margin-top: 2rem; }
  .ourServices .servicesList {
    width: 52%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem; }
    .ourServices .servicesList .service_card {
      box-sizing: border-box; }

.successStories {
  width: 84%;
  padding: 4rem 0;
  box-sizing: border-box; }
  .successStories .sectionWords {
    width: 100%;
    text-align: center;
    margin-bottom: 7rem; }
  .successStories .testimonialList {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3rem; }

.team {
  width: 100%;
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  background: white;
  height: 100vh;
  min-height: 100vh; }
  .team .sectionWords {
    width: 25%; }
    .team .sectionWords .primaryButton {
      padding: 2rem;
      margin-top: 2rem; }
  .teamSlider {
    width: 59%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .teamSlider button {
      background: #D81E09;
      height: 5rem;
      width: 5rem;
      min-width: 5rem;
      border-radius: 100rem; }
      .teamSlider button i {
        font-size: 2rem;
        color: #efefef; }
    .teamSlider .teamCardList {
      display: flex;
      align-items: center;
      width: 78%;
      gap: 2rem;
      overflow-y: scroll;
      height: 40rem;
      scrollbar-width: none; }
      .teamSlider .teamCardList::-webkit-scrollbar {
        display: none; }

.blogPost {
  width: 84%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .blogPost .sectionWords {
    width: 30%; }
    .blogPost .sectionWords .primaryButton {
      padding: 2rem;
      margin-top: 2rem; }
  .blogPost .blogList {
    width: 54%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .2rem; }
    .blogPost .blogList .smallCard {
      box-sizing: border-box; }

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D81E09;
  height: 100vh;
  min-height: 100vh;
  color: white; }
  .banner .sectionWords {
    width: 60%;
    padding: 0 13rem; }
    .banner .sectionWords .sectionSubcaption {
      color: #FFD71F; }
    .banner .sectionWords .summary {
      color: #eaeaea; }
    .banner .sectionWords .primaryButton {
      background: #FFD71F;
      padding: 2rem;
      color: #323232;
      font-weight: 600;
      margin-top: 4rem; }
  .banner img {
    width: 40%;
    height: 100%;
    min-height: 100%;
    object-fit: cover; }

.aboutContainer {
  width: 84%;
  display: flex;
  align-items: center;
  height: 90%;
  min-height: 90%;
  gap: 5rem; }
  .aboutContainer .sectionWords {
    width: 50%; }
    .aboutContainer .sectionWords .sectionCaption {
      font-size: 10rem; }
  .aboutContainer img {
    width: 45%; }

.missionVision {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
  min-height: 90%;
  gap: 5rem;
  background: white; }
  .missionVision .sectionWords {
    width: 40%; }
    .missionVision .sectionWords .sectionCaption {
      font-weight: normal;
      margin-bottom: 2rem; }
  .missionVision .divider {
    width: 1px;
    height: 100%;
    background: #f7f7f7; }

.aboutTeam {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f7f7f7; }
  .aboutTeam .sectionWords {
    width: 100%;
    text-align: center; }
    .aboutTeam .sectionWords .subCaption {
      line-height: 0; }
  .aboutTeam .teamCardList {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 3rem;
    overflow-y: scroll;
    height: 40rem;
    scrollbar-width: none; }
    .aboutTeam .teamCardList::-webkit-scrollbar {
      display: none; }

.aboutBanner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFD71F;
  height: 100vh;
  min-height: 100vh; }
  .aboutBanner .sectionWords {
    width: 60%;
    padding: 0 13rem; }
    .aboutBanner .sectionWords .sectionSubcaption {
      color: #323232;
      width: 45%;
      font-size: 1.1rem;
      text-transform: capitalize; }
    .aboutBanner .sectionWords .sectionCaption {
      color: #D81E09;
      font-size: 17rem; }
    .aboutBanner .sectionWords .summary {
      color: #eaeaea; }
    .aboutBanner .sectionWords .primaryButton {
      background: #FFD71F;
      padding: 2rem;
      color: #323232;
      font-weight: 600;
      margin-top: 4rem; }
  .aboutBanner img {
    width: 40%;
    height: 100%;
    min-height: 100%;
    object-fit: cover; }

.blogPage {
  width: 84%; }
  .blogPage .blogTop {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .1rem; }
    .blogPage .blogTop .smallCardsContainer {
      display: flex;
      flex-wrap: wrap;
      width: 47.9%;
      gap: .1rem; }
      .blogPage .blogTop .smallCardsContainer .smallCard {
        width: 49.9%; }
  .blogPage .dividerText {
    font-size: 1.7rem;
    color: #D81E09;
    font-weight: 500;
    margin: 4rem 0; }
  .blogPage .otherBlogContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem; }

.servicesContainer {
  height: auto !important;
  min-height: auto !important;
  position: relative;
  background: #f7f7f7;
  display: flex;
  align-items: flex-start;
  padding: 4rem 0; }
  .servicesContainer .sectionWords {
    position: sticky;
    top: 3rem;
    left: 0; }
  .servicesContainer .servicesList .service_card {
    background: white; }

.contact {
  width: 84%;
  display: flex;
  align-items: center;
  padding: 4rem 0; }
  .contact .formColumn {
    width: 70%; }
    .contact .formColumn .sectionWords .summary {
      margin: 2rem 0 8rem 0; }
    .contact .formColumn form {
      width: 60%; }
      .contact .formColumn form .question {
        font-weight: normal;
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        color: #323232; }
      .contact .formColumn form .inp {
        margin-bottom: 5rem; }
        .contact .formColumn form .inp input, .contact .formColumn form .inp select {
          font-size: 1.3rem;
          font-weight: normal; }
          .contact .formColumn form .inp input:focus + span, .contact .formColumn form .inp select:focus + span {
            color: #D81E09;
            transform: translateY(-26px) scale(0.75);
            transition-delay: 0.1s; }
          .contact .formColumn form .inp input:focus + span + svg path, .contact .formColumn form .inp select:focus + span + svg path {
            stroke: #D81E09;
            animation: elasticInput 0.4s ease forwards; }
          .contact .formColumn form .inp input:focus + span + svg + .border, .contact .formColumn form .inp select:focus + span + svg + .border {
            background: #D81E09; }
      .contact .formColumn form .primaryButton {
        padding: 2rem; }
  .contact .contactColumn .contactContainer {
    margin-bottom: 4rem; }
    .contact .contactColumn .contactContainer .instruct {
      text-transform: uppercase;
      color: #9e9e9e;
      font-size: 1.3rem;
      font-weight: normal;
      margin-bottom: 1.5rem; }
    .contact .contactColumn .contactContainer .data {
      display: flex;
      align-items: center;
      gap: 1rem; }
      .contact .contactColumn .contactContainer .data i {
        color: #D81E09;
        font-size: 2rem; }
  .contact .contactColumn .socials {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 7rem; }
    .contact .contactColumn .socials a {
      color: #D81E09;
      font-size: 2rem; }
      .contact .contactColumn .socials a:hover {
        color: #323232; }

.sectionWords {
  box-sizing: border-box; }
  .sectionWords .sectionSubcaption {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #D81E09;
    margin-bottom: 2rem;
    box-sizing: border-box; }
  .sectionWords .sectionCaption {
    font-family: "Tenali Ramakrishna", sans-serif;
    font-size: 8.5rem;
    text-transform: capitalize;
    line-height: .8;
    letter-spacing: .4rem; }
  .sectionWords .summary {
    font-size: 1.1rem;
    color: grey; }

.loginBody {
  height: 100vh;
  width: 100%;
  background: #D81E09;
  display: flex;
  align-items: center; }
  .loginBody img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0; }
  .loginBody .signInForm {
    background: white;
    height: 60%;
    width: 28%;
    position: absolute;
    z-index: 10;
    right: 15%;
    top: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
    box-sizing: border-box; }
    .loginBody .signInForm form .inp {
      margin-bottom: 3rem; }
      .loginBody .signInForm form .inp .label {
        font-size: 1.2rem; }
      .loginBody .signInForm form .inp input, .loginBody .signInForm form .inp select {
        font-size: 1.2rem;
        font-weight: normal; }
        .loginBody .signInForm form .inp input:focus + span, .loginBody .signInForm form .inp select:focus + span {
          color: #D81E09;
          transform: translateY(-26px) scale(0.75);
          transition-delay: 0.1s; }
        .loginBody .signInForm form .inp input:focus + span + svg path, .loginBody .signInForm form .inp select:focus + span + svg path {
          stroke: #D81E09;
          animation: elasticInput 0.4s ease forwards; }
        .loginBody .signInForm form .inp input:focus + span + svg + .border, .loginBody .signInForm form .inp select:focus + span + svg + .border {
          background: #D81E09; }
    .loginBody .signInForm form .primaryButton {
      padding: 2rem; }
