.logo-div-inline {
    border-bottom:solid 1px #fff !important;
    background:#fff !important;
}

.admin-text-inline {
    text-align:right !important;
    line-height:100px !important;
    font-size:30px !important;
    text-transform:uppercase !important;
    color:#424242 !important;
}

.login-outside-div {
    margin-top:60px !important;
    border-radius:10px !important;
}

.login-box-inline {
    margin:0 !important;
    background:#2c77bb !important;
    padding:0 !important;
}

.login-widget-inline{
    background:#2c77bb !important;
}

.login-widget-main-inline {
    padding:40px !important;
    background:#fff !important;
}

.wrong-message-inline {
    color:#F00 !important;
    font-family:Arial, Helvetica, sans-serif !important;
}

.success-message-inline {
    color:green !important;
    font-family:Arial, Helvetica, sans-serif !important;
}

.buttonText{
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color:#5F5F5F;
}

.customBtn{
    display: inline-block;
    background: white;
    color: #444;
    width: auto;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

.icongoogle{
    background: url(/identity/sign-in/g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding:8px;
}

.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #5F5F5F;
}
.customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: auto;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}
.icongoogle {
    background: url(/identity/sign-in/g-normal.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
}

.login-container-width-inline {
    width: 418px !important;
}

body.has-login-bg {
    background-repeat: no-repeat;
    background-size: cover;
}
