﻿#lockedLoginFormWrapper,
.contentHeader
{
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;
}

.contentHeader
{
    height:             45%;
    padding-top:        30px;
}

.contentMain
{
    height:             55%;
    background-color:   #DEDCDD;
    overflow:           hidden;
}

.lockImageWrapper
{
    position:           absolute;
    left:               50%;
    margin-top:         -28px;
    margin-left:        -28px;
}

.locked, .unlocked
{
    background-color:   #5D5B5C;
    display:            inline-block;
}

.lockIcon
{
    border-radius:      100px;
    padding:            13px;
}

#lockedLoginFormWrapper
{
    position:           relative;
    height:             100%; 
    display:            block;
    padding-top:        50px;
}

.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);
}

#loginForm.bitls-module .bitls-module-value .k-textbox
{
    color:                      #5D5B5C;
}

#loginForm.bitls-module .bitls-module-value .k-textbox,
#loginForm.bitls-module .bitls-module-value .k-button.bitls-modulefield-button
{
    margin:                     1px;
    border:                     none;
    border-radius:              4px !important;
    -moz-border-radius:         4px !important;
    -webkit-border-radius:      4px !important;
}

@media screen and (max-width: 1020px) 
{
    .contentHeader
    {
        height:         45% !important;
    }

    .buttonBoxText
    {
        margin-top:             0px !important;
    }
}