
.login-box-outer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    padding-bottom: 8%;
    background-color: #edf2f9;
}

.login-box {
    width: 30%;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    border-color: #5A5A5A;
    border-width: 2px;
    border-style: solid;
}

.login-box-header {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.login-box-header > img {
    max-width: 100%;
}

.form-style {
    margin-bottom: 10px;
}

.input-group {
    border-color: #5A5A5A;;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.input-group-text {
    padding-left: 20px;
    padding-right: 20px;
}

svg {
    font-size: 1.5em
}

.btn {
    padding-top: 26px;
    padding-bottom: 6px;
}