﻿
#resetPasswordModuleWrapper,
.contentHeader
{
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

.contentMain
{
    height:             45%;
    background-color:   #DEDCDD;
    overflow:           hidden;
    margin-top:         10%;
}

#resetPasswordModuleWrapper
{
    position:           relative;
    padding-top:        85px;
}

#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%;    
}

.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:                   absolute;
    left:                       50%;
    margin-top:                 -28px;
    margin-left:                -134px;
}

.resetPasswordImageWrapper img
{
    background-color:           #5D5B5C;
    border-radius:              100px;
    padding:                    13px;
}

.bitls-module-label
{
    text-align:                 left;
}

#UserModule {
    background-color: white;
}


.bitls-module-field {
    margin-bottom: 5px;
}

/* 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;
    }
}
