﻿.ddlBody {
    padding: 30px 0px;
    width: 30%;
    margin-left: 35%;
    background-color: rgba(30, 30, 30, 0.95);
    box-shadow: 0px 0px 10px #000;
    border-radius: 20px;
    transition: text-shadow 0.5s, box-shadow 0.5s;
    color: #fff;
}

.ddlBody:hover {
    box-shadow: 0px 0px 15px #000;
}

.Selection {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.Selection:hover .info {
    font-size: 80px;
}

.divButton {
    width: 100%;
    text-align: center;
}

.bottomBar2 {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-size: 0.65em;
}

.bottomBar {
    box-shadow: 0px 0px 10px #000;
    position: absolute;
    width: 30%;
    margin-left: 35%;
    height: 6%;
    background-color: rgba(30, 30, 30, 0.95);
    bottom: 0;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding-top: 5px;
}

.bottomBarSpan1 {
    font-size: 14px;
    color: #999;
}

.bottomBarSpan2 {
    font-size: 14px;
    color: #fff;
}

.divDeveloper {
    width: 15%;
    margin-left: -12%;
    text-align: left;
    padding: 30px 15px;
    background-color: rgba(30, 30, 30, 0.95);
    box-shadow: 0px 0px 10px #000;
    border-radius: 0px 20px 20px 0px;
    transition: text-shadow 0.5s, box-shadow 0.5s, width 1s, height 1s, margin-left 1s;
    color: #fff;
    float: left;
}

    .divDeveloper:hover {
        box-shadow: 0px 0px 15px #000;
    }

.tbPassword {
    background-color: rgba(30, 30, 30, 1.0);
    transition: background-color 0.15s, box-shadow 0.15s;
}

    .tbPassword:hover {
        background-color: rgba(60, 30, 30, 1.0);
    }

.buttonDeveloper:hover {
    background-color: rgba(200, 30, 30, 1.0);
}

.btnSlidePW {
    height: 40px;
    width: 40px;
    padding: 0px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 50px;
    text-align: center;
    float: right;
    transition: transform 1s;
}

.lblInfoCerca {
    color: #f74;
    font-size: 16px;
    padding: 0px 10px;
    text-decoration: underline;
    text-decoration-color: rgba(30, 130, 250, 1.0);
}
