﻿@import '../pages_base.css';

.div-signin {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    margin-top: 15vh;
    border-radius: 0px !important;
}

.p-company-title {
    font-size: 18px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.p-company-title span {
    color: #d77da0 !important
}

.p-company-slogan {
    font-size: 11px;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: solid;
    border-bottom-width: thin;
}

.div__mainbody--parent {
    padding-left: 0% !important
}