/**
 * IMPORTANT: - Following colors are independent of colors defined in variables.scss.
 * Do not change color code for any of following color codes.
 * Please talk to calendar team if you have any doubts.
 */
/*Font weight constants*/
/* Calendar meeting colors */
.splash-screen_splashScreen_3R3PY {
  background: #5558af;
  color: #fff;
  height: 100vh;
  width: 100vw;
  text-align: center;
  display: flex;
  flex-flow: column wrap; }
  .splash-screen_splashScreen_3R3PY .splash-screen_header_3oDVL {
    margin: auto;
    margin-bottom: 0;
    align-self: flex-start; }
  .splash-screen_splashScreen_3R3PY .splash-screen_footer_1HgrU {
    margin: auto;
    margin-top: 0;
    align-self: flex-end; }
  .splash-screen_splashScreen_3R3PY .splash-screen_getStartedText_rcMDl {
    display: block; }
  .splash-screen_splashScreen_3R3PY .splash-screen_title_2_rkN {
    color: #fff;
    font-size: 2rem; }
  .splash-screen_splashScreen_3R3PY .splash-screen_signInButton_1wuym {
    margin-top: 10%;
    min-width: 13rem; }
  .splash-screen_splashScreen_3R3PY .splash-screen_logo_2oulE {
    width: 15vmin; }

.hosted-web-content_hosted-web-content-iframe_1l_4N {
  height: 100%;
  width: 100%;
  border: 0;
  flex: 1; }
  .hosted-web-content_hosted-web-content-iframe_1l_4N[scrolling="no"] {
    overflow: hidden; }

