@import "common/common.css";

.content {

}
.index-bg {
    background-image: url("http://bear-baby.oss-cn-hangzhou.aliyuncs.com/login_background/bear_baby_c5a478041e4cfbbeb3b7c99e2ca820e17305.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.logo {
    width: 17.5rem;
    height: 3.25rem;
    margin-left: 2.65rem;
    margin-top: 1.5rem;
    position: fixed;
}
.form {
    height: 100%;
}
.form-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome {
    width: 18.1rem;
    height: 29rem;
    z-index: 2;
}
.input-content {
    margin-left: -6rem;
    padding-left: 9.5rem;
    background-color: white;
    border-radius: 0.7rem;
    width: 30rem;
    height: 27.05rem;
}
.input-content>.title {
    margin-bottom: 3.15rem;
    font-size: 1.5rem;
}
.input-cell {
    width: 17rem;
    height: 3.4rem;
    border-radius: 1.7rem;
    padding: 0 1.95rem;
    background-color: #F2F9FF;
}
input.act,
input.pwd {
    font-size: 1.2rem;
    background-color: rgba(0,0,0,0);
    width: 10rem;
    border: none;
    margin-left: 1.5rem;
}
.account {
    margin-bottom: 1.5rem;
}
input[name="role"] {
    width: 1rem;
    height: 1rem;
    display: none;
}
input[name="role"] + label {
    background: url("/img/login/dradio.png") no-repeat left / 1rem 1rem;
    padding: .5rem 0 .5rem 2rem;
    font-size: .9rem;
}
input:checked[name="role"]+label {
    background: url("/img/login/sradio.png") no-repeat left / 1rem 1rem;
}
.user-type {
    width: 17rem;
    padding: 0 .85rem;
}
.login {
    width:12rem;
    height:3.4rem;
    background:rgba(25,70,95,1);
    box-shadow:0 0.3rem 1.3rem .1rem rgba(25,70,95,0.5);
    border-radius:1.7rem;
    color: #fff;
    margin-left: 2.5rem;
}