/* cyrillic-ext */
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw0aXpsog.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw9aXpsog.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw2aXpsog.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw3aXpsog.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aXo.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: 'novotype';
  src: url('../fonts/novotype_light-webfont.woff2') format('woff2'), url('../fonts/novotype_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'novotype';
  src: url('../fonts/novotype_medium-webfont.woff2') format('woff2'), url('../fonts/novotype_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}

@font-face {
  font-family: 'novotype';
  src: url('../fonts/novotype_regular-webfont.woff2') format('woff2'), url('../fonts/novotype_regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}

@font-face {
  font-family: 'novotype';
  src: url('../fonts/novotype_thin-webfont.woff2') format('woff2'), url('../fonts/novotype_thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}


:root {
  --body-text: #333333;
  --primary-color: #1e22aa;
  --secondary-color: #96aed4;
  --light-color: white;
  --spacing1: 15px;
  --spacing2: 20px;
  --spacing3: 30px;
  --social-sm: 28px;
  --sidebar-width: 500px;
  --wifi-logo-width: 175px
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
  color: var(--body-text)
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
  font-style: normal;
  font-weight: 400
}

.font-montserrat {
  font-family: 'montserrat';
}

.font-novotype {
  font-family: 'novotype';
}

.fw200 {
  font-weight: 200;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw300 {
  font-weight: 300;
}

.fwbold {
  font-weight: bold;
}

.mb-1 {
  margin-bottom: var(--spacing1);
}

.mb-2 {
  margin-bottom: var(--spacing2);
}

.mb-3 {
  margin-bottom: var(--spacing3);
}

.main {
  height: 100vh;
  max-width: 100%;
  display: flex;
}

.flex {
  display: flex;
}

.flex-nowrap {
  flex-wrap: nowrap
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-center {
  justify-content: center
}

.items-center {
  align-items: center
}

.items-space-between {
  align-items: space-between
}

.text-left {
  text-align: left
}

.text-center {
  text-align: center
}

.logo-mobile {
  display: none;
}

.banner {
  flex: 1
}

.banner img.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

.sidebar {
  width: var(--sidebar-width);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden
}

.block {
  display: block;
}

.w-full {
  width: 100%;
}

.wifi-logo {
  display: inline-block;
  max-width: var(--wifi-logo-width)
}

.login-form {
  padding: 0 45px;
}

.login-form h3 {
  font-size: 28px;
  color: var(--primary-color);
  margin-bottom: 45px;
  white-space: nowrap
}

.login-form label {
  display: block;
  line-height: 1.3;
  padding-left: 15px;
  font-size: 20px;
  color: var(--primary-color);
}

.login-form input[type=text],
.login-form input[type=password] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  line-height: 0;
  font-size: 20px;
  outline: 0;
  padding: 12px 15px 12px 15px
}

.login-form input[type=submit] {
  background-color: var(--light-color);
  border: 2px solid var(--primary-color);
  font-size: 20px;
  color: var(--primary-color);
  padding: 10px 45px;
  cursor: pointer;
  transition: 0.2s ease-in
}

.login-form input[type=submit]:hover {
  background-color: var(--secondary-color);
}

.social-link {
  margin-top: auto;
  margin-bottom: var(--spacing1);
}

.social-link ul li {
  display: inline-block;
  margin: 0 5px
}

.social-link ul li a {
  text-decoration: none;
}

.social-link ul li span {
  font-size: 12px;
  margin-left: 5px;
  color: var(--primary-color)
}

.social-link ul li svg {
  fill: var(--primary-color)
}

@media screen and (max-width: 768px) {
  
  .mobile-wrap {
    flex-wrap: wrap
  }

  .logo-text {
    display: none;
  }

  .logo-mobile {
    display: block;
    position: absolute;
  }

  .banner,
  .sidebar {
    width: 100%;
    flex: inherit
  }

  .login-form {
    max-width: 500px;
    padding: 0;
    display: inline-block;
  }

  .login-form form {
    max-width: 400px;
    margin: 0 auto
  }

  .login-form h3 {
    font-size: 22px;
  }

  .login-form h3 br {
    display: none;
  }

  .login-form label {
    font-size: 18px;
  }

  .social-link ul li span {
    font-size: 14px;
  }

}

@media screen and (max-width: 575px) {

  .banner {
    min-height: 50vh
  }

  .sidebar {
    padding: 0 15px
  }

  .login-form h3 {
    line-height: 1.5;
    white-space: wrap;
    font-size: 18px;
  }

  .login-form label {
    font-size: 16px;
  }

}

@media screen and (max-width: 385px) {

  .sidebar {
    padding: 0 15px
  }

  .login-form h3 {
    line-height: 1.5;
    white-space: wrap;
    font-size: 18px;
  }

  .login-form label {
    font-size: 16px;
  }

  .social-link ul li span {
    font-size: 12px;
  }

}

@media screen and (max-width: 350px) {

  .social-link ul li span {
    display: none;
  }

  .social-link ul li {
    margin: 0 15px
  }

  .social-link ul li svg {
    width: var(--social-sm);
    height: var(--social-sm);
  }

}