@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300,400,500');
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
@media print {
    html, body{
        position: relative !important;
        overflow: visible !important;
        height: unset !important;
    }
}
html, body {
    overflow: hidden;
    background-color: ghostwhite;
    height: 100%;
}

body {
    margin: 0 auto;
}

* {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

*[invisible] {
    visibility: hidden !important;
    pointer-events: none !important;
}
.grecaptcha-badge{
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
    bottom: 60px !important;
    right: -82px !important;
    width: 158px !important;
    box-shadow: none !important;
}
staff-registration-page{
    width: 100%;
    height: 100%;
}
staff-registration-profile-page{
    width: 100%;
    height: 100%;
}
my-app{
    height: 100%;
}