.login {
  overflow: auto;
}
.login .lang-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.login .lang-sel .form-select {
  width: 100px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login .dark-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login .title-sel {
  margin-bottom: 20px;
}
.login .title-sel .form-select {
  width: 50%;
}
.login .regi-sel {
  margin-top: 8px;
}
.login .mobile-input {
  width: 100%;
}

.profile-cont-item {
  display: none;
}
.profile-cont-item.show {
  display: block;
}

.modal-profile-cont {
  line-height: 1.6;
}

.myprofile-alert svg {
  width: 24px;
  height: 24px;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.attachFileList,
.attachFileList * {
    box-sizing: border-box;
}

.attachFileList {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
    display:flex;
}



.attachFileList .dz-message {
    text-align: center;
    margin: 2em 0;
    display:block;
}

.attachFileList .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.attachFileList span{

  
}

.attachFileList img {
  width:200px; 
  margin-left:30px;
  margin-top:-30px;
  
}