.sign-in-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #343a40;
}
.sign-in-from{
    width: 360px;
    margin: auto;
    background-color: #fff;
    padding: 22px;
}
.dark-signin{
    font-size: 20px;
    text-align: center;
}
.sign-in-from button{
    border-radius: 0 !important;
    width: 100%;
    text-transform: uppercase;
}
.toast{
    width: 350px;
}
.toast-header{
    justify-content: flex-end;
}