#signin{
    border: 2px solid #007bff; /*color change*/
    padding: 50px;
    border-radius: 15px;
}

body{
    height: 100VH;
    display: flex;
    justify-content: center;
    align-items: center;
}

#div-button{
    text-align: center;
}

/*
.btn.btn-primary{

}
*/

#signin-link{
    color: #007bff;
}

#no-account{
    text-align: center;
    margin-top: 2%;
}

#logo-space{
    text-align: center;
    margin-bottom: 5%;
    margin-top: -5%;
}

input{
    color: #007bff;
    border-color: #007bff;
}

@media(min-width:1024px) {
    #signin{
        width: 60vw;
    }
}