html {
    height: 100%;
}
body {
    min-height: 100%;
}
.danger{
    color: #FF0000;
}
.site-template {
    padding: 40px 5px;
}
.container {
    text-align: center;
}

.iti-flag {
    background-image: url("/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
        background-image: url("/img/flags@2x.png")
    }
}

.img-thumbnail {
    max-height: 100%;
    max-width: 100%;
}
.step {
    padding: 15px 0;
}
input.mdm-button, a.mdm-button{
    background-color: #002554;
    color: #ffffff;
}
#btn-enroll {
    margin-top: 200px;
    padding: 25px 15px;
    border-radius: 50px;
}
#identifier-phone-number-tab {
    border-radius: 50px 0 0 50px;
    padding-right: 5px;
}
#identifier-other-tab {
    border-radius: 0 50px 50px 0;
    padding-left: 5px;
}
a.nav-link.mdm-button.active {
    color: #ff671f;
    background-color: #002554;
}
ul.nav.nav-pills {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    font-size: 12pt;
}
ul.nav.nav-pills a {
    font-size: 12px;
}
#btn-phone {
    margin-top: 15px;
    padding: 15px 25px;
    border-radius: 50px;
}