.visually-hidden {
    width: 1px;
    height: 1px;
    position: absolute;
    top: auto;
    left: -9999px;
    overflow: hidden;
}

div.ui-dialog {
    overflow-anchor: none;
}

.repeat-date-time .ccm-date-time-date-group .selectize-control {
    padding: 0;
    border: 0;
}

.ccm-panel-devicelist-device[data-device-type="4"] .ccm-panel-device-name-label {
    padding-left: 10px;
   
}
.core-style .alert{
    font-size: 2rem;
    margin: 15px 0;
}
.core-style .btn {
    margin: 15px 0;
    color: #fff;
    padding: 8px 20px;
    text-decoration:none;
    font-size: 1.8rem;
}
.core-style a.btn:hover {
    text-decoration:underline;
    text-underline-position:under;
}
.core-style .btn.btn-primary{
    background-color: #45257f;
    border-color: #45257f;
}
.auth-wrapper{
     font-size: 1.6rem;
     
}

.auth-wrapper .form-group{
    font-size: 2rem;
    margin: 15px 0;
}