.deactivateWindow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 101;
    display:flex;
    background: rgba(0,0,0,0.6);
    align-items: center;
    justify-content: center;
}
.deactivateWindowForm {
    width:50%;
}
.deactivateWindowForm label{
    font-weight: 600;
}