@font-face {
  font-family: VeryMediumFont;
  src: url(../font/VerySans-MediumText.woff);
}

body {
  padding: 0;
}

.fa {
  margin-right: 5px;
}

.page-wrapper {
  padding: 0 15px;
  text-align: left;
  max-width: 990px;
  margin: 0 auto;
  font-family: VeryMediumFont;
}

.jumbotron {
	background-color: #000000;
	width: 100%;
  max-width: 960px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
}

.lwi-logo-header {
  margin: auto;
  padding-top: 12px;
  padding-bottom: 13px;
  max-height: 100%;
}

.btn {
  width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  background-color: #f5f5f5;
  border-width: 0;
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.29;
  transition: background-color ease-in-out 0.3s;
}

.btn-back-text {
  color: #333333;
}

.img-verification-container {
  height: 137px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.img-verification {
  width: 100%;
  max-width: 960px;
}

.main-container {
    position: absolute;
    top: 13px;
    left: 16px;
}

.title-header {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  color: #ffffff;
}

.title-description {
  font-size: 16px!important;
  line-height: 1.25;
  text-align: left;
  margin-top: 20px;
  max-width: 324px;
  color: #ffffff;
}

label {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
}

.form-group {
  display: flex;
  flex-direction: column;

}

.form-group .thumbnail {
  height: 15vh;
  width: 15vh;
}

.thumbnail-container {
  font-style: italic;
  margin-bottom: 15px;
}

.form-label {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 5px;
}

.upload-file {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  float: right;
  margin-right: 15px;
}

.upload-file:hover {
  border: 1px solid #e0e0e0;
  background: #e0e0e0;
  border-radius: 2px;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  float: right;
  margin-right: 15px;
}

#files-photo-id, #files-address-proof-1, #files-address-proof-2 {
  display: none;
}

.address-proof-with-datepicker-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

/*.datepicker-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 5px;
  max-width: 150px;
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}*/

.label-date-header {
  position: relative;
  top: -10px;
}

.label-description {
  font-weight: normal;
}

.proof-types-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
}

.proof-types-line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.proof-type {
  font-weight: normal;
  font-size: 14px;
  color: grey;
  padding-right: 2%;
  margin-right: 25px;
  white-space: nowrap;
}

.form-group p {
  font-size: 14px;
  line-height: 1.43;
  color: #333333;
  margin-top: 10px;
}

.form-group input {
  font-size: 14px;
  line-height: 1.43;
  color: #616161;
  margin-top: 20px;
  border: solid 1px #e0e0e0;
  border-radius: 2px;
  height: 40px;
  max-width: 328px;
  transition: border-color ease-in-out 0.3s;
}

.btn-upload {
  background-color: #0091ea;
  border-color: #0091ea;
  font-weight: normal;
  color: #ffffff;
}

.btn-upload span {
  color: #ffffff;
}

.form-group input[type="file"] {
  display: none;
}

.form-group input:valid {
  border-color: #9f9f9f;
  border-width: 2px;
}

.form-group input:focus {
  border-color: #ef80b8;
  border-width: 2px;
}

.form-group input:focus:valid {
  border-color: #90e4b3;
  border-width: 2px;
}

.form-group input:invalid:not(:placeholder-shown) {
  border-color: #ff9cad;
  border-width: 2px;
}

.btn-file-upload {
  display: inline-block;
  cursor: pointer;
}

.btn-file-upload:hover {
  background-color: #006ab8;
}

.help-block {
  font-style: italic;
  font-size: 14px;
  line-height: 1.43;
  color: #333333;
}

.btn-submit {
  padding: 14px 0;
  background-color: #00c853;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  margin-top: 0;
}

.btn-submit:hover {
  background-color: #00864c;
}

.btn-submit span, .btn-submit i {
  color: #ffffff;
}

.md-no-padding {
  padding: 0;
}

/* Modal */
.modal-content {
    font-size: 18px;
    line-height: 1.55;
}

.modal-header {
  background-color: #6F2B7E;
}

.modal-title {
	color: white;
	text-align: center;
}

.disclaimer {
  display: block;
  text-align: center;
  margin-bottom: 47px;
}

.error-list {
  margin-top: 10px;
  color: #A94442;
}

.spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  color: #00A7D4;
}

.success-msg-container {
  border-radius: 1px;
  background-color: #f3ffee;
  margin: 0 15px;
  padding: 14px 16px 12px 16px;
}

.success-msg-container h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #00864c;
}

.success-msg-container p {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #00864c;
}

.lwi-link-container {
  margin: 20px 0 40px 0;
}

.lwi-link {
  float:right;
  font-size: 14px;
  text-align: left;
  color: #006ab8;
}

#files-upload-result .thumbnail {
  height: 15vh;
  float: left;
}

