@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v7/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
  
button {
  line-height: 1.5;
  font-size: 1rem;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #384051;
  background: #EBEEF4;
  border-radius: 6px;
  border: none;
  color: #2A303D;
  font-family: inherit;
  font-weight: 600;
  text-decoration: none;
  padding: 0.75rem 1rem;
  text-align: center;
  cursor: pointer;
}

button.primary {
  background: #5E5FEF;
  color: #FFFFFF;
  margin-top: 1rem;
}

button.primary:hover {
  background: #463BD2;
}

button.primary:active {
  background: #352F9A;
}
  
* {
  box-sizing: border-box;
}
  
.w-100 {
   width: 100%;
}
  
html {
  line-height: 1.5;
  font-size: 1rem;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #384051;
}
  
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: Inter, sans-serif;
  margin: 0;
}
  
h2.title {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
  
input[type=email], input[type=password] {
  line-height: 1.5;
  font-size: 1rem;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #384051;
  font-family: inherit;
  background: #F5F9FB;
  color: #2A303D;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: none;
  margin-top: 1rem;
}

input[type=email]:focus, input[type=password]:focus {
  box-shadow: 0 0 0 1px #5E5FEF;
  outline: none;
}
  
input[type=email]::placeholder, input[type=password]::placeholder {
  opacity: unset;
  color: #A8B4C6;
}
  
.hero-panel {
  flex: 0;
  display: flex;
  position: relative;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  flex: 1;
  justify-content: start;
  margin: 1rem;
  margin-top: 3rem;
  max-width: 512px;
  width: 100%;
}

.content .main {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content .main .title {
  line-height: 1.5;
  font-size: 1.25rem;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #242734;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 900px) {
   body {
    flex-direction: initial;
  }
  
  input[type=email], input[type=password] {
    padding: 1rem 1rem;
  }
  
  .hero-panel {
    flex: 1;
    max-width: 720px;
  }

  .hero-panel .hero-panel-image-container {
    width: 100%;
    height: 100%;
    padding: 3.25rem 0 2.75rem 3rem;
    display: block;
  }
  
  .content {
    align-self: auto;
    justify-content: center;
    max-width: none;
    width: auto;
  }

  .content .main {
    text-align: center;
    max-width: 30rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .content .main .title {
    line-height: 1.2;
    font-size: 2rem;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #242734;
  }
}

#login {
  width: 100%;
}
#login #login-form {
  margin-top: 1.5rem;
}

#login #login-form button[type=submit] {
  margin-top: 1rem;
}

@media (min-width: 900px) {
  .hero-panel-image {
    background-color: #F5F9FB;
    background-image: url(/images/log_in.png), url(/images/pattern-map.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    border: 3rem solid transparent;
    border-radius: 3rem;
    height: 100%;
  }
    
  #login {
    width: auto;
  }
  
  #login-form {
    min-width: 416px;
  }
}