﻿.mainContainer {
    display: flex;
    flex-direction: column;
}

.formMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formRow {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.formRowCheckbox {
    display: flex;
    flex-direction: row;
    margin: 15px;
}

.labelText {
    margin-top: 5px;
}

.inputTextBox {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.checkBox {
    margin-right: 15px;
}

.divPwdButton {
    display: flex;
    flex-direction: row-reverse;
}

.title {
    margin-top: 15px;
}

.blockTextAlreadyHaveLogin {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--secondarybrush);
    padding: 15px;
    border-radius: 8px;
    max-width: 700px;
    align-self: center;
    margin-top: 15px;
}

.blockTextIcon {
    margin-right: 15px;
}

.blockTextLabel {
}

.blockTextLabelLink {
    color: var(--textbrush);
    text-decoration: underline;
    margin-left: 5px;
}
