.start-page {
    background-image: url(../image/bg/bg-start.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.logo {
    width: 240px;
}

.login-container {
    padding: 0 15%;
}

.dashed-line {
    display: flex;
    align-items: center;
    text-align: center;
}

.dashed-line::before,
.dashed-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px dashed #ffffff;
    margin: 0 10px;
}

.input-icon {
    position: relative;
}

.input-icon input {
    padding-left: 45px;
}

.input-icon .input-iconimg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.input-password {

    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.footer {
    /*position: absolute;*/
    /*bottom: 25px;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    padding-bottom: 20px;
}