
#login-wrapper {
  
  width: 100vw;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  
  
}

#login-wrapper form{
	width:80vw;
}




#login-wrapper  {
  
  width: 100%;
  padding: 0 30px;
  max-height: 100%;
}



#login-wrapper .inner {
  width: 100%;
  max-width: 376px;
  margin: 30px auto;
  min-height: 360px;
}

#login-wrapper  .inner h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  font-size: 2.0rem;
  color: rgba(30, 30, 30, 0.8);
  text-align : center;
}

#login-wrapper .inner .input-wrapper {
  margin: 20px auto 10px;
}

#login-wrapper  .inner .input-wrapper input {
  display: block;
  width: 100%;
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 1.25px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  text-align: center;
  padding: 16px 5px;
}

#login-wrapper  .inner .input-wrapper input:nth-of-type(n + 1) {
  margin-top: 8px;
}

#login-wrapper  .inner .input-wrapper input::-webkit-input-placeholder {
  color: #b0b0b0;
}

#login-wrapper  .inner .input-wrapper input:-ms-input-placeholder {
  color: #b0b0b0;
}

#login-wrapper  .inner .input-wrapper input::-ms-input-placeholder {
  color: #b0b0b0;
}

#login-wrapper  .inner .input-wrapper input::placeholder {
  color: #b0b0b0;
}

#login-wrapper  .inner .function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-end;
}

#login-wrapper  .inner .function label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  -webkit-column-gap: 7px;
          column-gap: 7px;
  color: #1e1e1e;
}

#login-wrapper .inner .function input {
  position: relative;
  bottom: 0.5px;
  border: #c7c7c7 !important;
}

#login-wrapper  .inner .function .forget-pwd {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  color: #9b9b9b;
}

#login-wrapper .inner button {
  width: 100%;
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #ffffff;
  background: #1e1e1e;
  padding: 16px 0;
  text-align: center;
  margin: 40px auto;
  border-radius: 40px;
  border: 1px solid #1e1e1e;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

#login-wrapper .inner button:hover {
  background: #ffffff;
  color: #1e1e1e;
}

#login-wrapper  .inner .no-account {
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(30, 30, 30, 0.8);
}

#login-wrapper  .inner .no-account button {
  margin-left: 10px;
  color: rgba(0, 73, 231, 0.8);
  line-height: 120%;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
}

#login-wrapper  .inner .close-login {
  line-height: 120%;
  font-weight: 300;
  font-size: 0.875rem;
  letter-spacing: 0.8px;
  color: #ffffff;
  padding: 8px 25px;
  background: #1e1e1e;
  border-radius: 40px;
}



#login-wrapper .inner .username{
	
    margin: 10px auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-column-gap: 10px;
    column-gap: 10px;
	
}

#login-wrapper .inner .username .username-input {
	width:60%;
}

#login-wrapper .inner .username .username-input input{
	width:100%;
	margin-top: unset !important;
	height: 48px;
}


#login-wrapper .inner .username label {
    width: 40%;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #eee;
    height: 48px;
    padding-left: 10px;
}


#login-wrapper .inner .username select {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90%;
    border: none;
    background-color: #ffffff;
    line-height: 150%;
    font-weight: 300;
    font-size: 0.95rem;
    letter-spacing: 0.25px;
    color: #393939;
    outline: none;
}


/* ------------------------------------ */
.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1102;
	opacity: 0;
	transition: opacity .45s ease;
	pointer-events: none;
}

.modal.show {
	opacity: 1;
	pointer-events: auto;
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.show .modal-content {
	pointer-events: auto;
}

.modal-dialog {
	transition: transform .45s ease;
	margin: 0 20px;
	position: relative;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: calc(100vh - 1rem);
	transform: translate(0, -50px);
}

@media ( min-width : 768px) {
	.modal-dialog {
		max-width: 500px;
		margin: 0 auto;
		height: calc(100vh - 3.5rem);
	}
}

.modal-content {
	width: 100%;
	background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	pointer-events: none;
	outline: 0;
}

.modal-content p {
	margin: 0 0 1em 0;
	font-size: 14px;
}

.modal-header {
	padding: 20px 30px;
	border-top: 5px solid #66a8a6;
	border-bottom: 0;
}

.modal-body {
	padding: 30px;
	text-align: center;
}

.modal-footer {
	padding: 25px 20px;
}

.modal-footer.flex {
	display: flex;
}

.modal-footer .form-button {
	flex: 1;
	padding: 0 10px;
}

.modal-footer .cancel-btn {
	border-radius: 2px;
	background-color: #ffffff;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color:#1e1e1e;
	border: 1px solid #1e1e1e;
}

.modal-footer .confirm-btn {
	border-radius: 2px;
	background-color: #1e1e1e;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1101;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	transition: opacity .45s ease;
	pointer-events: none;
}

.modal-overlay.show {
	opacity: 0.75;
	pointer-events: auto;
}


.or {
	display: flex;
    -webkit-box-align: initial;
    align-items: initial;
    margin-bottom: 10px;
    color: rgb(153, 153, 153);
    font-size: 11px;
    font-weight: 400;
    
    padding: 20px 0;
}

.or::before{
	content: "";
    flex: 4 1 0%;
    border-top: 1px solid rgb(221, 221, 221);
    margin-top: 12px;
    margin-right: 20px;
}


.or::after{
	content: "";
    flex: 4 1 0%;
    border-top: 1px solid rgb(221, 221, 221);
    margin-top: 12px;
    margin-left: 20px;
}


.line-login{
	border-radius: 40px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(6, 199, 85);
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border: 1px solid rgb(6, 199, 85);
}

.line-login>img{
	height:60%;
	padding-right: 10px;
}

.google-login{
	border-radius: 40px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    
    margin-bottom: 10px;
    
    cursor: pointer;
    border: 1px solid #808080;
}

.google-login>img{
	height:60%;
	padding-right: 10px;
}

