﻿.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.9em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}
.contenitoreCheckbox {
    margin-top: 0.30rem;
    width: 100%;
    /* color: black; */
    font-size: 11px;
    text-transform: uppercase;
}

.iscriviti {
    background: #515c78;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    border: 1px solid #515c78;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px 50px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 30px;
    font-size: 0.8em;
    font-weight: 600;
}


.LabelLog {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    /* margin: 5px 0px; */
    display: block;
    margin-top: 15px;
    text-align: center;
}