﻿/*.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: center;
    /*background-color: #592d86;*/
    /*background-color: white;*/
    height: 1000px;
}

/*.userName {
    padding: 8px;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: LightGray
}

.account {
    padding: 8px;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: LightGray;
}

.changePasswordContainer {
    display: flex;
    visibility: hidden;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 6px;
}

.password {
    padding: 8px;
    width: 200px;
    border-width: 1px;
    border-style: solid;
    border-color: LightGray
}

.remeberdiv {
    padding: 2px;
    padding-left: 2px;
    display: flex;
    align-content: center;
    color: White;
    flex:1;
}

.tilte {
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.rememberme {
    margin-left: 5px;
    align-self: center;
}

.submitButton {
    background-color: Purple;
    border-color: Black;
    border-style: solid;
    border-width: 0.5px;
    color: #99cc00;
    width: 100%;
    height: 40px;
    padding: 3px;
    font-size: 16px;
    align-self: center;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 1px 1px 2px #000000;
}

    .submitButton :active {
        background-color: Gray;
        border-width: 0.5px;
        border-style: solid;
        border-color: black;
    }

.changePassword {
    color: White;
    font-size: 12px;
    margin-top: 1px;
    align-self: flex-end;
}

    .changePassword :active {
        background-color: Gray;
        border-Width: 0.5px;
        border-style: solid;
        border-color: black;
    }*/*/