label.form-label.with-datepicker {
  width: 75%;
}

.form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 99%;
    padding: 5px;
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    margin-left: 2px;
    max-width: none;
}

div.label-date-header {
  margin: 0px;
  top: 0;
}

.address-proof-with-datepicker-container .datepicker-container .label-date-header label {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
    background-color: #f5f5f5;
    width: 100%;
    margin: 0;
}

.address-proof-with-datepicker-container .datepicker-container {
    display: inline-block;
    border-style: solid;
    border-radius: 3px;
    width: 26%;
    margin-left: 5px;
    margin-top: 10px;
    border-color: #e0e0e0;
    border-width: 1px;
    padding: 0;
    height: auto;
    max-height: 155px;
    max-width: none;
}


.form-group .address-proof-with-datepicker-container .datepicker-container input:focus, .form-group .datepicker-container input:focus:valid {
    border: none;
    outline: none;
}


.ppsn-number .ppsn-number-left {
  display: inline-block;
  width: 60%;
}

.ppsn-number .ppsn-number-right {
    width: 40%;
    display: inline-block;
    position: relative;
    top: 20px;
}

.ppsn-number .ppsn-number-right input[type="text"]{
    width: 100%;
    margin-top: 8px;
    float: left;
    font-weight: 500;
    border-color: #e0e0e0;
}

.ppsn-field-text {
    font-size: 14px;
    line-height: 1.43;
    color: grey;
    margin-top: 10px;
}

.form-group input#lwi-pps-number {
    border-color: #e0e0e0;
    border-width: 1px;
    margin-top: 8px;
}

.proof-type i.fa.fa-check{
  color: #0abd0f;
  font-weight: bold;
  font-size: 15px;
}

.proof-type i.fa.fa-times{
  color: #c30000;
  font-weight: bold;
  font-size: 15px;
}

.ppsn-number .label-description {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.acceptable-file-types {
    display: inline-block;
    width: 100%;
    padding: 5px 8px;
    background-color: #e5e9f5;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.acceptable-file-types i.fa.fa-info-circle {
    font-size: 25px;
    width: 8%;
    position: relative;
    top: 8px;
    color: #384d6d;
}

.acceptable-file-types span {
    width: 90%;
    float: right;
    color: #384d6d;
    font-weight: 200;
}

.left-side {
    width: 58%;
    display: inline-block;
}

.right-side {
    width: 38%;
    float: right;
    position: relative;
    top: 15px;
}

.left-side.with-date {
    width: 45%;
}

.right-side.with-date {
    width: 45%;
}

.left-side .label-description {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}



.content-info {
display: inline-block;
    font-size: 16px;
    background-color: #EFCC00;
    padding: 5px 13px;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: justify;
	width: 100%;
}


.content-info a {
	    display: grid;
    color: #000000;
    cursor: pointer
}


@media screen and (min-width: 768px) {
  .jumbotron {
    height: 101px;
    padding: 12px 0;
  }

  .page-wrapper .row {
    padding: auto 0;
  }

  .lwi-logo-header {
    margin: auto;
    padding: auto;
  }

  .title-header  {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
  }

  .form-group input {
    margin-top: 20px;
  }

  .title-description {
    font-size: 20px;
    line-height: 1;
    max-width: 785px;
  }

  .btn-file-upload {
    max-width: 304px;
    margin-top: 6px !important;
  }

  .lwi-link-container {
    margin: 40px 0 40px 0;
  }

  .btn-submit {
    float: right;
    max-width: 304px;
    margin-bottom: 68px;
  }

  .md-no-padding {
    padding: 0 15px;
  }

  .disclaimer {
    margin-bottom: 67px;
  }

  .ppsn-number .ppsn-number-left {
    float: left;
  }

  .ppsn-number .ppsn-number-right input[type="text"]{
    width: 70%;
  }

  .proof-types-container.ppsn-number {
    width: 100%;
  }



}

/*@media screen and (max-width: 910px) {

.address-proof-with-datepicker-container .datepicker-container{
      max-height: 135px;
}

}

@media screen and (max-width: 840px) {
  .address-proof-with-datepicker-container{
    display: inline-block;
  }

  label.form-label.with-datepicker {
     width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
    width: 40%;
    max-height: none;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .address-proof-with-datepicker-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .datepicker-container {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 45%;
      margin: 0 auto;
  }

}

@media screen and (max-width: 560px) {
  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

}

@media screen and (max-width: 410px) {

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }
}*/


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .address-proof-with-datepicker-container {
    display: inline-block;
  }

  label.form-label.with-datepicker {
    width: 100%;
    margin: 10px auto;
  }

  .address-proof-with-datepicker-container .datepicker-container{
    /*width: 60%;
    margin: 0 auto;
    display: inherit;*/
    width: 45%;
    margin: 0 auto;
    margin-left: 6px;
    top: 10px;
    position: relative;
  }

  label.form-label.with-datepicker .acceptable-file-types span {
    width: 85%;
    float: right;
    color: #384d6d;
    font-weight: 200;
  }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 560px) and (max-width: 767px) {

  .address-proof-with-datepicker-container {
    display: inline-block;
  }

  label.form-label.with-datepicker {
    width: 100%;
    margin: 10px auto;
  }

  .address-proof-with-datepicker-container .datepicker-container{
    width: 60%;
    margin: 0 auto;
    display: inherit;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }

  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }

  .ppsn-number .ppsn-number-left {
    width: 45%;
  }

  .ppsn-number .ppsn-number-right {
    width: 45%;
    float: right;
  }

  .ppsn-number .ppsn-number-right input[type="text"]{
    width: 65%;
  }

  .left-side{
    width: 50%;
  }

  .right-side{
    width: 44%;
  }

  .acceptable-file-types span {
       width: 87%;
  }

}

