header {
  height: 60px; 
  text-align: center;

  h1 {
    font-size: 26px;
    font-weight: 500;
    color: #222;
    line-height: 60px;    
  }

  a.btn-back {
    position: absolute; 
    left: 0;
    line-height: 58px;
    padding-top: 0;
    padding-bottom: 0;    
  }
}

main {
  max-width: 384px; 
  margin: 0 auto;
  padding: 20px;

  section {
    margin-bottom: 20px;
  }
}

input {
  &.form-control {
    height: 48px;
    padding: 0 11px 1px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    border: solid 1px #ddd;
    border-radius: 4px;

    &:focus {
      border: solid 1px #333;
      box-shadow: none !important;    
    }

    &::placeholder {
      color: #ddd;    
    }
  }  
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #EA8351; 
  background-color: #EA8351 !important;
  box-shadow: none !important;
}

.custom-control-input:checked~.bg-gray.custom-control-label::before {
    border-color: #A5A5A5; 
    background-color: #A5A5A5 !important;
    box-shadow: none !important;
}

.custom-control-input~.bg-gray.custom-control-label {
  color: #A5A5A5;
}

section#withdraw {
  p {
    color: #533C2A;
    font-weight: 300;
  }

  span {
    text-decoration: underline;
  }
}

.btn {
  height: 48px;
  line-height: 2;

  &.btn-right {
    margin-left: 8px;
  }
}