@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  background: #FFF;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
}

body {
  padding-top: 1px;
  min-height: 100%;
}

.btn {
  border-radius: 8px;
  color: #3A3A3A;
  color: #FFF;
  background: #5F57A1;
  border: 2px solid #5F57A1;
  padding: 0 20px;
  font-size: 15px;
  line-height: 30px;
}
.btn:disabled, .btn:disabled:hover, .btn:disabled:active {
  background: #FFF;
  border: 2px solid #E6E9F2;
  color: #BEC2C9;
  cursor: not-allowed;
  pointer-events: none;
}
.btn:hover {
  background: #4C4C8E;
}
.btn:active {
  background: #4C4C8E;
}
.btn.btn-large {
  border-radius: 8px;
  color: #3A3A3A;
  color: #FFF;
  background: #5F57A1;
  border: 2px solid #5F57A1;
  font-size: 18px;
  padding: 0 24px;
  line-height: 46px;
}
.btn.btn-large:disabled, .btn.btn-large:disabled:hover, .btn.btn-large:disabled:active {
  background: #FFF;
  border: 2px solid #E6E9F2;
  color: #BEC2C9;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-large:hover {
  background: #4C4C8E;
}
.btn.btn-large:active {
  background: #4C4C8E;
}
.btn.btn-small {
  border-radius: 8px;
  color: #3A3A3A;
  color: #FFF;
  background: #5F57A1;
  border: 2px solid #5F57A1;
  padding: 0 16px;
  font-size: 12px;
  line-height: 22px;
}
.btn.btn-small:disabled, .btn.btn-small:disabled:hover, .btn.btn-small:disabled:active {
  background: #FFF;
  border: 2px solid #E6E9F2;
  color: #BEC2C9;
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn-small:hover {
  background: #4C4C8E;
}
.btn.btn-small:active {
  background: #4C4C8E;
}

a {
  color: #5F57A1;
  text-decoration: none;
}
a:visited {
  color: #5F57A1;
}
a:hover {
  color: #464076;
}
a:active {
  color: #E5D9F2;
}
a.disabled {
  pointer-events: none;
}
a.disabled:not(.btn) {
  opacity: 0.5;
}

a.buttonTiscali {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  margin-left: 10px;
  min-width: 100px;
  color: #fff !important;
  border: 0;
  padding: 0;
  line-height: 30px !important;
  height: 30px !important;
  font-size: 14px;
  font-weight: normal;
  box-sizing: border-box;
  border-radius: 0.4em;
  text-transform: uppercase;
  background: #5F57A1 !important;
  text-align: center;
  text-decoration: none;
}

a.buttonTiscali:hover {
  background: #4C4C8E !important;
}
