body {
    background-color: #fff;
}

.l-login {
    margin-top: 200px;
}

.l-login .wrapper {
    padding: 90px 0 60px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.l-login .sub {
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    margin-bottom: 25px;
}

.l-login .sub h2 {
    font-size: 24px;
    position: relative;
    cursor: pointer;
    /* background-color: pink; */
}

.l-login .sub .log h2 {
    color: #2d8cf0;
    border-bottom: 2px solid #2d8cf0;
}

/* .l-login .wrapper .input {
    display: block;
    margin: 0 auto;
} */
.l-login .input {
    width: 410px;
    display: flex;
    justify-content: space-between;
}

.l-login .input select {
    width: 90px;
    height: 40px;
    padding-left: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.l-login input {
    font-size: 16px;
    padding: 6px 7px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgb(245, 234, 234);
    width: 300px;
    outline: none
}
.l-login input{
    letter-spacing: 4px;
    padding-left: 20px;
}
.l-login input::placeholder {
    color: rgb(169, 158, 160);
}

.l-login .password input {
    width: 410px;
}

input:hover {
    border-color: rgb(34, 96, 196);
}

input:focus {
    border-color: rgb(34, 96, 196);
    box-shadow: 0px 4px 20px rgba(22, 99, 143, 0.2)
}

.l-login .wrapper .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-login .wrapper .password {
    display: block;
}

.l-login .wrapper .email {
    display: none;
}

.l-login .wrapper .btn .button {
    flex: 100%;
    height: 40px;
    padding: 10px 25px;
    margin-bottom: 10px;
    text-align: center;
    color: white;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-out 0s;
}

.l-login .wrapper .btn .button:hover>span {
    top: -20px;
    opacity: 0;
}

.l-login .wrapper .btn .button:hover>i {
    opacity: 1;
    font-size: 22px;
    font-weight: bold;
    top: 50%;
}

.l-login .wrapper .btn .button-name,
.l-login .wrapper .btn .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    position: absolute;
}

.button-name {
    font-size: 15px;
    font-weight: 600;
    opacity: 1;
}

.button-icon {
    opacity: 0;
}

.l-login .wrapper .btn .button-color {
    background-color: #3b5998;
}

.l-login .wrapper .btn .fl,
.l-login .wrapper .btn .fr {
    font-size: 14px;
    color: #2d8cf0;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.l-login .wrapper .email span a {
    /* border: 1px solid #2d8cf0; */
    margin-left: 15px;
    font-size: 15px;
}

.l-login .wrapper .email span a:hover {
    /* border: 1px solid #2d8cf0; */
    color: #2d8cf0;
}

.l-login .password span,
.l-login .phone span {
    /* ,.l-login .email span{ */
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    width: auto;
    height: 22px;
    color: red;
    visibility: hidden;
    
    /* background-color: pink; */
}

.l-login .email .iconfont {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    width: auto;
    height: 22px;
    color: red;
    visibility: hidden;
    /* background-color: pink; */
}