﻿.login-panel {
    /*margin-top: 12%*/
}

ul {
    list-style: none
}

.confirm-password-input {
}

.password-requirements ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 8px;
    background: #52bad5;
    opacity: .5;
}

.password-requirements ul li {
    opacity: .5;
}

.password-requirements ul li.completed {
    opacity: 1;
}

.login-panel {
    margin-top: 20% !important;
}
