html {
    background: url(../../YOUniverse_pen2.jpg) no-repeat center fixed;
    background-size: cover;
}


p{
    color: white;
    margin: 0px;
}
#signin{
    color: white;
    margin-bottom: 35px;
}
.navbar-fixed-top {
    margin-right: 64px;
    position: fixed;
    z-index: 1;
}

.Bottone1{
    color: rgb(0, 0, 0);
    height: 34px;
    width: 96px;
    border-radius: 6px;
    background: #34A2F6;
    border: 1px solid #000000;
    font-size: large;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: large;
    margin-bottom: 2%;
}

.Bottone1:hover{
    background: #F4C430;
    color: white;
}

.contenitore{
    position: relative;
}

.signIn{
    position: absolute;
    top: 120px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.informazionisign {
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: -10px;
}


input {
    line-height: 100%;
    margin: 5px;
    color: black;
    font-style: oblique;
}

#txtUserName{
    margin-left: 70px;
    color: black;
}
#txtEmail, txtEmail2{
    margin-left: 100px;
    color: black;
}
#txtPass, txtPass3{
    margin-left: 73px;
    color: black;
}
#txtPass2{
    margin-left: 4px;
    color: black;
}





/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(244, 196, 48, 0.24);
}

.m{
    color:white;
}

.interno{
    color: black;
}


/* Modal Content/Box */
.modal-content {
    background: #F4C430;
    margin: 17% auto;
    padding: 70px;
    border: 1px solid #888;
    width: 80%;
}

.bottoniModal{
    text-align: center;
    margin-top: 3%;
    margin-bottom: -6%
}