.fade.show{
    opacity: 1;
}
#HeaderTop #HeaderLoginForm.show {
    display: block
}

#HeaderTop #HeaderLoginForm input.text {
    border: none !important
}

#HeaderTop #HeaderLoginForm input#CustomLoginForm_CustomLoginForm_action_dologin {
    text-transform: uppercase;
    font-weight: bold;
    min-width: 100px
}

#HeaderTop #HeaderLoginForm #CustomLoginForm_CustomLoginForm_error {
    margin-bottom: 0;
    padding: 0 0 0 0
}

@media only screen and (max-width: 991px) {
    #HeaderTop #HeaderLoginForm {
        display:none;
        overflow: hidden
    }

    #HeaderTop #HeaderLoginForm input.text {
        margin-bottom: 10px;
        font-family: 'Roboto',sans-serif;
        font-size: 12px;
        background-color: rgba(255,255,255,0.2);
        color: #c3c3c3
    }

    #HeaderTop #HeaderLoginForm input.text::-webkit-input-placeholder {
        color: #c3c3c3
    }

    #HeaderTop #HeaderLoginForm input.text:-moz-placeholder {
        color: #c3c3c3
    }

    #HeaderTop #HeaderLoginForm input.text::-moz-placeholder {
        color: #c3c3c3
    }

    #HeaderTop #HeaderLoginForm input.text:-ms-input-placeholder {
        color: #c3c3c3
    }

    #HeaderTop #HeaderLoginForm input#CustomLoginForm_CustomLoginForm_action_dologin {
        float: right
    }
}

@media only screen and (min-width: 500px) and (max-width:991px) {
    #HeaderTop #HeaderLoginForm .Actions {
        margin-top:0
    }

    #HeaderTop #HeaderLoginForm input.text {
        width: calc(50% - 7px);
        float: left
    }

    #HeaderTop #HeaderLoginForm #CustomLoginForm_CustomLoginForm_Email {
        margin-right: 14px
    }
}

@media only screen and (min-width: 992px) {
    #HeaderTop #HeaderLoginForm {
        display:block !important
    }

    #HeaderTop #HeaderLoginForm form,#HeaderTop #HeaderLoginForm div[role='group'] {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #HeaderTop #HeaderLoginForm form>*,#HeaderTop #HeaderLoginForm div[role='group']>* {
        margin-left: 15px
    }

    #HeaderTop #HeaderLoginForm form {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    #HeaderTop #HeaderLoginForm div[role='group'] {
        margin-left: 0
    }

    #HeaderTop #HeaderLoginForm #SecondaryActions a {
        font-size: 12px;
        color: #30a9c0;
        line-height: 14px;
        font-family: 'Roboto',sans-serif
    }

    #HeaderTop #HeaderLoginForm input.text {
        height: 32px;
        background-color: #ececec;
        color: #848484;
        font-size: 12px;
        line-height: 32px;
        font-family: 'Roboto',sans-serif;
        -webkit-box-shadow: 7px 7px 9px -3px rgba(0,0,0,0.25);
        -moz-box-shadow: 7px 7px 9px -3px rgba(0,0,0,0.25);
        box-shadow: 7px 7px 9px -3px rgba(0,0,0,0.25)
    }

    #HeaderTop #HeaderLoginForm input.text::-webkit-input-placeholder {
        color: #848484
    }

    #HeaderTop #HeaderLoginForm input.text:-moz-placeholder {
        color: #848484
    }

    #HeaderTop #HeaderLoginForm input.text::-moz-placeholder {
        color: #848484
    }

    #HeaderTop #HeaderLoginForm input.text:-ms-input-placeholder {
        color: #848484
    }

    #HeaderTop #HeaderLoginForm #CustomLoginForm_CustomLoginForm_Email {
        width: 180px;
        margin-left: 15px
    }

    #HeaderTop #HeaderLoginForm #CustomLoginForm_CustomLoginForm_Password {
        width: 120px
    }

    #HeaderTop #HeaderLoginForm .Actions {
        margin-top: 0
    }
}