.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0;
}

.full-height {
    min-height: 100vh;
    /*padding-top: 300px;*/
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}
#app {
    display: inline-block;
    position: static;
    width: 95%;
    min-width: 460px;

}
#logo {
    height: 115px;
    text-align: center;
    margin-bottom: 10px;
}
#logo img {
    display: inline-block;
    margin-top: 10px;
}
.app-section {
    width: 90%;
    border-radius: 15px;
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
    min-width: 450px;
    max-width: 600px;
    margin-bottom: 20px;
    border: 2px solid #636b6f;
    background-color: lightgray;
    padding-bottom: 10px;
}
.app-section .app-row {
    margin-bottom: 5px;
    /*
    background-color: blue;
    */
    padding-top: 2px;
    vertical-align: top; 
}
label {
    display: inline-block;
    margin-right: 5px;
    width: 200px;
    padding-left: 10px;
}
label ~ input {
    width: 200px;
    margin-left: 25px;
}
label ~ textarea {
    display: block;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 150px;
}
ul {
    list-style-type: none;
}
/* Sign Style */
.sigAgreement {
    width: 500px;
}
.container {
    width: 100%;
    height: 100%;
    top: 10%;
    left: 10%;
  }
  
  .sigContainer {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    background-color: #e6e6e6;
    text-align: center;
  }
  .sigAction {
      text-align: center;
      margin-top: 10px;
  }
  
  .sigPad {
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
  }
  
  .sigAction .sigButtons {
      margin-left: 50px;
      margin-right: 50px;
  }
@media screen and (max-width: 750px) {
    #logo {
        margin-top: 30px;
    }
    label ~ textarea {
        display: block;
        width: 400px;
    }
    .sigAgreement {
        width: 400px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}