﻿body {
    background-image: radial-gradient(ellipse at center,#00bce4 0,#004f87 100%);
}

body, html {
    min-height: 100%;
    height: 100%;
}


.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.whitetext {
    color: white;
}

a {
    color: white;
    text-decoration: none;
    
    &:hover, &:focus {
        color: white;
        text-decoration: none;
    }

    &:focus {
        .tab-focus();
    }
}

.qr-code {
    position: absolute;
    z-index: 1;
    bottom: -6px;
    right: 0;
    height: 100%;
}

.authenticator-code {
    width: 32px;
    height: 40px;
    padding: 10px;
    margin-top: 5px;
    font-size: 19.5px;
}
