*
{
    margin: 0%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}

html
{
    width: 100%;
}

body
{
    background-color: rgb(18, 10, 20);
    padding-top: 60px;
} 

header {
    background-color:rgb(195, 12, 28);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

a {
    text-decoration: none; 
}

input:focus, textarea:focus{
    outline: none;
}

.headerBtn {
    position: relative;
    float: right; 
    width: 10%;
    cursor: pointer;
    height: 52px;
    background-color: rgb(27, 8, 36);
    transition: 0.8s ease;
    -webkit-box-shadow: 10px 0px 6px 0px rgba(0,0,0,0.6); 
    box-shadow: 10px 0px 6px 0px rgba(0,0,0,0.6);
} .headerBtn::after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px -3px 55px -5px rgba(255, 77, 45, 0.55); 
    box-shadow: 0px -3px 55px -5px rgba(255, 77, 45, 0.55); 
    background-color: white;
    height: 100%;
    transition: 0.8s ease;
    z-index: -1;
    opacity: 0;
} .headerBtn:hover::after {
    opacity: 1;
    transition: 0.4s ease;
}

.headerBtnText {
    padding-top: 17px;
    font-size: 12pt;
    font-variant: small-caps;
    word-spacing: 3px;
    letter-spacing: 5px;
	text-transform: uppercase;
    color: rgb(255, 241, 251);
    font-family: 'Lato', sans-serif;
    text-align: center;
    transition: 0.8s ease;
} .headerBtn:hover .headerBtnText {
    color:rgb(180, 48, 25);
    transition: 0.4s ease;
} .backBtn {
    float: left; 
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
}

.sviluppoDefaultText {
    color: rgb(255, 241, 251);
    font-family: 'Lato', sans-serif;
    font-size: 24pt;
    word-spacing: 3px;
    letter-spacing: 5px;
    margin-bottom: 25px;
    margin-top: 8px;
    text-shadow: 3px 3px 4px rgba(146, 12, 128, 0.42); 
} 

.sviluppoDefaultTitle {
    color: rgb(255, 241, 251);
    font-family: 'Lato', sans-serif;
    font-size: 45pt;
    word-spacing: 3px;
    letter-spacing: 5px;
    margin-bottom: 60px;
    margin-top: 8px;
    text-shadow: 3px 3px 4px rgba(146, 12, 128, 0.42); 
}

.loginDiv {
    margin: 20px;
    padding: 20px;
    width: 30%;
    background-color: rgb(27, 8, 36);
    -webkit-box-shadow: 0px 0px 27px 2px rgba(146, 12, 128, 0.42); 
    box-shadow: 0px 0px 27px 2px rgba(146, 12, 128, 0.42); 
} 

#loginBtn {
    position: relative;
    margin-bottom: 15px;
}


.defaultInput {
    width: 80%;
    height: 30px;
    margin-top: 8px;
    font-size: 14pt;
    padding: 8px;
    margin-bottom: 8px;
    background-color: rgb(80, 42, 85);
    border-width: 0px;
    border-bottom: 4px solid rgb(82, 9, 70); 
    color: rgb(255, 241, 251);
}

#sviluppoEditBoxDiv {
    margin-top: 40px;
}

.editBoxDiv{
    width: 80%;
    max-width: 850px;
    margin: 0 auto;
    height: 250px;
}
.editBox {
    box-sizing: border-box;
    display: block;
    margin-top: 2px;
    width: 850px;
    height: 250px;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    resize: none;
    background-color: rgb(80, 42, 85);
    border-width: 0px;
    color: rgb(255, 241, 251);
    -webkit-box-shadow: 0px 0px 12px 1px rgba(146, 12, 128, 0.42); 
    box-shadow: 0px 0px 12px 1px rgba(146, 12, 128, 0.42); 
}

.defaultBtn {
    cursor: pointer;
    margin-top: 8px;
    padding: 8px;
    width: calc(80% + 16px);
    height: 40px;
    font-size: 120%;
    letter-spacing: 4px;
    color: rgb(255, 241, 251);
    border-width: 0px;
    background-color: rgb(195, 12, 28);
    -webkit-box-shadow: 5px 5px 17px 2px rgba(0,0,0,0.42); 
    box-shadow: 5px 5px 17px 2px rgba(0,0,0,0.42);
} .defaultBtn:hover {
    transition: 0.6s;
    color: rgb(0, 0, 0);
    background-color:rgb(233, 44, 44);
    -webkit-box-shadow: 5px 5px 10px -1px rgba(255, 136, 136, 0.81); 
    box-shadow: 5px 5px 10px -1px rgba(255, 122, 122, 0.81);
} .defaultBtn:focus { 
    outline: none; 
} .defaultBtn:active {
    transition: 0s;
    transform: scale(0.98);
}



.sviluppoDefaultBtn {
    margin: 20px;
    padding: 20px;
    width: 280px;
    border-width: 0px;
    background-color: rgb(195, 12, 28);
    font-size: 18pt;
    color: rgb(255, 241, 251);
    font-family: 'Lato', sans-serif;
    word-spacing: 3px;
    letter-spacing: 5px;
    -webkit-box-shadow: 5px 5px 17px 2px rgba(0,0,0,0.42); 
    box-shadow: 5px 5px 17px 2px rgba(0,0,0,0.42);
    transition: 0.8s;
} .sviluppoDefaultBtn:hover {
    transition: 0.4s;
    color: rgb(0, 0, 0);
    background-color:rgb(233, 44, 44);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(255, 136, 136, 0.81); 
    box-shadow: 0px 0px 10px -1px rgba(255, 122, 122, 0.81);
} .sviluppoDefaultBtn:focus { 
    outline: none; 
} .sviluppoDefaultBtn:active {
    transition: 0s;
    transform: scale(0.98);
}

.sviluppoSettingText {
    color: rgb(255, 241, 251);
    font-family: 'Lato', sans-serif;
    font-size: 18pt;
    word-spacing: 3px;
    letter-spacing: 5px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.sviluppoInteractBtn {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 15px 0px 15px 0px;
    width: 400px;
    border-width: 0px;
    background-color: rgb(195, 12, 28);
    font-size: 14pt;
    color: rgb(255, 241, 251);
    font-family: 'Lato', sans-serif;
    word-spacing: 3px;
    letter-spacing: 5px;
    -webkit-box-shadow: 5px 5px 17px 2px rgba(0,0,0,0.42); 
    box-shadow: 5px 5px 17px 2px rgba(0,0,0,0.42);
    transition: 0.8s;
} .sviluppoInteractBtn:hover {
    transition: 0.4s;
    color: rgb(0, 0, 0);
    background-color:rgb(233, 44, 44);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(255, 136, 136, 0.81); 
    box-shadow: 0px 0px 10px -1px rgba(255, 122, 122, 0.81);
} .sviluppoInteractBtn:focus { 
    outline: none; 
} .sviluppoInteractBtn:active {
    transition: 0s;
    transform: scale(0.98);
}

.sviluppoChangesOkText {
    color: rgb(38, 150, 34);
    font-family: 'Lato', sans-serif;
    font-size: 22pt;
    word-spacing: 3px;
    letter-spacing: 5px;
    margin-bottom: 80px;
    margin-top: 8px;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(164, 235, 142, 0.81);
    box-shadow: 0px 0px 10px -1px rgba(164, 235, 142, 0.81);
    width: 400px;
    padding: 10px;
}