﻿.alignCentre {
    text-align: center;
}
ul.no-bullets {
    list-style-type: none;
    margin: 0 0 0 30px;
    padding: 0;
    text-align: left;
    accent-color: #FF5722;
}

p.tfaintro {
    width: 75%;
}

.otp-container .actions {
    clear: both;
    border-top: #FF5722 solid thin!important;
}

.otp-container .header {
    margin-top: 20px!important;    
}

.marb30 {
    margin-bottom: 20px;
}

i.loading {
    color: #FF5722;
}

.brooksonBtn {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01,sans-serif;
    /*font-size: 16px;*/
    font-size: 12px;
    font-weight: 800;
    justify-content: center;
    /*line-height: 24px;*/
    margin: 0;
    /*min-height: 64px;*/
    min-height: 45px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
}

@media (min-width: 768px) {
    .brooksonBtn {
        padding: 10px 32px;
        margin: 15px;
    }
}

.brooksonBtn:before,
.brooksonBtn:after {
    border-radius: 5px;
}

.brooksonBtn:before {
    background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.brooksonBtn:after {
    background-color: initial;
    background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
}

.brooksonBtn:hover:not(:disabled):before {
    background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}

.brooksonBtn:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
    opacity: 0;
}

.brooksonBtn:active:not(:disabled) {
    color: #ccc;
}

    .brooksonBtn:active:not(:disabled):before {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
    }

    .brooksonBtn:active:not(:disabled):after {
        background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
        bottom: 4px;
        left: 4px;
        right: 4px;
        top: 4px;
    }

.brooksonBtn:disabled {
    cursor: default;
    opacity: .24;
}

p.errorMessage {
    color:red;
    text-align:center;
    margin-top: 10px;
}

@media only screen and (min-width:575px) and (max-width: 991px) {
    ul.no-bullets {
        margin: 0 0 0 150px;
    }
}

@media only screen and (min-width:530px) and (max-width: 574px) {
    ul.no-bullets {
        margin: 0 0 0 30px;
    }
}

@media only screen and (min-width:400px) and (max-width: 529px) {
    ul.no-bullets {
        margin: 0 0 0 30px;
    }
}

@media (max-width: 400px){
    ul.no-bullets {
        margin: 0 0 0 0px;
    }
}