input {
    border: none;
    margin-left: 12px;
}

body {
    background-image: url('../image/login/backgroundImg.png');
    background-color: #EFF8FF;
    height: 100%;
}

.all {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
}

.father {
    width: 1024px;
    height: 560px;
    background: #FFFFFF;
    border-radius: 0 20px 20px 0;
    display: flex;
    margin-top: calc((100vh - 560px) / 2);
}

.left {
    width: 568px;
    height: 560px;
    background-image: url('../image/login/loginFormLeftImg.png');
}

.login-main {
    height: 560px;
    width: 456px;
}

.welcomeTitle {
    font-size: 36px;
    color: #212123;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 110px;
    text-align: center;
}

.phoneDiv {
    display: flex;
    height: 42px;
    width: 290px;
    border: 1px solid #CECFD3;
    border-radius: 4px;
    margin-top: 62px;
    margin-left: 83px;
    align-items: center;
}

.phoneDiv img {
    width: 16px;
    height: 22px;
    margin-left: 15px;
}

.codeDiv {
    display: flex;
    margin-left: 83px;
    margin-top: 28px;
}

.codeDiv img {
    width: 16px;
    height: 22px;
    margin-left: 15px;
}

.codeInput {
    border: 1px solid #CECFD3;
    border-radius: 4px;
    width: 180px;
    height: 42px;
    display: flex;
    align-items: center;
}

#sendSmsMessage {
    border: 1px solid #CECFD3;
    border-radius: 4px;
    width: 100px;
    height: 43px;
    margin-left: 10px;
    font-size: 14px;
    color: #343436;
    background: #FFFFFF;
}

#lognBut {
    background-image: linear-gradient(90deg, #1ADDBB 0%, #08CCB9 99%);
    border-radius: 24px;
    width: 290px;
    height: 48px;
    margin-left: 83px;
    border: none;
    margin-top: 53px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.bottomDiv {
    position: fixed;
    bottom: 19px;
    width: 100%;
}

#beian {
    text-align: center;
    margin: 0 auto;
    width: 220px;
    font-size: 14px;
    color: #9C9CA2;
}

#beian:hover {
    cursor: pointer;
}