@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  background: #f1f2f4; }

#main {
  display: flex;
  align-items: space-between;
  justify-content: space-between;
  min-height: 100vh;
  width: 100%;
  flex-direction: column; }

section {
  padding-top: 45px;
  padding-bottom: 50px; }
  section .live {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px; }
    section .live img {
      width: 182px; }
  section article {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 56px 48px;
    border-radius: 21px;
    background: #252526; }
    @media (max-width: 667px) {
      section article {
        padding: 36px 0; } }
    section article form {
      padding-right: 24px;
      padding-left: 24px; }
      section article form .form-control {
        background: #333335;
        border-color: #333335;
        color: white !important;
        border-radius: 6px !important; }
        section article form .form-control:focus {
          background: #333335;
          border-color: #333335;
          box-shadow: none; }
      section article form .college {
        border-bottom: 2px solid #f95252 !important; }
      section article form .mill {
        position: absolute;
        top: 16px;
        right: 16px; }
      section article form label {
        color: #DDDDDD;
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      section article form .btn {
        background: #3300FF;
        height: 54px;
        border-color: #3300FF;
        border-radius: 40px;
        font-size: 16px;
        color: white !important;
        margin-top: 20px;
        width: 100%;
        transition: 0.2s; }
        section article form .btn:hover {
          background: #2700cd; }
      section article form .feedback {
        font-size: 13px;
        color: #fb9797;
        display: none; }
      section article form .cco {
        font-size: 14px;
        margin-top: 20px; }
        section article form .cco a {
          font-weight: 500;
          color: #a6b8ff;
          text-decoration: none;
          display: black; }
          section article form .cco a:hover {
            text-decoration: underline; }
    section article h1 {
      color: #DDDDDD;
      font-size: 25px;
      font-weight: 800; }

footer {
  background: #252526;
  padding-top: 20px;
  padding-bottom: 20px; }
  footer ul {
    font-size: 12px;
    justify-content: center; }
    footer ul li {
      color: white;
      opacity: 0.7;
      padding: .5rem .75rem; }
      footer ul li:hover {
        color: #a6b8ff;
        text-decoration: underline;
        opacity: 1; }

/*# sourceMappingURL=style.css.map */
