html{
  height: 100vh;
}

h1{
  font-family: Roboto,arial;
  font-size: 63px;
  width: 75%;
  text-align: left;
  margin-bottom: 60px;
}

.admin-panel{
  width: 100%;
}

.apps-logo{
  height: 100px;
  justify-content: center;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
}     

form{
  width: 75%;
}

input{
  border: none;
  border-bottom: solid;
  border-width: 1px;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  font-size: 38px;
  font-family: Roboto,arial;
  border-color: #A5A8B6;
  outline: none;
}

input:focus{
  border: none;
  border-bottom: solid;
  border-color: black;
  border-width: 2px;
  outline: none;
}

::placeholder{
  color: #A5A8B6;
  font-family: Roboto,arial;
}

.login-form{
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 620px;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}

.galaxy-car{
  height: 300px;
} 

.apps-logo-container{
  display: flex;
  flex: 1;
  margin-left: 17px;
}

img{
  display: flex;
  flex:shrink;
}

.enter-btn{
  width: 400px;
  height: 70px;
  border-radius: 15px;
  background-color: #1A8B53;
  font-weight: bold;
  font-size: 25px;
  color: white;
  border-color: #1A8B53;
  cursor: pointer;
  margin-bottom:25px;
}

