border-radius: 3px;
border: none;
}
.box {
height:100px;
width: 100%;
background-color: #c6d5ac;
margin-bottom: 25px;
}
/* display labels and toggle horizontally */
/* style the toggle button as well as the inner circle using explicit sizing */
/* choose fun colors */
/* define an unselected class that will de-emphasize the non-selected text */
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #3e4560;
color: white;
}
.container {
padding: 0 10px;
}
.title {
text-align: center;
margin: 20px;
color: #d6d5ac;
}
label {
display: block;
font-size: 20px;
margin-bottom: 5px;
}
input {
margin-bottom: 25px;
}
input[type="text"]{
padding: 5px 10px;