@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v283/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDAvHOem.ttf) format('truetype');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
/* Utilities */
html {
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 300;
}
html .block {
  display: block;
}
html .inline-block {
  display: inline-block;
}
html .icon {
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
html .fullwidth {
  width: 100%;
}
html .text-center {
  text-align: center;
}
html .spacer {
  width: 100%;
  height: 1rem;
}
html .spacer.x2 {
  height: 2rem;
}
html .spacer.x3 {
  height: 2rem;
}
html .spacer.x4 {
  height: 4rem;
}
html .flex {
  display: flex;
}
html .flex.flex-row {
  flex-direction: row;
}
html .flex.flex-column {
  flex-direction: column;
}
html .flex.flex-wrap {
  flex-wrap: wrap;
}
html .flex.flex-nowrap {
  flex-wrap: nowrap;
}
html .flex.flex-start {
  justify-content: flex-start;
}
html .flex.flex-end {
  justify-content: flex-end;
}
html .flex.flex-center {
  justify-content: center;
}
html .flex.space-between {
  justify-content: space-between;
}
html .flex.space-around {
  justify-content: space-around;
}
html .flex.space-evenly {
  justify-content: space-evenly;
}
html .flex .align-items-stretch {
  align-items: stretch;
}
html .flex .align-items-flex-start {
  align-items: flex-start;
}
html .flex .align-items-flex-center {
  align-items: center ;
}
html .flex .align-items-flex-end {
  align-items: flex-end;
}
html .flex .align-content-flex-start {
  align-content: flex-start e;
}
html .flex .align-content-flex-end {
  align-content: flex-end;
}
html .flex .align-content-center {
  align-content: center;
}
html .flex .align-content-space-between {
  align-content: space-between;
}
html .flex .align-content-space-around {
  align-content: space-around;
}
html .flex .align-content-stretch {
  align-content: stretch;
}
html .flex .flex-grow {
  flex-grow: 8;
}
html .round-corner {
  border-radius: none;
}
html .round-corner .round-corner-all {
  border-radius: 1rem;
}
html .round-corner.round-corder-top-left {
  border-top-left-radius: 1rem;
}
html .round-corner.round-corder-top-right {
  border-top-right-radius: 1rem;
}
html .round-corner.round-corder-bottom-left {
  border-bottom-right-radius: 1rem;
}
html .round-corner.round-corder-bottom-right {
  border-bottom-left-radius: 1rem;
}
html .round-corner-large {
  border-radius: none;
}
html .round-corner-large .round-corner-all {
  border-radius: 2rem;
}
html .round-corner-large.round-corder-top-left {
  border-top-left-radius: 2rem;
}
html .round-corner-large.round-corder-top-right {
  border-top-right-radius: 2rem;
}
html .round-corner-large.round-corder-bottom-left {
  border-bottom-right-radius: 2rem;
}
html .round-corner-large.round-corder-bottom-right {
  border-bottom-left-radius: 2rem;
}
html .round-corner-tiny {
  border-radius: none;
}
html .round-corner-tiny .round-corner-all {
  border-radius: 0.5rem;
}
html .round-corner-tiny.round-corder-top-left {
  border-top-left-radius: 0.5rem;
}
html .round-corner-tiny.round-corder-top-right {
  border-top-right-radius: 0.5rem;
}
html .round-corner-tiny.round-corder-bottom-left {
  border-bottom-right-radius: 0.5rem;
}
html .round-corner-tiny.round-corder-bottom-right {
  border-bottom-left-radius: 0.5rem;
}
/* Default */
html body {
  min-height: 100svh;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
}
html body .w100,
html body fullwidth {
  width: 100%;
}
html body .w75 {
  width: 75%;
}
html body .w70 {
  width: 70%;
}
html body .w60 {
  width: 60%;
}
html body .w50,
html body .half {
  width: 50%;
}
html body .w40 {
  width: 40%;
}
html body .w30 {
  width: 30%;
}
html body .w25 {
  width: 25%;
}
html body .hidden {
  display: none;
  height: 0;
  width: 0;
}
html body section#flash {
  position: fixed;
  left: 0;
  bottom: 0;
}
html body section#flash .message {
  font-size: 2rem;
  padding: 2rem;
}
html body section#flash .message.success {
  background-color: white;
  color: #00aa00;
}
html body section#flash .message.error {
  background-color: white;
  color: #ff0000;
}
/* Nav */
html body header nav {
  padding: 2rem;
  background: white;
}
html body header nav #logo {
  /* width: 4rem; */
  height: 3rem;
}
html body header nav .menu {
  padding: 0 8rem;
  flex-grow: 100;
}
html body header nav .menu > ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  float: left;
}
html body header nav .menu > ul > li {
  display: inline-block;
  background-color: #cceafc;
  padding: 0.2rem 2rem;
  margin: 0;
  margin-right: 2rem;
  border-radius: 5000px;
  font-size: 1.5rem;
  line-height: 3rem;
  float: left;
}
html body header nav .menu > ul > li a {
  color: #0c3a58;
}
html body header nav .menu > ul > li:hover,
html body header nav .menu > ul > li:hover a {
  cursor: pointer;
  background: #f91942;
  color: #ffffff;
}
html body header nav .menu > ul > li.selected,
html body header nav .menu > ul > li.selected a {
  background-color: #f91942;
  color: #ffffff;
}
html body header nav .actions a {
  color: #0c3a58;
  padding: 0.2rem 2rem;
  background: #cceafc;
  border-radius: 5000px;
  line-height: 3rem;
  display: inline-block;
}
html body header nav .actions a:hover,
html body header nav .actions a:hover a {
  cursor: pointer;
  background: #f91942;
  color: #ffffff;
}
html body header nav .actions .icon,
html body header nav .actions .icon i,
html body header nav .actions .icon i::before {
  float: left;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 2rem;
}
html body header nav .actions .label {
  float: left;
  display: inline-block;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5rem;
}
html body header .content {
  display: none;
}
/* public body */
html body.public {
  min-height: 100svh;
}
/* form */
html body form {
  padding: 2rem;
  margin: 0;
}
html body form fieldset {
  padding: 0;
  margin: 0;
}
html body form fieldset label {
  float: left;
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  padding: 0;
  margin: 0;
}
html body form fieldset input[type="color"],
html body form fieldset input[type="date"],
html body form fieldset input[type="datetime"],
html body form fieldset input[type="datetime-local"],
html body form fieldset input[type="email"],
html body form fieldset input[type="month"],
html body form fieldset input[type="number"],
html body form fieldset input[type="password"],
html body form fieldset input[type="search"],
html body form fieldset input[type="tel"],
html body form fieldset input[type="text"],
html body form fieldset input[type="url"],
html body form fieldset input[type="week"],
html body form fieldset input:not([type]),
html body form fieldset textarea,
html body form fieldset select {
  font-size: 1.6rem;
  float: left;
  width: 100%;
  padding: 0 1rem;
  margin: 0;
  line-height: 3.5rem;
  height: 3.5rem;
  background: #ffffff;
  border-color: #aaaaaa;
}
html body form fieldset input[type="color"]:focus,
html body form fieldset input[type="date"]:focus,
html body form fieldset input[type="datetime"]:focus,
html body form fieldset input[type="datetime-local"]:focus,
html body form fieldset input[type="email"]:focus,
html body form fieldset input[type="month"]:focus,
html body form fieldset input[type="number"]:focus,
html body form fieldset input[type="password"]:focus,
html body form fieldset input[type="search"]:focus,
html body form fieldset input[type="tel"]:focus,
html body form fieldset input[type="text"]:focus,
html body form fieldset input[type="url"]:focus,
html body form fieldset input[type="week"]:focus,
html body form fieldset input:not([type]):focus,
html body form fieldset textarea:focus,
html body form fieldset select:focus {
  background: #eeeeee;
  border-color: #0c3a58;
}
html body form fieldset textarea {
  padding: 1rem;
  line-height: 1.8rem;
  height: 11rem;
}
html body form button {
  margin: 0 1rem 0 0;
}
html body form button[type=submit] {
  background: #0c3a58;
  border-color: #0c3a58;
  color: #ffffff;
}
html body form button[type=submit]:hover {
  background: #135784;
}
html body form.by-row fieldset .input {
  float: left;
  width: 100%;
  padding: 0 0 1rem 0;
}
html body form.by-row fieldset .input label {
  width: 12rem;
  width: 100%;
  font-weight: 300;
}
html body form.by-row fieldset .input input {
  width: calc(100% - 12rem);
  width: 100%;
}
/* Form */
html body main .form.content form fieldset .input {
  width: 100%;
  padding: 0 2rem 2rem 0;
}
html body main .form.content form fieldset .input .input-error {
  float: left;
  padding: 1rem 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #ff0000;
}
html body main .form.content form fieldset .input .checkbox input {
  margin-right: 1rem;
}
/* General Pages */
html body main section#content > .content {
  width: 100%;
  padding: 2rem;
  margin: 0;
}
html body main section#content > .content .page-header {
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
html body main section#content > .content .page-header .title {
  line-height: 4rem;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: left;
}
html body main section#content > .content .page-header .actions a.icon {
  display: inline-block;
  width: 3rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-size: 2.4rem;
}
html body main section#content > .content .page-header .actions a.icon:hover {
  background-color: #f91942;
}
html body main section#content > .content .page-header .actions a.icon i,
html body main section#content > .content .page-header .actions a.icon i:before {
  display: inline-block;
  float: left;
  width: 3rem;
  height: 4rem;
  text-align: center;
  line-height: 4rem;
  font-size: 2.4rem;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
