﻿
#resetPasswordModuleWrapper,
.contentHeader
{
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

.contentMain{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    margin-top:3%;
}

#resetPasswordModuleWrapper
{
    position:           relative;
}

#ResetUserPasswordModule.bitls-module 
{
    background-color:                       transparent;
}

#ResetUserPasswordModule.bitls-module 
{
    width:              570px;
    display:            inline-block;
}

#ResetUserPasswordModule.bitls-module .bitls-module-label,
#ResetUserPasswordModule.bitls-module .bitls-module-value
{
    width:                  100%;
}

#ResetUserPasswordModule.bitls-module .bitls-module-value .k-textbox,
#ResetUserPasswordModule.bitls-module .bitls-module-value .k-button.bitls-modulefield-button {
    width: 100%;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

.bitlsMenuButton
{
    display:                    inline-block;
}

.buttonBox
{
    width:                      auto !important;
}

.buttonBoxText 
{
    font-family:                "Segoe UI",Roboto,Arial;
    font-size:                  13px;
    line-height:                normal;
    padding:                    20.5px 15px;
    color:                      #666;
    cursor:                     pointer;
    border:                     0px;
    margin:                     0px;
}

.bitlsMenuButton:hover .buttonBoxText
{
    background-color:           transparent;
    color:                      #333;
    text-shadow:                0 1px 2px rgba(0,0,0,.2);
}

.resetPasswordImageWrapper
{
    position:                   relative;
    width:75%;
}

.resetPasswordImageWrapper img
{
    background-color:           #5D5B5C;
    border-radius:              100px;
    padding:                    13px;
}

.resetPasswordIconWrapper 
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.bitls-module-label {
    text-align: left;
}

#UserModule {
    background-color: white;
}


.bitls-module-field {
    margin-bottom: 5px;
}

#ResetUserPasswordModuleContext_Page_ResetPasswordPage
{
    background-color: white;
    width: 75%;
}

.resetPasswordIcon {
    font-size: 60px;
    display: block;
    padding: 18px;
    color: white;
    border-radius: 100%;
}

.resetPasswordModuleTitle {
    font-size: 20px;
    display: block;
    line-height: normal;
    padding: 15px 0px;
    font-weight: bold;
}

.bitls-module-field-with-action {
    width: 100% !important;
}

#ResetUserPasswordModule_SuccessMessage {
    white-space: normal;
    word-wrap: break-word;
}

.bitls-module .bitls-module-field > .bitls-module-value.bitls-module-field-button {
    transform: translateX(0%);
}

.bitls-module .bitls-module-field > .bitls-module-value > .bitls-modulefield-button {
    border: none !important;
    color: white;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1020px) {
    .buttonBoxText
    {
        margin-top:             0px !important;
    }

    .contentMain {
        height: 60%;
    }
}

@media all and (max-width: 965px) 
{
    #ResetUserPasswordModule.bitls-module .bitls-module-value .k-textbox,
    #ResetUserPasswordModule.bitls-module .bitls-module-value .k-button.bitls-modulefield-button
    {
        width:                  100%;
    }
}

@media screen and (max-width: 800px)
{
    .bitls-module-label
    {
        font-weight:            normal;
    }
}
