.signup-panel {
border-radius: 5px;
border: 1px solid #ccc;
padding: 15px;
margin-top: 30px;

}

.signup-panel i {
font-size: 30px;
line-height: 50px;
color: #999;

}

.signup-panel form input, .signup-panel form span {
height: 50px;

}

.signup-panel .welcome {
font-size: 26px;
text-align: center;
margin-left: 0;

}

.signup-panel p {
font-size: 13px;
font-weight: 200;
margin-left: 25%;

}

.bottom-margin-02rem {
    margin-bottom: 0.2rem;
}

.bottom-margin-zero {
    margin-bottom: 0rem;
}


.nowrap {
    white-space:nowrap;
}

@media print {
    .noPrint {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
}


.switch input:checked ~ .switch-paddle, .switch.primary input:checked ~ .switch-paddle {
  background: #1779ba;
}

.switch.secondary input:checked ~ .switch-paddle {
  background: #767676;
}

.switch.success input:checked ~ .switch-paddle {
  background: #3adb76;
}

.switch.alert input:checked ~ .switch-paddle {
  background: #cc4b37;
}

.switch.warning input:checked ~ .switch-paddle {
  background: #ffae00;
}

