html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #464E54;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/bg.jpg); }

h1 {
  display: block;
  text-align: center;
  margin-bottom: 3.5rem;
  margin-top: 2rem;
  color: #9e97aa;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .2px; }

.d-flex {
  display: flex; }

.justify-content-center {
  justify-content: center; }

.btn {
  display: inline-block;
  line-height: 1.15;
  padding: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  font-weight: 300;
  border: 0;
  cursor: pointer;
  font-style: normal;
  transition: all .3s;
  font-size: 1rem;
  overflow: hidden;
  color: #464E54;
  border-radius: 30px;
  letter-spacing: .4px; }

.btn-primary {
  background-color: #e9184e;
  border: 3px solid #e9184e;
  box-shadow: 0px 8px 18px rgba(233, 24, 80, 0.3);
  color: #fff; }

.login__form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: block;
  margin-top: 5%;
  padding: 45px; }
  .login__form label {
    font-weight: 700;
    display: block;
    width: 100%;
    margin-bottom: .5rem; }
  .login__form input {
    display: block;
    width: calc(100% - 50px);
    border: 0;
    padding: 25px;
    padding-bottom: 18px;
    padding-top: 18px;
    line-height: 1.15;
    border-radius: 30px;
    background-color: #f7f6f9;
    border: 1px solid transparent;
    transition: all .3s;
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: .2px; }
  .login__form input:focus {
    outline: none;
    border: 1px solid #e9184e; }
  .login__form .form-group {
    margin-bottom: 1rem;
    display: block; }
  .login__form .btn {
    margin-top: 2rem; }

.dashboard__webs {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: block;
  margin-top: 5%;
  padding: 45px; }
  .dashboard__webs ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .dashboard__webs ul li {
      width: calc(50% - 60px);
      padding: 30px;
      text-align: center; }
    .dashboard__webs ul img {
      max-width: 160px;
      max-height: 35px; }
    .dashboard__webs ul h2 {
      font-size: .875rem;
      font-weight: 300; }
    .dashboard__webs ul a {
      text-decoration: none;
      color: #6b7072;
      display: block; }
  .dashboard__webs a {
    text-decoration: none;
    color: #e9184e;
    display: block; }
