﻿body {
    height:97vh;
}

.client-login-form{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    height:100%;
}

.pegasus-logo{
    width:200px;
    margin:10px 10px 0px 10px;
}

.client-input-container{
    color:var(--pegasus-blue);
}


@media only screen and (max-width: 767px) {
    .pegasus-logo {
        width:180px;
    }
}