

body {
   width: 100%;
   height: 100vh;
}




.margin-login{
margin-top: 60px;
padding: 15px 80px;
}

h1{
    text-align: center;
} 
a{
    text-decoration: none;
}


.password{
    text-align: center;
}

.divider{
border-bottom: 1px solid #fff;
}

.registrate{
    text-align: right;
}



hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 1px;
  background-color: #17a2b8;
}

@media (max-height: 700px)
{
.form-control {
  /*  height: 30px !important;*/
}

.form-control {
    padding-left: 30px!important;
}
}

