.Access{width:100vw;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--bg1)}.Access section{background-color:var(--bg2);-webkit-box-shadow:var(--shadow1);box-shadow:var(--shadow1);max-width:670px;width:100%;margin:0 10px;padding-bottom:40px;position:relative}.Access section header{height:79px;background-image:var(--logo);background-size:contain;background-position:50%;background-repeat:no-repeat;margin:20px}.Access section .text{text-align:center;margin-bottom:10px;text-transform:uppercase;font-size:12px;opacity:.7;font-weight:600;letter-spacing:1px}.Access section .spacer{border-bottom:1px solid var(--border);margin-bottom:40px}.Access .el-form{max-width:600px;margin:auto}.Access .el-form .el-form-item{margin-bottom:0}.Access .el-form .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 10px}@media (max-width:620px){.Access .el-form .items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.Access .el-form .el-input{width:220px}@media (max-width:620px){.Access .el-form .el-input{margin-bottom:20px}}.Access .el-form .el-button{width:100px}.Access .el-form .el-form-item__error{top:-15px}.Access .el-form .remember{margin-top:10px}@media (max-width:620px){.Access .el-form .remember{margin-top:-10px;margin-bottom:20px}}.Access .el-form .el-checkbox__label{opacity:.6;font-size:13px}.Access .descText{padding:0 30px;opacity:.8;margin-bottom:40px;font-size:14px;font-weight:500;text-align:center}@media (max-width:500px){.Access .descText{padding:0 10px}}.Access .userMsg{text-align:center;font-size:12px;margin-top:20px;margin-bottom:20px;opacity:.8}.Access .backToLogin{background:none;font-weight:400;opacity:.6;position:absolute;right:0;bottom:0}