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

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



.error {
  /*float: right;*/
  color:red;
  font-size: 10px;
  margin-top: -20px !important;
  margin-right: 10px;
}


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


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

#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: 10px 10px 230px 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 {
  background-color: #124c80;
  padding: 0;
  padding: 0;
  background-image: url(/static/join/img/bkg.png); ;
  background-position: left;
  background-repeat: repeat-y;
  background-size: cover;
}





.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.6;
  border-radius: 12px;
  padding-bottom:30px;
  padding-left:12px;
  padding-right:12px;
  padding-top:20px;
  margin-top:-300px;
}


.left-text-mobile {
    background-color: #fff;
    color: #1a4879;
    width: 100%;
    opacity: 0.9;
    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: #124c80;
    color: #17b8ea;
}


#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;
}

ul#id_member_details-0-marital_status li{
  display: inline-block;
  margin-left: 10px;
  }

ul#id_member_details-0-campus li{
  display: inline-block;
  margin-left: 10px;
  }



  
#id_member_details-0-q_other_union li{
    display: inline-block;
    margin-right:20px;
}