.layout_padding {
    padding: 90px 0;
  }
  
  .login_section {
    background-image: url(../img/hero2.jpg);
    background-size: cover;
    color: #ffffff;
  }
  
  
  .login_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .login_section .detail-box h3 {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .login_section .detail-box a {
    display: inline-block;
    padding: 7px 25px;
    background-color: #4bc5b8;
    border: 1px solid #4bc5b8;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 600;
  }
  
  .login_section .detail-box a:hover {
    background-color: transparent;
    color: #4bc5b8;
  }
  
  .login_section .login_form {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    border-radius: 15px;
  }
  
  .login_section .login_form h5 {
    margin-bottom: 15px;
  }
  
  .login_section .login_form form input {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 10px 0;
  }
  
  .login_section .login_form form button {
    display: inline-block;
    padding: 7px 45px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #ffffff;
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .login_section .login_form form button:hover {
    background-color: transparent;
    color: #252525;
  }
  
  .contact_section {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    color: #ffffff;
  }
  .contact_section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .contact_section .detail-box h3 {
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .contact_section .detail-box a {
    display: inline-block;
    padding: 7px 25px;
    background-color: #4bc5b8;
    border: 1px solid #4bc5b8;
    color: #ffffff;
    margin-top: 15px;
    font-weight: 600;
  }
  
  .contact_section .detail-box a:hover {
    background-color: transparent;
    color: #4bc5b8;
  }
  
  .contact_section .contact_form {
    padding: 30px 15px;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    border-radius: 15px;
  }
  
  .contact_section .contact_form h5 {
    margin-bottom: 15px;
  }
  
  .contact_section .contact_form form input {
    height: 40px;
    width: 100%;
    padding-left: 15px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 10px 0;
  }
  
  .contact_section .contact_form form button {
    display: inline-block;
    padding: 7px 45px;
    background-color: #252525;
    border: 1px solid #252525;
    color: #ffffff;
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .contact_section .contact_form form button:hover {
    background-color: transparent;
    color: #252525;
  }
  .about_section {
    background-image: url(../img/bg_1.JPG);
    background-size: cover;
    color: #ffffff;
  }