html {
  box-sizing: border-box;
  min-width: 320px;
}
body {
  margin: 0 !important;
}
*, *:before, *:after {
  color: #132238;
  box-sizing: inherit;
  font-family: 'Montserrat', sans-serif !important;
}
*:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
html, body {
  height: 100%;
}
input, textarea {
  border-radius: 0;
  border: none;
  resize: none;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 0;
}
.block-wrapper {
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 40px 0 rgba(57,138,251,0.2);
}
.route-title {
  color: #132238;
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
}
.two-fields-wrapper {
  display: flex;
  justify-content: space-between;
}
.half {
  width: 50%;
}
.link {
  color: #3A8AFB;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
}
.link:hover{
  border-bottom: 1px solid #3A8AFB;
}
.link-disabled {
  color: #C3DAFD;
}
.link-disabled:hover {
  border: none;
}
.client-block-default-content {
  color: #C4C4C4;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
}
.s-alert-box,
.s-alert-box * {
  color: #fff;
}
.spinner-wrapper {
  width: 100%;
  height:  300px;
  position: relative;
}
.my-spinner {
  height: 55px !important;
  width: 55px !important;
  position: absolute;
  top: 50%;
  left:  50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
}