﻿.password-recovery-wrapper {
    margin-left: 10%;
    width: 100%;
}

.menuContainer {
    display: none !important;
}

#fast_search_holder {
    display: none !important;
}

.password-recovery-container {
    margin: auto;
    width: 500px;
    background-color: rgb(243, 244, 247);
}

.row-input {
    background-color: white !important;
    margin-left: 0px !important;
}

.input-row {
    margin-bottom: 10px !important;
}

.row-label {
    width: 100% !important;
}

#conContent_pFormFields {
    padding: 0 50px 0 50px;
}

.frame-header {
    margin: 20px 0 0 50px !important;
}

@media screen and (max-width:480px) {
    .password-recovery-wrapper {
        margin-left: 1% !important;
    }
    .password-recovery-container {
        width: 350px !important;
    }
    #conContent_pFormFields {
        padding: 0 20px 0 20px !important;
    }
    .frame-header {
        margin: 20px 0 0 20px !important;
    }
}
@media (orientation:landscape) and (max-width: 900px) {
    .password-recovery-wrapper {
        margin-left: 20% !important;
    }
}