body{
background: transparent;
}
.submit {
    background: #07b;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    color: #ddd;
    -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;
}
.secure {
    width: 100%;
    background: #555;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}

element.style {
}
#toggler-wrapper #toggler-left {
    grid-area: left;
    border-top: 2px;
    border-left: 2px;
    border-bottom: 2px;
    border-right: 0;
    border-color: gray;
    border-style: solid;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#toggler-wrapper .toggler {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    width: 40px;
    height: 35px;
    padding: 2px;
    background-color: #07b !important;
}