/*
    01.box form register
    02.text
    03.button
*/

/* 01.box form register */
.box-form-regis{
    padding: 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 105px;
}
.profilePicture{
    width: 100%;
    max-width: 120px;
}
#preview_img{
    border: 2px solid #2744b2;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.box-bt-input-pic{
    width: 100%;
    max-width: 296px;
}
hr.in-box-form-regis{
    border-top: 1px solid #E5E5E5;
}
span.select2-selection.select2-selection--single{
    border: 1px solid #ced4da;
}
.custom-radio.custom-prakun-template .custom-control-label.h6{
    line-height: 26px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CCCCCC;
  font-weight: 400;
  font-size: 17px
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CCCCCC;
  font-weight: 400;
  font-size: 17px
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #CCCCCC;
  font-weight: 400;
  font-size: 17px
}
@media (max-width: 575px) {
    .box-form-regis{
        padding: 30px 20px;
    }
}

/* 02.text */
h1.txt-form-regis-title{
    font-weight: 500;
}

div.txt_head_modal_show_plan {
    margin-top: 20px;
    padding-top: 15px;
}
.txt_head_modal_show_plan {
    font-weight: normal;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #03256c;
}

@media (max-width: 575px) {
    h1.txt-form-regis-title {
        font-size: 30px;
    }
}


/* 03.button */
.btn.bg-yellow#bt-register{
    max-width: 296px;
    padding: 13px 5px;
    border-radius: 8px !important;
    font-weight: 500;
}
div.customInput label{
    background-color: #FFFFFF;
}


/* 04.upload */
.file-upload {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
    border: 1px dashed #C4C4C4;
    position: relative;
    border-radius: 8px;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
    border: 1px dashed #C4C4C4;
    position: relative;
    border-radius: 8px;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #faf5f5;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
    padding: 45px 0 40px;
  }
  
  .drag-text h6 {
    text-transform: uppercase;
  }
  
  .file-upload-image {
    width: 100%;
    max-height: 400px;
    max-width: 400px;
    margin: auto;
    padding: 20px;
  }
  
  .upload-image-czid , .remove-image{
    width: 100%;
    max-width: 200px;
    margin: 0;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
  }
  .remove-image {
    background: #cd4535;
    border-bottom: 4px solid #b02818;
  }
  
  .upload-image-czid {
    background: #03256C;
    border-bottom: 4px solid #345190;
  }
  
  .upload-image-czid:active ,.remove-image:active {
    border: 0;
    transition: all .2s ease;
  }
  .border-main{
    border: 1px solid #03256C !important;
    max-width: 600px;
  }