﻿body {
    height: 100vh;
}

.logo {
    height: 100px;
    width: 200px;
}

.form-control {
    box-shadow: none !important;
}

.form-control, button {
    height: 45px !important;
    width: 450px !important;
}

.form-control:focus {
    border: 2px solid #73777B;
}