body{
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  font-family: 'Roboto', sans-serif;
}
.form_section{
    width: 450px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100vh;
}
.form_section .card{
    -webkit-box-shadow: 0 8px 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 8px 10px 0 rgba(0,0,0,.50);
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 50%);
    border-radius: 5px;
    border: none;
}
.form_section .card .card-body{
    padding: 0;
}
.form_section .card .card-title{
    background-color: #ffc107;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}
.form_section .card .content{
    padding: 0 20px 20px 20px;
}
.form_section .card .card-text{
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}
.button {
    display: flex;
    height: 40px;
    width: 200px;
    border: none;
    margin: 0 auto;
    color: #BFC0C0;
    background: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .flex_m{
      display: flex;
      align-items: center;
      margin-top: 33px;
      justify-content: space-between;
  }
  .button a{
      color: #fff;
  }
  
#button-7 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  #button-7 a {
    position: relative;
    left: 0;
    transition: all .35s ease-Out;
  }
  
  #dub-arrow {
    width: 100%;
    height: 100%;
    background: #BFC0C0;
    left: -200px;
    position: absolute;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .35s ease-Out;
    bottom: 0;
  }
  
  #button-7 img {
    width: 20px;
    height: auto;
  }
  
  #button-7:hover #dub-arrow {
    left: 0;
  }
  
  #button-7:hover a {
    left: 150px;
  }
  .left_icon{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
  }
  .left_icon:hover{
      text-decoration: none;
      color: #fff;
  }

  .right_icon{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
  }
  .right_icon:hover{
      text-decoration: none;
      color: #fff;
  }
  .table-striped{
    -webkit-box-shadow: 0 8px 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 8px 10px 0 rgba(0,0,0,.50);
    box-shadow: 0 8px 10px 0 rgb(0 0 0 / 50%);
    background-color: white;
  }
  .table-striped th{
    background-color: #ffc107;
    border-top: none;
  }
  .btn-submit{
    display: flex;
    height: 40px;
    width: 150px;
    border: none;
    margin: 0 auto;
    color: #BFC0C0;
    background: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
  }
  .remove_bg{
    background: red;
    color: #fff;
  }
  .f-13{
    font-size: 13px;
    margin-top: 25px;
  }