﻿input {
    border: none;
    outline: none;
    background: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
#LineImg {
width:150px;
height:150px;
border-radius:75px;
}
.tip {
    font-size: 20px;
    margin: 40px auto 50px;
    text-align: center;
}

.cont {
    overflow: hidden;
    position: relative;
    width: 100%;

    margin: 0 auto 100px;
    background: #fff;
    box-shadow: 10px 5px 5px greenyellow;
}


.sub-cont {
    overflow: hidden;
    position: absolute;
    left: 640px;
    top: 0;
    width: 900px;
    height: 100%;
    padding-left: 260px;
    background: #fff;
    transition: transform 1.2s ease-in-out;
}

.signBT {
    display: block;
    margin: 0 auto;
    width: 260px;
    padding-top:10px;
    padding-bottom:10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #d3dae9;
}

h2 {
    width: 100%;
    font-size: 25px;
    text-align: center;
   
}

label {
    display: block;
    width: 260px;
    margin: 25px auto 0;
    text-align: center;
}

    label span {
        font-size: 15   px;
        color: #cfcfcf;
        text-transform: uppercase;
    }

input {
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.forgot-pass {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #cfcfcf;
}

.submit {
    margin-top: 25px;
    margin-bottom: 20px;
    background: greenyellow;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Black Ops One', sans-serif;
    color: white;
    text-shadow: 2px 2px 1px black;
}

.fb-btn {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 36px;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border: 2px solid #d3dae9;
    color: #FFF;
    font-weight: bold;
    background-color: #0BD904;
}



.sign-in {
    transition-timing-function: ease-out;
}

.cont.s--signup .sign-in {
    transition-timing-function: ease-in-out;
    transition-duration: 1.2s;
    transform: translate3d(640px, 0, 0);
}

.sign-up {
    transform: translate3d(-900px, 0, 0);
}
.c11767592 {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 24px 0 0;
    padding: var(--spacing-3) 0 0 0;
}
.line{
    margin-top: 25px;
    margin-bottom: 20px;
    background: #fff;

    color:#000000;
}
.google {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 46px;

}
.google img {
    margin-right: 10px;
}

.google span {
    display: inline-block;
    width: 200px;
}
.line img {
    margin-right: 10px;
}
.line  span{
       display: inline-block;
    width: 200px;
}
.loginhr {
    width: 50%;
    margin-left: 25%;
}
.tip {
color:brown;
font-size:8px;
}
.sex-radio {
    display:flex;
    font-size:15px;
}
.sex-radio input{
    width:50px;
}
.sex-radio label{
    margin:0;
}
.center {
    text-align: center; /* 文本水平居中 */
}
.bgimg{
    position: fixed;
    left: 0;
    /* top: 100; */
    height: 100%;
    z-index: -1;
    /* width: 50%; */
    transform: scale(1.2);
}
.signForm{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-text {
    font-family: 'Black Ops One', sans-serif;
    font-size: 80px;
    color: greenyellow;
    text-align: center;
    text-shadow: 4px 4px 5px black;
}