html {
    height:100%;
}

body{
    background: fixed linear-gradient(#272c62, #181a25) !important;
    margin: 0;
    font-size: .9rem;
    height: 100%;
    font-weight: 400;
    line-height: 1.6;
    color: white !important;
    text-align: center;
}
 
input::placeholder {
    font-size: 0.8rem !important;
}
  
.card{
    margin-top: 2rem;
    background: linear-gradient(#836fff, #4f4399);
    color: white !important;
}

button {
    background: linear-gradient(#836fff, #4f4399);
    color: white !important;
}

a{
    font-weight: bold;
    color: darkblue;
    text-decoration: none;
    color: white !important;
}

.fa-google{
    width: 2rem;
    border-right: solid white 2px;
}

.btn-signin{
    background: #bb50ff;
}

.txt-no-account{
    margin-top: 2rem;
    margin-bottom: 0px;
}

#signin {
    padding:1rem;
}