@media (min-width: 376px) and (max-width: 560px) {

  .address-proof-with-datepicker-container {
    display: inline-block;
  }

  label.form-label.with-datepicker {
    width: 100%;
    margin: 10px auto;
  }

  .address-proof-with-datepicker-container .datepicker-container{
    width: 60%;
    margin: 0 auto;
    display: inherit;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }

  .ppsn-number .ppsn-number-left {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right input[type="text"]{
    width: 65%;
  }

  .left-side.with-date, .left-side {
    width: 100%;
  }

  .right-side.with-date, .right-side {
    width: 100%;
  }

  .upload-file{
    width: 94%;
    text-align: center;
    padding: 10px 5px !important;
    font-size: 14px !important;
  }

  .acceptable-file-types {
    margin-bottom: 17px;
    width: 90%;
    margin-left: 3%;
    position: relative;
    bottom: 5px;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
      margin-top: 10px;
    margin-bottom: 10px;
  }

}

@media (max-width: 375px) {

  .address-proof-with-datepicker-container {
    display: inline-block;
  }

  label.form-label.with-datepicker {
    width: 100%;
    margin: 10px auto;
  }

  .address-proof-with-datepicker-container .datepicker-container{
    width: 60%;
    margin: 0 auto;
    display: inherit;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }

  .ppsn-number .ppsn-number-left {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right input[type="text"]{
    width: 65%;
  }

  .left-side.with-date, .left-side {
    width: 100%;
  }

  .right-side.with-date, .right-side {
    width: 100%;
  }

  .upload-file{
    text-align: center;
    padding: 10px 5px !important;
    font-size: 14px !important;
    margin-right: 6px !important;
    width: 94%;
  }

  .acceptable-file-types {
    margin-bottom: 17px;
    width: 92%;
    margin-left: 5%;
    position: relative;
    bottom: 5px;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
      margin-top: 10px;
    margin-bottom: 10px;
  }

}


@media (max-width: 345px) {

  .acceptable-file-types {

  }

  .acceptable-file-types i.fa.fa-info-circle {
      width: 8%;
      top: 15px;
  }

  .acceptable-file-types span {
    width: 85%;
  }

}


/*Iphone media queries */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }

  .ppsn-number .ppsn-number-left {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right input[type="text"]{
    width: 65%;
    margin-top: 3px;
  }

  .left-side.with-date, .left-side {
    width: 100%;
  }

  .upload-file {
      text-align: center;
      padding: 10px 5px;
      font-size: 14px;
      margin-right: 6px;
  }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .address-proof-with-datepicker-container {
    display: inline-block;
  }

  label.form-label.with-datepicker {
    width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }


  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }

  .ppsn-number .ppsn-number-left {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right {
    width: 100%;
  }

  .ppsn-number .ppsn-number-right input[type="text"]{
    width: 60%;
  }

}

@media (max-width: 319px) {
  .address-proof-with-datepicker-container {
    display: inline-block;
  }

  label.form-label.with-datepicker {
    width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }


  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }


  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
    width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : landscape) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}


/*Ipad Media Quries*/

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  input[type="date"]:before {
    content: "DD-MM-YYYY" !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  input[type="date"]:before {
    content: "DD-MM-YYYY" !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}


@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape) {

  .types-only, .proof-types-line {
    flex-direction: column;
  }

  label.form-label.with-datepicker {
        width: 100%;
  }

  .address-proof-with-datepicker-container .datepicker-container{
      width: 100%;
      margin: 0 auto;
  }

  .form-group .address-proof-with-datepicker-container .datepicker-container input {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  input[type="date"]:before {
    content: "DD-MM-YYYY" !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
}
