body {
    /* background-color: rgba(135, 180, 211, 1);
    background-size: 15px 15px;
    background-image:
      linear-gradient(45deg, 
        rgba(255,255,255,0.5) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0) 100%
      ),
      linear-gradient(90deg, 
        rgba(255,255,255,0.5) 0%,
        rgba(255,255,255,0.5) 50%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0) 100%
      ); */
    
    
}

.container {
    background: #FFF;
}

.br15 {
    border-radius: 15px !important;
}

.br30 {
    border-radius: 30px !important;
}

input, select {
    border-radius: 30px !important;
}