html body main section#content > .content .page-header .actions a.button {
  padding: 0 2rem;
  margin: 0 0.5rem;
  background-color: #0c3a58;
  border-color: #0c3a58;
  color: #ffffff;
}
html body main section {
  padding-bottom: 4rem;
}
html body main section .title {
  line-height: 4rem;
  font-size: 3rem;
  padding-bottom: 1rem;
}
html body main section .title-line {
  width: 5rem;
  height: 2px;
  background: #f91942;
}
html body main section .boxes {
  padding: 2rem 4rem;
}
html body main section .boxes .box {
  width: 24rem;
  background-color: #f8f8f8;
  padding: 0;
  margin: 1rem;
  cursor: pointer;
  border-radius: 5px;
}
html body main section .boxes .box .icon {
  color: #f91942;
  height: 10rem;
  line-height: 10rem;
  font-size: 8rem;
}
html body main section .boxes .box .banner {
  width: 100%;
  height: 12rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
html body main section .boxes .box .title {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  padding: 0;
  color: #777777;
}
html body main section .boxes .box .tag {
  width: 100%;
  line-height: 1.8rem;
  height: auto;
  font-size: 1.4rem;
  background: #ffffff;
  color: #4c4c4c;
  margin-top: 10px;
}
html body main section .slider {
  padding: 2rem 4rem;
  max-width: 1340px;
  overflow-x: hidden;
  min-width: auto;
  max-width: auto;
}
html body main section .slider .slides {
  display: block;
  width: auto;
  white-space: nowrap;
}
html body main section .slider .slides .slide {
  float: left;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body main section .slider .slides .slide .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
html body main section .slider .slides .slide .overlay .tag-row {
  padding: 1rem;
}
html body main section .slider .slides .slide .overlay .tag-row .tag {
  display: block;
  float: left;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: white;
  padding: 5px 15px;
  border-radius: 5000px;
  background: #f91942;
}
html body main section .slider .slides .slide .overlay .title {
  font-size: 1.6rem;
  line-height: 2rem;
  color: white;
  padding: 1rem;
}
html body main section .description {
  padding: 2rem 4rem;
  max-width: 1340px;
}
/* Dashboard */
html body.dashboard.login nav,
html body.dashboard.signup nav,
html body.dashboard.forgotpassword nav,
html body.dashboard.resetpassword nav {
  /* display: none; */
}
html body.dashboard.login #content,
html body.dashboard.signup #content,
html body.dashboard.forgotpassword #content,
html body.dashboard.resetpassword #content {
  align-items: center;
  justify-content: center;
}
html body main {
  padding: 2rem;
}
html body #login-form {
  border: 1px solid grey;
  background: #ffffff;
  width: 36rem;
}
html body #login-form form fieldset .logo {
  width: 100%;
  height: 4rem;
  background-image: url("/img/logo-square.png");
  background-image: url("/img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
html body #login-form form fieldset .title {
  text-align: center;
  font-size: 2rem;
}
html body #login-form form fieldset .subtitle {
  text-align: center;
  font-size: 1.6rem;
}
html body #login-form form fieldset .icon {
  padding: 1rem;
  width: 6rem;
}
html body .dialogoverlay {
  width: 100svw;
  height: 100svh;
  position: fixed;
  top: 2000vh;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
html body .dialogoverlay .dialog {
  background: white;
  width: 40rem;
  height: auto;
  padding: 0;
}
html body .dialogoverlay .dialog .header {
  background: #f6f6f6;
  padding: 2rem;
}
html body .dialogoverlay .dialog .header .title {
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  font-size: 2.4rem;
  color: black;
}
html body .dialogoverlay .dialog .header .action a {
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  background: #e4e4e4;
  border-radius: 5000px;
  color: black;
  text-align: center;
}
html body .dialogoverlay .dialog .tab-row {
  padding: 0 2rem;
}
html body .dialogoverlay .dialog .tab-row .tab-title {
  padding: 2rem;
  border-bottom: solid 1px #e0e0e0;
}
html body .dialogoverlay .dialog .tab-row .tab-title.selected,
html body .dialogoverlay .dialog .tab-row .tab-title.clickable:hover {
  color: #f91942;
  border-bottom: solid 1px #f91942;
}
html body .dialogoverlay .dialog .tab-row .tab-title.clickable {
  cursor: pointer;
}
html body .dialogoverlay .dialog .form .input-row {
  border: solid 1px #e0e0e0;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
html body .dialogoverlay .dialog .form .input-row.borderless {
  border: none;
}
html body .dialogoverlay .dialog .form .input-row .icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 3rem;
  text-align: center;
  color: #e0e0e0;
}
html body .dialogoverlay .dialog .form .input-row input {
  padding: 0;
  margin: 0;
  border: none !important;
  line-height: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  text-align: left;
  padding: 0 2rem;
}
html body .dialogoverlay .dialog .form .input-row input:focus {
  border: none !important;
}
html body .dialogoverlay .dialog .form .input-row a {
  color: #6f6f6f;
  line-height: 4rem;
  height: 4rem;
  font-size: 1.6rem;
}
html body .dialogoverlay .dialog .form .input-row button {
  line-height: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  padding: 0 2rem;
  border-radius: 5000px;
  border: none;
  color: white;
  background: #f91942;
}
html body .dialogoverlay .dialog .form .message.success {
  color: #00aa00;
}
html body .dialogoverlay .dialog .form .message.error {
  color: #ff0000;
}
html body section#flash {
  width: 100svw;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #efefef;
}
html body.home.index header {
  height: 70svh;
  background-image: url("/img/banner-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
html body.home.index header .content {
  display: flex;
}
html body.home.index header .content .slogan2 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 3rem;
}
html body.home.index header .content .form-bar {
  width: 80%;
  max-width: 100rem;
}
html body.home.index header .content .form-bar .form {
  width: 100%;
  background: white;
  border-radius: 5000px;
  padding: 1rem 2rem;
}
html body.home.index header .content .form-bar .form input,
html body.home.index header .content .form-bar .form select,
html body.home.index header .content .form-bar .form button {
  margin: 0;
  border: none;
}
html body.home.index header .content .form-bar .form input:focus,
html body.home.index header .content .form-bar .form select:focus,
html body.home.index header .content .form-bar .form button:focus {
  border: none;
}
html body.home.index header .content .form-bar .form button {
  border-radius: 5000px;
  background: #f91942;
  color: white;
}
html body.home.index header .content .form-bar .form button:hover {
  background-color: #fa3256;
}
html body.signin {
  background-image: url("/img/banner-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100svh;
}
html body.listings main {
  padding: 0 !important;
}
html body.listings header.top {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
html body.listings #content {
  padding: 0 !important;
}
html body.listings #content .left {
  background: #f7f7f7;
}
html body.listings #content .left .form-bar {
  padding: 2rem;
  background: #ffffff;
}
html body.listings #content .left .form-bar .form {
  gap: 2rem;
}
html body.listings #content .left .form-bar .form input {
  height: 4.8rem;
  padding: 0.6rem 1rem 0.7rem;
}
html body.listings #content .left .listings {
  padding: 2rem;
}
html body.listings #content .left .listings .card {
  background: #ffffff;
  padding: 0;
  margin-bottom: 2rem;
}
html body.listings #content .left .listings .card .cover {
  width: 16rem;
  height: 16rem;
  flex-grow: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
