body
{
    font-family: -apple-system, BlinkMacSystemFont, 
    'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 
    'Open Sans', 'Helvetica Neue', sans-serif;
   height: 100vh;
}
.container-inside {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 30px;

  text-align: center;
}


.logo-section {
  margin: 5px;
}
.logo-section svg {
  width: 48px;
  height: 48px;
}

.logo-section h1 {
    margin: 0;
  font-weight: lighter;
  padding: 0.5em;
}

.login-div 
{   
  margin: 5px;
  padding: 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ebedf0;
  background-color: #f6f8fa;
  border-radius: 5px;
}

.login-div input {
  width: 270px;
  height: 28px;
  margin: -10px 5px;
  background-color: white;
  border: 0.5px solid #ebedf0;
  border-radius: 5px;
  outline-color: rgb(93, 156, 252);
}

.login-div label {
  margin: 0;
  font-size: small;
  font-weight:500;
}

.login-div button {
  background-color: #2ea44f;
  color: white;
  border: none;
  margin: 5px;
  width: 270px;
  height: 32px;
  border-radius: 5px;
}
.login-div .item
{
    margin: 0;
}
.create-account 
{
    margin: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebedf0;
    border-radius: 5px;
    font-size: small;
    padding: 2px 0px;

}
.link, .link-2
{
    
    text-decoration: none;
    color: rgb(100, 100, 255);
}
.link:hover
{
  text-decoration: underline;
}

.side
{
    width: 270px;
    margin: 5px;
    display: flex;
    justify-content: space-between;
}



.login-div .item-1
{
    text-align: left;
    margin: 10px 5px -15px 5px;
    margin-left: -100px;
}

.links-bar
{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.links-bar a
{
    margin: 10px;
    font-size:small;
}
.links-bar .link-2
{
    text-decoration: none;
    color: #a7a7a7;
}

.link-2:hover
{
    text-decoration: underline;

}

footer
{
    margin-top: 40px;
    text-align: center;
    font-size: smaller;
}