body{
    /* font-family: "Roboto", "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif; */
    font-family: Oswald, sans-serif;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 50px;
    min-height: 25em;
    width: 33em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2em;
}
.card:hover {
    /*
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 50px;
    */
}
.container {
    padding: 2px 16px;
}
.card-container {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    margin: 60px auto 60px 0;
}
h1.index-card-h1 {
    font-size: 3.75rem;
    margin: 0;
    line-height: 1.1;
    font-weight: 700;
}
.row.th-card-row {
    display: block;
    text-align: left;
}
p.index-card-text {
    letter-spacing: 0px;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: none;
    margin: 27px 0 0;
}
a.index-btn.btn-login {
    border-style: none;
    background-image: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 34px auto 0 0;
    padding: 20px 45px 20px 45px;
    background-color: #f67a37;
    border-radius: 50px;
    color: #FFFFFF;
    transition: 0.5s;;
}
a.index-btn.btn-login:hover {
    background-color: #000000;
}
.u-btn {
    display: table;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    font-style: initial;
    white-space: nowrap;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
  }
  .u-btn:focus, .u-btn:active:focus, .u-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background-color: #000000;
  }
  .u-btn:hover, .u-btn:focus {
    text-decoration: none;
    background-color: #000000;
  }

  @media only screen and (max-width: 760px) {
    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        border-radius: 50px;
        min-height: 25em;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 2em;
    }
  }