html body.listings #content .left .listings .card .info {
  padding: 2rem 4rem;
}
html body.listings #content .left .listings .card[onclick] {
  cursor: pointer;
}
/* Profile */
.profile-container {
  width: 100%;
  padding: 2rem;
}
.profile-container > .menu {
  width: 220px;
  float: left;
}
.profile-container a:hover,
.profile-container a.selected {
  font-weight: 700;
}
.profile-container > .content {
  width: calc(100% - 220px);
  float: right;
}
/* Quotation */
.quoatation {
  width: 280px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  border: solid 1px grey;
}
.quoatation .image {
  float: left;
  width: 280px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.quoatation .info {
  float: left;
  width: 280px;
  padding: 20px;
}
.quoatation .info .title {
  font-size: 2.4rem;
  line-height: 1.25;
  padding-bottom: 2rem;
}
.quoatation .info .requested-on {
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.quoatation .info .status {
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.quoatation .info .dates {
  font-size: 1.6rem;
  padding-bottom: 2rem;
}
.quoatation .info .remove.icon {
  float: right;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  html body header nav {
    flex-direction: row !important;
    padding-bottom: 0 !important;
  }
  html body header nav #logo {
    display: none;
  }
  html body header nav .menu {
    padding-left: 0;
    padding-right: 0;
  }
  html body header nav .menu ul li {
    padding: 0 1rem;
    margin: 0 !important;
    margin-right: 5px !important;
  }
  html body header nav .actions {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
  }
  html body header nav .actions #cart {
    padding-left: 0;
    padding-right: 0;
  }
  html body header nav .actions #cart .label {
    display: none;
  }
  html body header nav .actions #profile {
    padding-left: 0;
    padding-right: 0;
  }
  html body header nav .actions #profile .label {
    display: none;
  }
  html body #listContainer {
    width: 100% !important;
  }
  html body #listContainer .form-bar {
    position: sticky;
    top: 0;
  }
  html body #listContainer #mobileTable {
    margin: 0 !important;
  }
  html body #listContainer #searchresult .card.flex {
    flex-direction: column !important;
  }
  html body #listContainer #searchresult .card.flex .cover {
    width: 100%;
    height: 20rem;
  }
  html body #mapContainer {
    display: none !important;
  }
  html body #modal {
    z-index: 100;
  }
  html body #modal #details {
    width: 95svw !important;
    max-width: none !important;
  }
}
html body.signin main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
html body.signin .dialog {
  background: white;
  width: 40rem;
  height: auto;
  padding: 0;
}
html body.signin .dialog .header {
  background: #f6f6f6;
  padding: 2rem;
}
html body.signin .dialog .header .title {
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  font-size: 2.4rem;
  color: black;
}
html body.signin .dialog .header .action a {
  line-height: 4rem;
  width: 4rem;
  height: 4rem;
  font-size: 3rem;
  background: #e4e4e4;
  border-radius: 5000px;
  color: black;
  text-align: center;
}
html body.signin .dialog .tab-row {
  padding: 0 2rem;
}
html body.signin .dialog .tab-row .tab-title {
  padding: 2rem;
  border-bottom: solid 1px #e0e0e0;
}
html body.signin .dialog .tab-row .tab-title.selected,
html body.signin .dialog .tab-row .tab-title.clickable:hover {
  color: #f91942;
  border-bottom: solid 1px #f91942;
}
html body.signin .dialog .tab-row .tab-title.clickable {
  cursor: pointer;
}
html body.signin .dialog .form .input-row {
  border: solid 1px #e0e0e0;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
}
html body.signin .dialog .form .input-row.borderless {
  border: none;
}
html body.signin .dialog .form .input-row .icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 3rem;
  text-align: center;
  color: #e0e0e0;
}
html body.signin .dialog .form .input-row input {
  padding: 0;
  margin: 0;
  border: none !important;
  line-height: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  text-align: left;
  padding: 0 2rem;
}
html body.signin .dialog .form .input-row input:focus {
  border: none !important;
}
html body.signin .dialog .form .input-row a {
  color: #6f6f6f;
  line-height: 4rem;
  height: 4rem;
  font-size: 1.6rem;
}
html body.signin .dialog .form .input-row button {
  line-height: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  padding: 0 2rem;
  border-radius: 5000px;
  border: none;
  color: white;
  background: #f91942;
}
html body.signin .dialog .form .message.success {
  color: #00aa00;
}
html body.signin .dialog .form .message.error {
  color: #ff0000;
}
/*# sourceMappingURL=frontend.css.map */