body.back { overflow: hidden; }

.back-img {
	width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center 20%;
}
.login{
	position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
	background: rgb(235,0,140);
	color: white;
	padding: 2rem;
	width:20rem;
	box-shadow: 2px 2px 14px #00000042;
}

form {
	padding: 1rem 0 0;
  font-family:  "Avenir Next", Arial, sans-serif;
	color: white;
	color: #000;
}

input {
	font-family:  "Avenir Next", Arial, sans-serif;
	font-size: 16px;
	display: block;
	font-weight: 700;
	outline: none;
	color: white;
	margin: 1.25rem 0;
}



input[type="text"], input[type="password"] {


	background: #ffffff1a;
    border: 2px solid #ffffff33;
	line-height: 22px;
	padding: 1rem;
	width: 100%;
	box-sizing: border-box;
	background: #df0286a1;
    border: 2px solid #df0286;
}
/* input[type="file"] { */
	/* opacity: 0; */
/* } */


input[type="submit"], button {
  background: none;
  border: 3px solid #fff;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
  line-height: 22px;
  padding: 1rem;
  width: 100%;
  margin: 2rem 0 1rem;
  outline: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
input[type="submit"]:hover {
	background: #fff;
	color: rgb(235,0,140);
}

select { cursor: pointer;  }

select, .choose-file  {
    background: #df028645;
    border: 2px solid #df0286ba;
    padding: 1rem;
    width: 100%;
    color: #000;
    font-weight: 700;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 10;
    position: relative;
}


select {
      border-radius: 0px;
      outline: none;
}

.choose-file {
    transition: all 0.3s;
}
.choose-file label {
      padding-right: 3rem;
      word-break: break-all;
      line-height: rem-calc(22);
      cursor: pointer;
}

.arrow {
    position: absolute;
    right: 1.25rem;
    top: 1.55rem;
    width: 1.05rem;
    z-index: 0;
}
.field {
    padding: 0;
    position: relative;
		margin: 1.25rem 0;
}


#upload-form {
	position: absolute;
    top: 2.2rem;
    right: 0;
	width: 20rem;
    background: #FFF;
    padding: 1rem;
	font-family:  "Avenir Next", Arial, sans-serif;
    right: 0;
    margin-top: 0;
    color: #191919;
    text-align: left;
	display:none;
	font-size: 15px;
	z-index: 1;
	box-shadow: 0px 10px 10px #191919;
}

#upload-form select, #upload-form input {
	color: #000;
	background: #eaeaea45;
	border: 2px solid #eaeaeaba;
	font-size: 15px;
	font-weight: 600;
	font-family: "Avenir Next";
}

#upload-form button {
	font-family:  "Avenir Next", Arial, sans-serif;
	border: 3px solid #000;
  font-size: 15px;
	margin: 1rem 0;
}
#upload-form button:hover {
	color: #fff;
	background: #000;
}

.preview-img {
	width:7rem;
	margin: 0 0.5rem 0 0;
	float:left;
	
}

.upload-message {
	display: block;
    margin: 0.25rem 0 0;
    color: rgb(235,0,140);
	font-weight:600;
}
.img-message {
    color: rgb(235,0,140);
	font-weight:600;
	float: left;
}





  #upload-form  input:placeholder {
      color: #000;
      opacity: 1; }
  #upload-form  input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #000;
      opacity: 1; }
  #upload-form  input::-moz-placeholder { /* Firefox 19+ */
      color: #000;
      opacity: 1; }
  #upload-form  input:-ms-input-placeholder { /* IE 10+ */
      color: #000;
      opacity: 1; }
  #upload-form  input:-moz-placeholder { /* Firefox 18- */
      color: #000;
      opacity: 1; }
  #upload-form  input:focus {
      outline: 0;
			background: #cacaca61 !important;
			border: 2px solid #cacaca63 !important;
    }



		input:placeholder {
			color: #fff;
			opacity: 1; }
		input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		 color: #fff;
			opacity: 1; }
		input::-moz-placeholder { /* Firefox 19+ */
			color: #fff;
			opacity: 1; }
		input:-ms-input-placeholder { /* IE 10+ */
			color: #fff;
			opacity: 1; }
		input:-moz-placeholder { /* Firefox 18- */
			color: #fff;
			opacity: 1; }
		input:focus {
			outline: 0;
				background: #d70682 !important;
		border: 2px solid #d70682 !important;
		}
