.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0 10px 0;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #ECECEC;
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    max-height: 110px;
    margin: 0 auto 10px;
    display: block;
    max-width: 80%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

.login-error {
    margin: 0 10px;
    height: 20px;
    line-height: 2px;
    text-align: center;
}

.active-password {
    margin-bottom: -1px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.profile-name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    min-height: 1em;
}
.reauth-email {
    display: block;
    margin-bottom: 10px;
    line-height: 36px;
    padding: 0 8px;
    font-size: 15px;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-business-content {
    margin: 50px 30px 10px 30px;
    text-align: center;
}

.login-business-content .info {
    color: #888888;
    margin-bottom: 10px;
}

.login-business-content img {
    margin: 20px 15px;
    /*filter: grayscale(100%);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*-webkit-transition: .3s ease-in-out;*/
    /*-moz-transition: .3s ease-in-out;*/
    /*-o-transition: .3s ease-in-out;*/
}

/*.login-business-content img:hover {*/
/*    filter: grayscale(0%);*/
/*    -webkit-filter: grayscale(0%);*/
/*    -moz-filter: grayscale(0%);*/
/*    -ms-filter: grayscale(0%);*/
/*    -o-filter: grayscale(0%);*/
/*    -webkit-transition: .3s ease-in-out;*/
/*    -moz-transition: .3s ease-in-out;*/
/*    -o-transition: .3s ease-in-out;*/
/*}*/
.power-by {
    font-size: 10px;
    text-align: right;
    padding-right: 10px;
    text-transform: uppercase;
    font-style: italic;
    color: #f7f7f7;
    text-shadow: 1px 1px #b8b8b8;
}

@media (min-width: 768px) and (max-width: 990px){
    .theme-showcase .container .col-sm-6 {
        margin-left: 25%;
    }
}

/* Login with phone */
.phone-login {
    width: 100%;
}

.phone-login .phone-info {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 16px;
    cursor: pointer;
    color: #ccc;
    z-index: 3;
}

.login-business-content .slider .slick-track {
    height: 100px;
}
