﻿#Login {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(media/bg/LoginBG.jpg);
    height: 100vh;
    width: 100%;
}

#Login_X- {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #Login_X- div {
        padding: 0 20px;
    }

#Login_-X {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #Login_-X img {
        width: 300px;
        padding-bottom: 100px;
    }

    #Login_-X #LkPasswordDimenticata {
        float: right;
        line-height: 20px;
    }
