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