body {
  font-family: 'Lineto circular', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.main {
  width: 100vw;
  height: 100vh;
}

.senior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0dfe3;
}

.tab_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none none solid;
  border-width: 8px 8px 8px 0px;
  border-color: #fff;
  -webkit-transition: border 200ms cubic-bezier(.445, .05, .55, .95), background-color 200ms cubic-bezier(.445, .05, .55, .95);
  transition: border 200ms cubic-bezier(.445, .05, .55, .95), background-color 200ms cubic-bezier(.445, .05, .55, .95);
  text-decoration: none;
}

.tab_link:hover {
  border-width: 8px;
  border-left-style: solid;
  border-left-color: #2b3fd8;
    text-decoration: none !important;
}

.tab_link:active {
  background-color: rgba(193, 197, 215, 0.3);
}

.white {
  color: #fff;
}

.p2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.tabs {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 180px;
    height: 100%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column;
}

.form_field {
  margin-bottom: 20px;
  border: 0px solid #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: border 100ms cubic-bezier(.445, .05, .55, .95);
  transition: border 100ms cubic-bezier(.445, .05, .55, .95);
  font-size: 12px;
  letter-spacing: 2px;
}

.form_field:hover {
  border-width: 2px;
  border-color: #c1c5d7;
}

.form_field:focus {
  border-width: 2px;
  border-color: #2b3fd8;
}

.icon {
  width: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 2px;
}

.icon.social {
  margin-right: 20px;
  -webkit-transition: all 200ms cubic-bezier(.39, .575, .565, 1);
  transition: all 200ms cubic-bezier(.39, .575, .565, 1);
}

.icon.social:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.container_anniv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 77%;
  margin-right: 10%;
  margin-left: 10%;
  border-style: none;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
}

.form_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 20px auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #2b3fd8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: padding 200ms cubic-bezier(.39, .575, .565, 1), box-shadow 200ms cubic-bezier(.39, .575, .565, 1), opacity 200ms ease, all 200ms ease;
  transition: padding 200ms cubic-bezier(.39, .575, .565, 1), box-shadow 200ms cubic-bezier(.39, .575, .565, 1), opacity 200ms ease, all 200ms ease;
}

.form_button:hover {
  -webkit-transform: scale(1) translate(0px, -2px);
  -ms-transform: scale(1) translate(0px, -2px);
  transform: scale(1) translate(0px, -2px);
}

.form_button:active {
  background-color: #1a2cb8;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.image {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.gap {
  height: 100px;
}

.message {
  display: inline-block;
  width: 50%;
  height: 106%;
  margin-top: -20px;
  padding: 16% 8% 20%;
  float: left;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #2b3fd8;
  background-image: url('../../images/Anniv1/walpaper.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.3);
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 6%;
  padding-left: 6%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.label_anniv {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    color: #b0b0b0;
    font-size: 12px;
    letter-spacing: 0px;
    text-decoration: none;
}

.heading {
  color: #fff;
}

.div-block {
  display: none;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form {
  width: 100%;
}

.text-field {
  width: 100%;
  height: 50px;
  max-width: 380px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 5px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 16px;
}

.text-field:hover {
  border-color: rgba(31, 28, 28, 0.18);
}

.text-field:active {
  border-color: #c3c5ca;
}

.text-field:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #a600ff;
  border-left-style: none;
  background-color: #f1f3f7;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #262262;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.15);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.submit-button:hover {
  background-color: #00aeef;
  box-shadow: 0 6px 12px 0 rgba(31, 28, 28, 0.15);
}

.submit-button:active {
  border: 1px none #000;
  background-color: #a600ff;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.15);
}

.submit-button:focus {
  border: 1px none #000;
}

.success-message {
  background-color: #f1f3f7;
}

.error-message {
  background-color: #fee;
}

@media screen and (max-width: 991px) {
  .p2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .form-block {
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Lineto circular';
  src: url('../../fonts/lineto-circular-blackItalic.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-blackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../../fonts/lineto-circular-mediumItalic.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-mediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../../fonts/lineto-circular-medium.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../../fonts/lineto-circular-bookItalic.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-bookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../../fonts/lineto-circular-bold.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Lineto circular';
    src: url('../../fonts/lineto-circular-black.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lineto circular';
    src: url('../../fonts/lineto-circular-book.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lineto circular';
    src: url('../../fonts/lineto-circular-boldItalic.eot') format('embedded-opentype'), url('../../fonts/lineto-circular-boldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

.inlinel1 {
    /*border-bottom-color: hsla(196.6115702479339, 99.18%, 47.84%, 1.00);*/
    color: hsla(220.42105263157896, 97.94%, 19.02%, 1.00);
}

.inlinel1 {
    overflow: hidden;
    margin-top: 19px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*border-bottom: 2px solid #00aff3;*/
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: hsla(220.42105263157896, 97.94%, 19.02%, 1.00);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    text-decoration: none !important;
    padding: .5em 1em;
    border-radius: 10em;
}

.inlinel1:hover {
    background-color: transparent;
    box-shadow: inset 0 -30px 0 0 rgb(0, 175, 243,0.25);
}