/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body.modal-open {
    position: static;
    height: auto;
    overflow-y: hidden;
}



.error {
  /*float: right;*/
  color:red;
  font-size: 10px;
}


.overlay {
  position:fixed;
      top:0;
      left:0;
      background:rgba(0,0,0,0.3);
      z-index:9999;
      width:100%;
      height:100%;
      display:none;
}




#sig-image {
    height: 200px;
    border: 1px solid ;
    border-style: dotted;
    border-radius: 12px;
}

#sig-canvas{
    border: 1px solid ;
    border-style: dotted;
    border-radius: 12px;
}


.sign-button {
    background-color: #305382;
    color: #fff;
    border: none;
    padding: 6px 15px;
    /*position: absolute;*/
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    height: 100%;
    border-radius: 25px;
    font-size:14px;
}

.sign-button:hover {
background-image:none !important;
background-color:#5481ff !important;
}



.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  /*display: inline-block;*/
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.form-group {
    margin-bottom: 1px;
}



.content-left-wrapper {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 120px 10px 10px 10px;
  color: #fff;
  text-align: center;
  position: relative;
}



.content-left-wrapper-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding: 10px 10px 10px 10px;
  color: #fff;
  text-align: center;
  position: relative;
}

.content-left {
  padding: 0;
  padding: 0;
  background-image: url(/static/img/bkg.jpg); ;
  background-position: bottom;
  background-repeat: no-repeat;
  /*background-color: rgba(0, 0, 0, 0.6);*/
}





.content-left-wrapper h2 {
    color: #1a4879;
    font-size: 32px;
    font-size: 2rem;
    margin: 20px 0 15px 0;
    font-weight: 600;
}


.left-text {
  background-color: #fff;
  color: #1a4879;
  width: 100%;
  opacity: 0.91;
  border-radius: 12px;
  padding-bottom:30px;
  padding-left:12px;
  padding-right:12px;
  padding-top:20px;
  border:1px solid #ccc;
}


.left-text-mobile {
    background-color: #fff;
    color: #1a4879;
    width: 100%;
    opacity: 0.95;
    border-radius: 12px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 44px;
}


.copy {
    color: #b92121;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    opacity: 1;
    text-align: center;
    padding-left: 12px;
    z-index:9;
    letter-spacing: 3px;
}


.content-left-wrapper .btn_1 {
    margin: 5px 0 5px 0;
}


a.btn_1.yellow, .btn_1.yellow {
    background: #fc3937;
    color: #000;
}


#social ul li a {
    color: #b92121;
    opacity: 0.6;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1em;


input[type="radio"] {
    margin-left:10px;
}
.clearBoth {
    clear:both;
}


