﻿
.requests-table {
    margin: 20px 0px 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.dasboard-title {
    margin: 20px 0px 15px 0px;
}

.dasboard-container, .login-from {
    padding-top: 20px;
    margin-top: 70px;
    margin-bottom: 15px;
}

.text-white {
    color: #fff !important;
}

#dvError {
    margin: 20px 0px 20px 0px;
}

#footer .footer-top .footer-newsletter input[type="button"] {
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #009cea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    overflow: visible;
    line-height: inherit;
    margin: 0;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}

.foot-form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #e3e7e9;
}


