﻿body {
    background-color: #e1e1e1;
}

.login-layout {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    background-color: white;
    padding: 5px 10px 20px 10px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(50, 50, 50, 0.33);
}

.center {
    text-align: center !important;
}

.login-errge {
    color: red;
    text-align: center;
    margin-top: 10px;
}

.container {
    background-color: white;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.user-container {
    padding-left: 4px;
    padding-right: 2px;
    font-size: 15px;
}

.ul-flex-between {
    display: flex;
    justify-content: space-between;
}

.pad-bottom-8 {
    padding-bottom: 8px;
}

.pad-bottom-5 {
    padding-bottom: 5px;
}

.text-size-15 {
    font-size: 14px;
}*/
/*  .padding-left15{
            padding-left:15px;
        }
        .padding-right15 {
            padding-right: 15px;
        }*/
/*.align-middle {
    text-align: center;
    display: table-cell;
    vertical-align: middle !important;
}

.td-record-info {
}

    .td-record-info > p {
        margin: auto;
    }

    .td-record-info > hr {
        margin: 5px auto;
    }
