﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

body {
    height: 100vh;
    background-image: url('/images/login-bg.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*注册*/
.register_main {
    background-color: #fff;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    width: 500px !important;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 7px 20px #229561;
    border-radius: 15px;
}

.register-header {
    width: 100%;
}

.register-header,
.register-header .left-panel,
.register-header .right-panel {
    display: flex;
    align-items: center;
}

.register-header {
    background: #fff;
    border-bottom: 1px solid #e4e7ed;
    padding: 13px 15px;
    justify-content: space-between;
}

.common-header-left,
.common-header-logo {
    display: flex;
    align-items: center;
}

.common-header-logo {
    font-size: 20px;
}

.common-header-title {
    font-weight: 700;
    padding-left: 15px;
}

.common-header-right a {
    font-size: 14px;
    color: #00C6AE;
    cursor: pointer;
}

.layui-input-block input {
    height: 40px !important;
}

.layui-input-block {
    margin-left: 0px !important;
}

button[class*="layui-btn"] {
    height: 40px !important;
    margin-bottom: 10px;
    width: 100%;
    background-color: rgb(34, 149, 97) !important;
    border-color: rgb(34, 149, 97) !important;
    border-radius: 4px;
}

button[class*="layui-btn"]:hover {
    opacity: 1;
    background-color: rgb(34, 149, 97) !important;
}

button[type*="button"] {
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
    height: 40px !important;
    width: 100%;
    background-color: rgb(34, 149, 97) !important;
    border-color: rgb(34, 149, 97) !important;
    border-radius: 4px;
}

button[type*="button"]:hover {
    color: #fff;
    opacity: 1;
    background-color: rgb(34, 149, 97) !important;
}