﻿
.rows {
    margin: auto;
    width: 1200px;
    height: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFF;
}

.login_div {
    margin-left:470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button {
    width: 260px;
    height: 40px;
    font-size: 12pt;
}

.useracct {
    width: 260px;
}

.login_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.btn_login {
    background: #cc1f27;
    border: none;
    color: #fff;
}

.lab_div {
    margin-left: 0;
    margin-bottom: 3px;
}

input:focus {
    border-style: solid;
    border-color: #cc1f27;
    box-shadow: 0 0 1px #cc1f27;
}

.mui-toast-container {
    bottom: 0;
    top: 120px;
}

.mui-toast-message {
    margin: auto;
    margin-top: 50px;
}

.forget_div {
    font-size: 11pt;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.tishi {
    margin-left: 160px;
    border: 1px solid #eee;
    padding: 45px 45px 45px 45px;
    color: #bbb;
    font-size: 10pt;
    line-height: 30px;
}
