* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.container {
    height: 81%;

}
a:hover{
    text-decoration: none;
}

.login-wrapper {
    background-color: #fff;
    width: 320px;
    height: 405px;
    border-radius: 5px;
    padding: 30px 40px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .18);
}

.header1 {
    font-size: 20px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    padding: 30px 0 25px;
    border-bottom: 1px solid #d9d9d9;
}

.input-item {
    display: inline-block;
    margin: 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 5px 12px 5px 40px;
    font-size: 13px;
    border-radius: 4px;
    background-image: none;
    position: relative;
    cursor: text;
    border: 1px solid #d9d9d9;
}

.input-item:focus {
    border-color: #165dff;
    outline: none;
    background: #ffffff;
}


.btn {


    font-size: 12px;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #165DFF, #722ED1);
    border: 0;
    border-radius: 3px;


    color: #fff;
    width: 320px;
    padding: 10px;
    text-align: center;

    position: absolute;
    top: 320px;
    left: 40px;
}

.msg {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 400px;

}

a {
    text-decoration-line: none;
    color: #165dff;
}

.inpu::placeholder {
    color: #a3a3a3;
}


input::placeholder {
    padding-left: 20px;
}

.poimg{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 155px;
    left: 50px;
    padding-right: 3px;
    border-right: 1px solid #888888;
}