
.form-label {
    margin-top: 15px;
    display: block;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
    color: #CBA1A5;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
}

#form1 select {
    width: 100%;
    border: none;
    padding: 10px;
}

element.style {
}
#form1 select {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 300;
}
#dsasec-container {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 300px;
    min-width: 220px;
    padding: 15px 15px 0 15px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    display: grid;
    grid-template-columns: 32% 68%;
    grid-template-rows: 35px 35px 15px;
    justify-items: baseline;
    align-items: center;
    transition: background-color 2s;
    background-color: #eee;
}
#dsasec-container #toggler-wrapper .toggler {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 40px;
    height: 35px;
    padding: 2px;
    background-color: #eee;
}
.secure {
    width: 100%;
    background: #cba0a2;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.submit {
    background: #cba0a2;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #888;
}