﻿.checkbox-wrapper {
    display:flex;
    flex-wrap: nowrap;
    align-items:center;
}

.checkbox {
    vertical-align: top;
    display:inline-block;
}

.checkbox-label {
    white-space: normal;
    display: inline-block;
    margin: 0px;
    padding: 5px;
}

.btn-mfa {
    margin-top: 24px;
}

.txt-mfa {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 24px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    padding: 0px 0px 0px 0px;
}

#loginform h5 {
    padding: 8px, 0px, 0px;
}


input[type=checkbox] {
    margin: 0px;
}

/*.password {
    border: 1px solid #999;
    margin: 10px;
    border-radius: 5px;
}

    .password > label {
        position: absolute;
        top: -1px;
        left: 25px;
        background-color: white;
        color: #666;
        padding: 0 5px;
    }

    .password .required {
        color: red;
        padding: 0 5px;
    }

    .password > input {
        border: none;
        border: 0;
        line-height; 100%;
    }*/