﻿.login_header {
    min-height:50px;
}

.login_footer {
    color: white;
    display: flex;
    flex-wrap: wrap;
    /*padding: 10px 0;*/
    bottom: 0px;
}

main {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 111px);
}

.loginRow {
    height: calc(100% - 130px);
    /*height: 75%;*/
    align-items: center;
}

.login_page
{
    height: 100%;
}

.login_form {
    border-radius: 5px;
    border: solid 1px grey;
    padding:5px;
}
.form_header {
    background: #f3f3f3;
    margin: 0;
    padding: 20px;
}
h2
{
    font-size: 24px;
    margin: 0;
}

form {
    padding: 20px;
}

.form-check {
    padding-left: 0;
}

.formLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
button
{
    display: inline-flex;
}

.quick_links {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-flex;
}
a
{
    display: inline-flex;
    /*&:nth-child(1)

{
    justify-content: flex-end;
    padding-right: 10px;
    position: relative;
    &:after

{
    content: '|';
    color: $link_color;
    position: absolute;
    right: 0;
    top: 0;
}*/

}

/*&:nth-child(2) {
    padding-left: 10px;
}*/
