﻿.flex-column-page {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.fcp-column {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.fcp-row {
    display: inline-flex;
    justify-content: center;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
}
.display-window {
    background-color: #324832;
    box-shadow: black 18px 25px 70px;
    padding-top: 25px;
    margin-top: 50px;
}
.loginBtns {
    background-color: darkslategrey;
    border-color: #5c5c5c;
    margin-top: 10px;
}
.loginBtns-light {
    margin-top: 35px;
}
.loginTextBoxes {
    background-color: #203120 !important;
    border-right-style: hidden;
    border-left-style: hidden;
    border-top-style: hidden;
    border-bottom-style: hidden;
    border-radius: 0;
    color: white; margin-top: 15px;

}
    .loginTextBoxes:focus {
        background-color: #324832;
        border-right-style: hidden;
        border-left-style: hidden;
        border-top-style: hidden;
        border-radius: 0;
        color: white;
    }
.loginTextBoxes-light {
    background-color: #324832;
    border-right-style: hidden;
    border-left-style: hidden;
    border-top-style: hidden;
    border-radius: 0;
    color: white
}
.loginTextBoxes-light:focus {
    background-color: #324832;
    border-right-style: hidden;
    border-left-style: hidden;
    border-top-style: hidden;
    border-radius: 0;
    color: white;
}
.display-centering {
    padding: 25px;
}

.display-centering-width {
    padding-right: 150px;
    padding-left: 150px ;padding-bottom: 100px;
}
}