.software-name{
    margin-top: 10px;
    color: #ded9d9;
}

.software-name p{
    color: #ded9d9;
}

.software-name a{
    color: #ded9d9;
}

.login-logo img{
    width: 100px;
    width: 100px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

div#infoMessage {
    color: #dd4b39;
    text-align: center;
}

.toggle-password{
    pointer-events: all
}

html, body {
    height: 0px;
}

.login-page, .register-page{
    background-color: white !important;
    background-image: url(../images/bg-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}