﻿body {
}
.cursor-pointer{
    cursor:pointer!important;
}
.iscriviti {
    font-size: 14px;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
}
.ttt {
    position: absolute;
    padding: 10px;
    z-index: 10000;
    cursor: pointer;
    background-color: #f8f9fa;
    border-radius: 3px;
}
.fakefile {
    position: relative;
    top: -38px;
    left: 0px;
    z-index: 1 !important;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width: 104px;
    cursor: pointer;
}

.icobtn {
    margin-right: 10px
}

.BTNMenu {
    width: 100%;
    margin: 15px auto;
}

    .BTNMenu > button, .BTNMenu > div > button {
        text-align: left;
    }
@media (max-width: 992px) {
    #pass {
        margin-top:10px;
    }
    .BTNUtente {
        width: 100%;
        text-align: left;
    }
        .BTNUtente > button {
            text-align: left;
        }
}