.error {
    color: red;
}

.mycontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid black; 
    border-radius: 5px;
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    margin: auto;
}

body {
    background-image: url(torino.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

footer {
    padding-top: calc(100vh - (background-image-height + footer-height));
    background-color: #232764;
}

.navbar-nav li a {
   font-size: 18px;
}

.showhide_t {
    align-items: center;
    display: none;
    opacity: 0;
    transition: opacity 1.5s ease-in-out, display 1.5s ease-in-out;
}

.showhide_t.show {
    opacity: 1;
    display: block;
}

.required {
    color: red;
}

label:first-letter {
    text-transform: uppercase;
}

th:first-letter {
    text-transform: uppercase;
}

.my_header_title1 {
    background-color: #f2f2f2; 
    padding:10px;
    margin:-12px;
    margin-bottom: -16px;
    border-radius: 5px;
    border-bottom: #d2d2d2;
    background: linear-gradient(to top, #e2e2e2, #ffffff);
}
.my_header_title {
    background-color: #f2f2f2; 
    padding: 1.2em;
    margin: -0.7em;
    margin-bottom: -0.6em;
    border-radius: 5px;
    border-bottom-color: #d2d2d2;
    background: linear-gradient(to top, #e2e2e2, #ffffff);
    
}

.my_div_style {
    margin-top: 1em; 
    border: 1px solid black; 
    border-radius: 4px; 
    padding: 1%; 
    
   /* background-color: rgb(255, 255, 255,0.9);*/
    background-color: rgb(255, 255, 255,0.9);
    max-width: 1240px;
    min-width: 1130px;
    max-height: 560px;
    min-height: 560;
    overflow: auto;
}

.menu {
    border: 1px solid black; 
    background-color: rgb(255, 255, 255,0.9) !important;
    margin-top: 100px;

}


.brand_ico {
    width: auto;
    height: 95px;
    border-radius: 100px;
    padding: auto;
    background-color: #232764;/*#2b3035;*/
    position: absolute;
    top: auto;
    left: 47.5%;
    transform: translate(0%, 0%);  
    z-index: 1;

}

.brand_ico_img {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(10%, 5%);  
    width: 80px;
}

.card:hover {
    box-shadow:  2px  2px 2px #a9c7d8,
                -2px -2px 2px #a9c7d8,
                2px -2px 2px #a9c7d8,
                -2px  2px 2px #a9c7d8;       
}

.obj {
    position: absolute;
    top: auto;
    left: auto;
    transform: translate(100px, -80px);     
}
.my-align-left {
    margin-left:340px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #486ec0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    box-shadow: 0 0 10px rgb(255, 255, 255);
   
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 20%;
    width: 50%;
    margin: 2%;
    margin-left: 25%;

}
.my_text_style {
    font-size: 24px;
    font-weight: bold;
    /*color: #ebebeb;
    color: #4537de;*/
   
    color: rgba(247, 142, 6, 1);/*#2b3035;*/
    cursor: pointer;
    text-shadow: #FFF 0px 0px 5px, 
                 #FFF 0px 0px 10px, 
                 #FFF 0px 0px 15px, 
                 #FFF 0px 0px 20px, 
                 #FFF 0px 0px 30px, 
                 #FFF 0px 0px 40px, 
                 #FFF 0px 0px 50px, 
                 #FFF 0px 0px 75px, 2px 2px 20px rgba(37,16,206,0);/**/
    /*text-shadow: 0px 5px 17px rgb(255, 255, 255);*/
}

.my_title {
    font-size: 40px;
    font-weight: bold;
    /*color: #4537de;*/
    color: #232764;/*#2b3035;*/
    
    text-shadow: #FFF 0px 0px 5px, 
                 #FFF 0px 0px 10px, 
                 #FFF 0px 0px 15px, 
                 #FFF 0px 0px 20px, 
                 #FFF 0px 0px 30px, 
                 #FFF 0px 0px 40px, 
                 #FFF 0px 0px 50px, 
                 #FFF, 2px 2px 20px rgba(37,16,206,0);
}
.sub_my_title {
    
    font-size:25px;
    font-style: italic;
    /*color: #4537de;*/
    color: #232764;/*#2b3035;*/
    
    text-shadow: #FFF 0px 0px 5px, 
                 #FFF 0px 0px 10px, 
                 #FFF 0px 0px 15px, 
                 #FFF 0px 0px 20px, 
                 #FFF 0px 0px 30px, 
                 #FFF 0px 0px 40px, 
                 #FFF 0px 0px 50px, 
                 #FFF 0px 0px 75px, 2px 2px 20px rgba(37,16,206,0);
}
.pcolor {
    background-color: #232764 !important;
}
#elemento1 {
    position: absolute;
    z-index: 1;
}

#elemento2 {
    position: relative;
    z-index: 0;
}

.mysize {
    width: 250px !important;
}