body {
    background-color: whitesmoke;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.btn {
    font-size: 12pt;
}

.btn i {
    font-size: 10pt !important;
}

.card.login {
    width: calc(100% - 20px) !important;
    max-width: 400px;
    margin:auto;
    margin-top:120px;
    margin-bottom: 20px
}

input.user_input {
    height:40px;
    font-size:14px;
    float:left;
    margin-top: 10px;
    margin-bottom: 10px;
}

input.pass_input {
    height:40px;
    margin-bottom: 15px;
    font-size:14px;
    float:left;
    margin-top: 10px;
    margin-bottom: 10px;
}

/** logo **/
.login_logo {
    width: 170px;
    text-align: center;
    display: flex;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.logo-content
{
    display: flex;
    background: rgba(var(--color-master), 1);
    width: 111px;
    border-radius: 50px;
    padding-left: 17px;
    align-items: center;
    margin: 10px;
    width: 46px;
    height: 46px;
    padding-left:12px;
}

.logo-content .logo
{
    display: inline-flex;
}

.logo-content img
{
    display: inline-flex;
}

.logo img
{
    width: 20px;
    height: 20px;
}

.company-logo
{
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50px;
    overflow: hidden;
}

.logo
{
    padding-right: 12px;
}

.tformrow > .fb-field-container > .fb-inline-field-container
{
    margin:auto;
}

span.input-group-addon {
    float:left;
    width:35px;
    margin-left:20px;
    height:40px;
}

span.input-group-addon .glyphicon {
    top: 5px;
}

.panel-title {
    float:inherit !important;
    margin:auto;
    text-align: center;
    font-size:17pt;
}

.panel-heading {
    height:inherit !important;
    border:0;
}

.panel-footer {
    border-radius: 0;
    padding: 20px;
    text-align: center;
}

.content {
	padding-top: 32px;
	width:100%;
	height:100%;
	display: block;
    float:left;
}

.panel {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border:0;
}