.header__login a{
    display: block;
    width:32px;
    height: 32px;
    margin-right: 70px;
    position: relative;
    top:-5px;
    left:-13px;
}

.header__login img{
    width: 50px;
    position: relative;
    top:-5px;
    left:30px;
}

#secure-login-form{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#secure-login-form form{
    margin:0 auto;
}

#secure-login-form input{
    padding: 12px 12px 10px;
    width: 100%;
    margin:5px 0 15px 0;
}

#secured-page-menu{
    padding: 8px 20px 5px 20px;
    background-color: #0077be;
}

#secured-page-menu a{
    color:#fff;
    display:inline-block;
    padding: 3px 10px;
    text-decoration: none;
}

#secured-page-load{
    float:right;
}

.icon--ammo-white{
    background-image: url(/build/images/industrial-automation-white.754a961d.svg);
    height: 50px;
    width: 50px;
}

@media only screen and (max-width: 991px) {
    .header__login img{
        top:-19px;
    }
}

.shooter-profile img, .shooter-profile iframe, .shooter-profile video{
    width:100%;
    height: auto;
}

.shooter-profile iframe{
    min-height: 250px;
    border:0px;
}

