.table-icon {
    margin-right: 10px;
}
.login_block {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
    .login_block button {
        width: 100%;
    }
.loginlogo {
    text-align: center;
    margin: 0 0px 15px;
}
.form-check {
padding-left:0
}
.myCheckbox {
    margin-right: 5px;
}

h5.page_header {
    margin-bottom: 25px;
}
.ForgotMessage p {
    font-size: 12px;
    margin: 15px 0px;
    color: #bfc9d4;
}

.ForgotMessage {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 30px;
}
    .ForgotMessage h2 {
        font-size: 21px;
        color: #bfc9d4;
    }
.user-profile div {
    background: #9e242b;
    display: table;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-right: 11px;
    padding-top: 8px;
    border-radius: 25px;
    color: #fff;
}
.timeline-post-content p span {
    color: #009688;
    font-size: 12px;
    font-style: italic;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    color: #888ea8 !important;
    background: #0c0c0c !important;
    -webkit-text-fill-color: #888ea8 !important;
    -webkit-box-shadow: 0 0 0 30px #0c0c0c inset !important;
}
h1.returnMessage {
    text-align: center;
    font-size: 24px;
    color: red;
    margin: 0px 0px 20px;
}
span.req {
    color: #982127;
}



select,textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}