body {
    overflow-x: hidden;
    font-size: 15px;
  }
  
  a {
    text-decoration: none;
    cursor: pointer!important;
  }
  
  .container {
    max-width: 500px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  
  .form-group {
    position: relative;
  }
  
  .form-group .icon {
    position: absolute;
    top: 12px;
    left: 10px;
  }
  
  .form-group .icon i {
    font-size: 1.25rem;
  }
  
  .form-group .form-control {
    min-height: 45px;
    padding-left: 2.5rem;
    background: #FFFFFF;
    border: 1px solid #969696;
    -webkit-box-shadow: 0px 0px 4px rgba(24, 144, 255, 0.5);
            box-shadow: 0px 0px 4px rgba(24, 144, 255, 0.5);
    border-radius: 10px;
  }
  
  .form-group .form-select {
    min-height: 45px;
    padding-left: 2.5rem;
    background: #FFFFFF;
    border: 1px solid #969696;
    -webkit-box-shadow: 0px 0px 4px rgba(24, 144, 255, 0.5);
            box-shadow: 0px 0px 4px rgba(24, 144, 255, 0.5);
    border-radius: 10px;
  }
  
  .header {
    background-color: #E01F26;
    padding: 0.75rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  
  
  
  .header .container .back-btn {
    position: absolute;
    left: 0.5rem;
    top: 10px;
  }
  
  .header .container .back-btn img {
    display: block;
    width: 33px;
    height: 33px;
  }
  
  .header .container .logo {
    width: 100%;
    max-width: 50px;
  }
  
  .beranet-logo {
    margin-top: 3rem;
    padding: 0.75rem 0;

  }
  
  .beranet-logo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .beranet-logo .container img {
    max-width: 85px;
    width: 100%;
  }
  
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #E01F26;
    padding: 1rem 0;
    z-index: 2;
  /*border-top-left-radius: 8px;
    border-top-right-radius: 8px; */
    
  }
  
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .footer .container a {
    color: #fff;
    font-size: 25px;
  }
  
  .splash {
    background-color: #E01F26;
    position: relative;
    z-index: 10;
  }
  
  .splash .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100vh;
    height: 100%;
  }
  
  .splash .container .logo {
    max-width: 165px;
    width: 100%;
  }
  
  .splash .moto-left-icon {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 170px;
  }
  
  @media (max-width: 325px) {
    .splash .moto-left-icon {
      max-width: 150px;
    }
  }
  
  .splash .moto-right-icon {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 105px;
  }
  
  @media (max-width: 325px) {
    .splash .moto-right-icon {
      max-width: 90px;
    }
  }
  
  .hero {
    background: #fff;
  }
  
  .hero .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: 100vh;
    height: 100%;
  }
  
  .hero .container .logo {
    max-width: 165px;
    margin-top: 5rem;
  }
  
  .hero .container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
  
  .hero .container .buttons .login-button {
    display: inline-block;
    background-color: #E01F26;
    padding: 0.5rem 3.5rem;
    font-size: 25px;
    color: #fff;
    border-radius: 8px;
  }
  
  .hero .container .buttons .signup-button {
    margin-top: 1rem;
    display: inline-block;
    background-color: #969696;
    padding: 0.5rem 3.5rem;
    font-size: 25px;
    color: #fff;
    border-radius: 8px;
  }
  
  .hero .moto-left-icon {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 170px;
    z-index: 0;
  }
  
  @media (max-width: 325px) {
    .hero .moto-left-icon {
      max-width: 150px;
    }
  }
  
  .hero .moto-right-icon {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 105px;
  }
  
  @media (max-width: 325px) {
    .hero .moto-right-icon {
      max-width: 90px;
    }
  }
  
  .giris-yap {
    background-color: #e5e5e5;
    padding-top: 80px;
    min-height: 100vh;
  }
  
  .giris-yap .top {
    margin-top: 4rem;
  }
  
  .giris-yap .top .container .title {
    font-weight: 700;
    font-size: 35px;
  }
  
  .giris-yap .top .container .subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #E01F26;
  }
  
  .giris-yap .bottom {
    margin-top: 5rem;
  }
  
  .giris-yap .bottom .container .giris-yap-form .form-group {
    margin-bottom: 1.5rem;
  }
  
  .giris-yap .bottom .container .giris-yap-form .login-btn {
    display: block;
    background-color: #E01F26;
    padding: 0.5rem 3.5rem;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    border: none;
    width: 100%;
    min-height: 45px;
  }
  
  .giris-yap .bottom .container .form-info {
    margin-top: 2rem;
  }
  
  .giris-yap .bottom .container .form-info p {
    margin-bottom: 0.25rem;
    font-weight: 400;
  }
  
  .giris-yap .bottom .container .form-info p span {
    color: rgba(51, 51, 51, 0.55);
  }
  
  .on-kayit {
    background-color: #e5e5e5;
    padding-top: 80px;
  }
  
  .on-kayit .top {
    margin-top: 4rem;
  }
  
  .on-kayit .top .container .title {
    font-weight: 700;
    font-size: 35px;
  }
  
  .on-kayit .top .container .subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #E01F26;
  }
  
  .on-kayit .bottom {
    margin-top: 0;
  }
  
  .on-kayit .bottom .container .giris-yap-form .form-group {
    margin-bottom: 1.5rem;
  }
  
  .on-kayit .bottom .container .giris-yap-form .login-btn {
    display: block;
    background-color: #E01F26;
    padding: 0.5rem 3.5rem;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    border: none;
    width: 100%;
    min-height: 45px;
  }
  
  .on-kayit .bottom .container .form-info {
    margin-top: 2rem;
  }
  
  .on-kayit .bottom .container .form-info p {
    margin-bottom: 0.25rem;
    font-weight: 400;
  }
  
  .on-kayit .bottom .container .form-info p span {
    color: rgba(51, 51, 51, 0.55);
  }
  
  .anasayfa {
    background-color: #fff;
  }
  
  .anasayfa .top {
    margin-top: 5rem;
  }
  
  .anasayfa .top .container .moto-resim {
    width: 100%;
    max-width: 315px;
  }
  
  .anasayfa .top .container .motor-bilgileri {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .anasayfa .top .container .motor-bilgileri .bilgi {
    background-color: #e2e2e2;
    width: 32%;
    padding: 0.25rem 0.5rem;
    font-weight: 400;
    border-radius: 8px;
  }
  
  .anasayfa .top .container .motor-bilgileri .bilgi.red {
    background-color: #E01F26;
    color: #fff;
  }
  
  .anasayfa .top .container .motor-bilgileri .bilgi h6 {
    font-weight: 500;
    display: inline-block;
  }
  
  .anasayfa .top .container .motor-bilgileri .bilgi .renk {
    margin-top: 4px;
    float: right;
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  
  .anasayfa .bottom {
    margin-bottom: 7rem;
  }
  
  .anasayfa .bottom .container .title {
    margin-top: 1.75rem;
  }
  
  .anasayfa .bottom .container .servis-kayitlari {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.75rem;
  }
  
  .anasayfa .bottom .container .servis-kayitlari .kayit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.75rem;
  }
  
  .anasayfa .bottom .container .servis-kayitlari .kayit a {
    background-color: #e2e2e2;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    color: #000;
  }
  
  .anasayfa .bottom .container .servis-bilgileri {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.75rem;
  }
  
  .anasayfa .bottom .container .servis-bilgileri .bilgi {
    background-color: #e2e2e2;
    width: 32%;
    padding: 0.25rem 0.5rem;
    font-weight: 400;
    border-radius: 8px;
    text-align: center;
  }
  
  .anasayfa .bottom .container .servis-bilgileri .bilgi h6 {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
  }
  
  .anasayfa .bottom .container .servis-bilgileri .bilgi.red {
    background-color: #E01F26;
    color: #fff;
  }
  
  .anasayfa .bottom .container .servis-bilgileri .bilgi.red h6 {
    color: #000;
  }
  
  .bildirimler .top {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  
  .bildirimler .top .container .title {
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  .bildirimler .top .container .bildirim-kart {
    background-color: #e2e2e2;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-weight: 300;
  }
  
  .bildirimler .top .container .bildirim-kart h6 {
    font-weight: 700;
  }

  .servis-kayit {
    background-color: #e5e5e5;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  
  .servis-kayit .top {
    margin-top: 4rem;
  }
  
  .servis-kayit .top .container .title {
    font-weight: 700;
    font-size: 35px;
  }
  
  .servis-kayit .top .container .subtitle {
    font-weight: 400;
    font-size: 20px;
    color: #E01F26;
  }
  
  .servis-kayit .bottom {
    margin-top: 3rem;
  }
  
  .servis-kayit .bottom .container .giris-yap-form .form-group {
    margin-bottom: 1.5rem;
  }
  
  .servis-kayit .bottom .container .giris-yap-form .login-btn {
    display: block;
    background-color: #E01F26;
    padding: 0.5rem 3.5rem;
    font-size: 15px;
    color: #fff;
    border-radius: 8px;
    border: none;
    width: 100%;
    min-height: 45px;
  }
  
  .servis-kayit .bottom .container .form-info {
    margin-top: 2rem;
  }
  
  .servis-kayit .bottom .container .form-info p {
    margin-bottom: 0.25rem;
    font-weight: 400;
  }
  
  .servis-kayit .bottom .container .form-info p span {
    color: rgba(51, 51, 51, 0.55);
  }
  /*# sourceMappingURL=main.css.map */