*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("fonts/material-icons.woff2") format("woff2"), url("fonts/material-icons.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.eot");
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.eot");
  src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.eot");
  src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body, html {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.login-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
.login-container img {
  display: block;
  margin: 40px auto;
}

.login-btn {
  display: inline-block;
  padding: 15px 35px;
  background-color: transparent;
  border: 2px solid #E4E6E9;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 11px;
  color: #4285F4;
}
.login-btn svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.login-btn i {
  margin-right: 8px;
  vertical-align: middle;
}
.login-btn:hover {
  border-color: #357ae8;
}
.login-btn:active {
  border-color: #2a65c4;
}

#footer-main {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Roboto;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
#footer-main .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
#footer-main p {
  margin-bottom: 40px;
}
#footer-main a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-main a:hover, #footer-main a:active {
  color: #4285F4;
}
#footer-main .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-main .menu ul li {
  margin-bottom: 20px;
}
#footer-main .menu ul li a {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0 center;
}
#footer-main .menu ul li .lin {
  background-image: url(img/linkedin.svg);
  padding-left: 30px;
}
#footer-main .menu ul li .you {
  background-image: url(img/youtube.svg);
  padding-left: 30px;
}
#footer-main .menu ul li .face {
  background-image: url(img/facebook.svg);
  padding-left: 30px;
}
#footer-main .menu ul li .inst {
  background-image: url(img/instagram.svg);
  padding-left: 30px;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #footer-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    text-align: center;
  }
  #footer-main .block-1, #footer-main .block-2, #footer-main .block-3, #footer-main .block-4 {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #footer-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  #footer-main .block-1, #footer-main .block-2, #footer-main .block-3, #footer-main .block-4 {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #footer-main .block-1 {
    padding-right: 45px;
  }
  #footer-main .block-2 {
    padding-right: 45px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #footer-main .block-1 {
    padding-right: 45px;
  }
  #footer-main .block-2 {
    padding-right: 45px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  #footer-main .block-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 41%;
    padding-right: 180px;
  }
  #footer-main .block-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 33%;
    padding-right: 100px;
  }
  #footer-main .block-3,
  #footer-main .block-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 13%;
  }
}
/*# sourceMappingURL=welcome.css.map */
