body {
/*   background: url('/images/bg_depan3.png') fixed;
   background-size: cover;*/
}

.sidebarRegis {
    background: url('/images/it-service/BGside.png');
}

*[role="form"] {
    max-width: 1060px;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0.3em;
    background-color: #f2f2f2;
}

*[role="form"] h2 { 
    font-family: 'Open Sans' , sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

div.container{
    margin-top: 30px;
    margin-bottom: 30px;
}

button {
    max-width: 160px;
    max-height: 40px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 2%;
}

label.control-label {
    font-weight: bold;
    font-size: 16px;
}