@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");

* {
  color: #777777;
  font-family: "Open Sans";
}
html { height:100%; }
body {
  padding:0; margin:0;
  background-image: linear-gradient(to right, #3C8476 , #EFFEF9); display:flex; width:100%; height:100%; align-items:center; justify-content:center;
}

.uc-login {
  max-width: 320px;
  width: 76%;
  padding: 30px 20px;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  background: #ffffff;
  box-shadow: 1px 1px 10px #3C8476;
}
.uc-login-icon {
  font-size: 4rem;
  display: table;
  margin: 0 auto;
  color: #3C8476;
  margin-bottom: 15px;
}
.uc-login h1 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.uc-login h1 b {
  color: #3C8476;
}
.uc-login-data {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
}
.uc-login-data1 {
  padding: 15px;
  background: #3C8476;
  flex: none;
}
.uc-login-data1 i {
  font-size: 1.1rem;
  color:#eeeeee;
}
.uc-login-data2 {
	flex-grow: 1;
}
.uc-login-data2 input {
  background: none;
  outline: none;
  border: none;
  padding: 10px;
  font-size: 0.9rem;
  width: 90%;
  font-size: 0.9rem;
  max-width:400px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}


.uc-login-data:hover {
  outline: none;
  border: 1px solid rgb(45,123,162);
}

.uc-login-button {
  width: 100%;
  height: 43px;
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border: none;
  border-radius: 2px;
  color: white;
  background: #3C8476;
  font-size: 0.9rem;
  /* cursor:not-allowed; */
  cursor:pointer;
}
.uc-login-other {
  width: 100%;
  margin-top: 16px;
  position: relative;
  text-align: center;
}
.uc-login-other a {
  color: #3C8476;
  text-decoration: none;
  font-size: 0.8rem;
}
