.pw-page-header {
    font-size: 1.5rem !important;
    color: #22a9e0;
    padding: 10px 0 !important;
}
.pw-main {
    padding: 20px;
    background-color: #ffffffd9;
    border-radius: 10px;
    box-shadow: 0px 1px 2px #eee;
}
.pw-main h2 {
    margin: 0;
}
.pw-main input[type="submit"] {
    background-color: #22a9e0 !important;
    border: none !important;
    color: white !important;
    text-shadow: none !important;
    border-radius: 5px !important;
    box-shadow: 0px 2px 0px #1f7ba0;
    font-weight: bold;
    transition: all .3s;
}

.pw-main input[type="submit"]:hover {
    background-color: #1a84af !important;
    border:none !important;
    box-shadow: 0px 2px 0px #155b77;
}

.pw-main .switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 60px;
}

.pw-main .switch input {
    display:none;
}

.pw-main .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.pw-main .slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
    border-radius: 50%;
}

.pw-main .pw-switch.active input.checkbox + .slider {
    background-color: #22a9e0;
}

.pw-main .pw-switch.active input.checkbox + .slider:before {
    transform: translateX(26px);
}

.pw-main .slider.round {
    border-radius: 34px;
}

.pw-main.slider.round:before {
    border-radius: 50%;
}

.pw-main .pushe-field input[type="text"] {
    min-width: 300px;
}

.pw-main .pushe-field select {
    min-width: 120px;
}


