﻿.contentHeader {
    display: none;
}

.bitls-module-page {
    height: auto;
}

.contentMain,
#resetPasswordModuleWrapper {
    height: 100%;
    min-height: 420px;
    padding-top: 0px !important;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
}

#resetPasswordModuleWrapperContainer {
    position: absolute;
    width: 570px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -288px;
    margin-top: -200px;
    padding: 10px;
}

.bitls-modulefield-button {
    background-color: #B9C6DD !important;
    color: #005276 !important;
    border: none !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.bitls-module-label {
    color: #005276 !important;
}

#ResetUserPasswordModule {
    margin-top: 2%;
}

.resetPasswordImageWrapper {
    top: 40%;
    left: 43%;
    font-weight: 600;
    z-index: 100;
}

#forgottenPasswordMessage {
    padding: 10px 10px 0px 10px;
    font-size: 17px;
    font-family: " Segoe UI",Roboto,Arial;
    color: #005276;
    font-weight: 600;
    line-height: normal;
    background-color: #F7F7F7;
    text-align: left;
}

#Wrapper_ResetUserPasswordModule_SuccessMessage {
    background-color: transparent;
}

/* Contenitore di base */
.baseContainer {
    text-align: left;
}

@media all and (max-width: 965px) {
    #resetPasswordModuleWrapperContainer {
        margin-left: -50%;
        width: calc(100% - 20px);
    }

    #resetPasswordModuleWrapper.bitls-module .bitls-module-value .k-textbox,
    #resetPasswordModuleWrapper.bitls-module .bitls-module-value .k-button.bitls-modulefield-button {
        width: calc(100% - 2px);
    }
}

