﻿html {
    background: url('../images/loginbackground.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

h1 {
    text-align: center;
    padding-top: 20px;
    font-size: 2rem;
}

.form-label-group {
    padding-top: 20px;
}

.btn-primary {
    margin-top: 20px
}

.btn-success, .btn-secondary, .btn-danger.padmin-form-cancel-button {
    line-height: 1.428571;
    font-size: .75rem;
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border: 0;
    padding: 12px 20px;
}

    .btn i.material-icons {
        display: none;
    }

#logout_btn {
    text-transform: uppercase;
}

.wa-required {
    margin-top: 10px;
    font-style: italic;
    font-size: 0.8rem;
}

.card {
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 22px 3px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 1px 22px 3px rgba(0,0,0,0.18);
    box-shadow: 0px 1px 22px 3px rgba(0,0,0,0.18);
}

.container-fluid {
    max-width: 550px;
    height: 440px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    max-width: 550px;
    min-width: 325px;
}

    .container-fluid > .row {
        width: 100%;
        margin: auto;
    }

.header {
    padding-bottom: 1em;
}

.channel-container {
    display: none;
}

#verify_email_code_row {
    display: none;
}

#verify_email_btn_group {
    display: none;
}

#verify_phone_code_row {
    display: none;
}

#verify_phone_btn_group {
    display: none;
}

#verify_auth_code_btn {
    display: none;
}

.iti {
    display: block !important;
}

.iti__selected-flag {
    height: 36px;
}