﻿html {
    background: linear-gradient(to top, #86bee0, #4193c5);
}

body {
    background: none
}

.btn {
    width: 100%
}

.login-form {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
