@import "fonts.css";

/* Login - Header */
@media (max-width:524px) {
  .srs-header {
    text-align: center;
  }
}

.srs-title {
  font-size: 2.35rem;
}

@media (max-width:520px) {
  .srs-title {
    margin-bottom: 1.5rem;
  }

  .srs-phone {
    margin: .5rem 0;
  }
}

/* Login Page - Main Container */
.srs-main-img {
  object-fit: cover;
  object-position: bottom;
}

@media (min-width:769px) {
  .srs-img-container {
    height: 360px;
  }
}

/* Main - Login Form */
.srs-form {
  padding: .8rem;
}

.srs-form input {
  font-size: .9rem;
}

.srs-form i {
  padding-left: .3rem;
}

/* Main - Services */
.srs-services {
justify-content: space-between;
}
.srs-services .srs-box {
  text-align: center;
  padding: 1rem 0;
}

@media (min-width:768px) {
  .srs-services .srs-box {
    width: 19%;
  }
}
@media (max-width:520px) {
  .srs-services .srs-box {
    margin-top: .5rem;
  }
}
