/*------------------------------------*\
  #RESET
\*------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
*,
*:after,
*:before {
  box-sizing: border-box;
  outline: 0;
}
.gm-style img {
  max-height: none !important;
  max-width: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colors to suit your needs */
mark {
  background-color: #254aba;
  color: white;
  font-style: italic;
  font-weight: bold;
}
::selection {
  background: #254aba;
  color: white;
}
::-moz-selection {
  background: #254aba;
  color: white;
}
::-webkit-selection {
  background: #254aba;
  color: white;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select,
label {
  margin: 0;
  padding: 0;
  outline: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 200px white inset !important;
}
a[href],
input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {
  cursor: pointer;
  outline: none;
}
@media print {
  a:after {
    content: " [" attr(href) "] ";
  }
}
html,
body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
}
.title-1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: #254aba;
  margin-bottom: 16px;
}
.txt-m {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: #66686f;
  margin-bottom: 13px;
}
.txt-l {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  color: #66686f;
  margin-bottom: 22px;
}
.txt-primary {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #254aba;
}
.o-link {
  font-size: 13px;
  color: #254aba;
  text-decoration: underline;
  font-weight: 400;
  margin-bottom: 7px;
}
.o-form {
  margin-top: 40px !important;
  display: flex;
  flex-direction: column;
}
.o-form__row:nth-child(1n) {
  padding-top: 10px;
}
.o-form__row:nth-child(1n + 2) {
  margin-top: 10px;
}
.resetDefaultApparence {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
}
.resetDefaultApparence::-ms-expand {
  display: none;
}
.o-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  width: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  height: 50px;
  border: none;
  padding: 10px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.o-input::-ms-expand {
  display: none;
}
.o-input::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #66686f;
  opacity: 1;
}
.o-input:-moz-placeholder {
  /* Firefox 18- */
  color: #66686f;
  opacity: 1;
}
.o-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #66686f;
  opacity: 1;
}
.o-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #66686f;
  opacity: 1;
}
.o-input::-ms-input-placeholder {
  /* Edge */
  color: #66686f;
  opacity: 1;
}
.o-input:placeholder-shown {
  /* Standard one last! */
  color: #66686f;
  opacity: 1;
}
.o-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: none;
  width: 100%;
  border-radius: 6px;
  height: 50px;
  box-shadow: 0 10px 24px 0 rgba(37, 74, 186, 0.6);
  background-image: linear-gradient(164deg, #3283ff 18%, #254aba 80%, #254aba 80%);
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
.o-button::-ms-expand {
  display: none;
}
.o-button-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: none;
  width: 100%;
  border-radius: 6px;
  height: 50px;
  box-shadow: 0 10px 24px 0 rgba(153, 153, 153, 0.6);
  background-image: linear-gradient(164deg, #f8f9fa 18%, #eceff8 80%, #eceff8 80%);
  margin: 10px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #6c757d;
}
.o-button-link::-ms-expand {
  display: none;
}
html,
body {
  height: 100%;
}
body {
  background-image: url(https://www.stampa.unibocconi.it/immagini/UP_Bocconi20200319103546.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.overlay {
  padding: 50px 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0) radial-gradient(circle at 32% 28%, rgba(115, 135, 214, 0.75), rgba(138, 219, 252, 0.75)) repeat scroll 0% 0%;
}
.error-1 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fbbc05;
}
.helpers__row {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 16px;
}
.o-link {
  line-height: 1.25;
  margin-bottom: 0.3rem;
}
.c-footer {
  color: #fff;
  font-size: 14px;
  margin: 10px;
}
.c-footernav {
  display: flex;
  flex-wrap: wrap;
}
.c-footernav > a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .overlay {
    justify-content: center;
  }
}
.c-mainsection {
  margin: 30px 0px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(115, 135, 214, 0.1);
  padding: 30px;
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.c-mainsection .c-mainsection--inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.c-mainsection > *:nth-child(1n + 2) {
  margin-top: 20px;
}
.c-mainsection--wide {
  width: 680px;
}
