﻿.LoginMenu {
    display:table;
    clear:both;
    width:400px !important;
    margin-left:auto;
    margin-right:auto;
    height: 100vh;
}

.ps_border {
    border: solid 1px #c0c0c0;
    background-color: white;
    width:200px;
}

.ps_poor {
    background-color: red;
}

.ps_weak {
    background-color: yellow;
}

.ps_good {
    background-color: darkgreen;
}

.ps_strong {
    background-color: green;
}

.ps_excellent {
    background-color: lightgreen;   
}

