body{
    font-family: 'Roboto', sans-serif; 
    overflow-x: hidden;
}
.login {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f2f2f2;
}
.main-logo {
    margin-bottom: 100px;
}
.main-logo img {
    width: 300px;
}
.login-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 2px 23px 1px rgba(0,0,0,0.61);
    -webkit-box-shadow: 0px 2px 23px 1px rgba(0,0,0,0.61);
    -moz-box-shadow: 0px 2px 23px 1px rgba(0,0,0,0.61);
}

.login-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-title h2 {
    color: #0a66c4;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
.login-title img {
    width: 40px;
}
.login-form form input {
    padding: 10px 10px;
    border-color: #6e6e6e;
}
.forget-password a {
    color: #0a66c4;
    text-decoration: none;
}
.btn-login {
    border: 0;
    background: #0a66c4;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    border-radius: 50px;
}
.login-footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 300px;
    margin-top: 30px;
}
.login-footer img {
    width: 60px;
    filter: brightness(0);
}
.login-footer a{
    color: #909090;
    font-size: 12px;
    text-decoration: none;
}

header {
    background-color: #b03222;
    padding: 20px 0;
}
.haeder-logo img {
    width: 250px;
}
.logout-btn .btn {
    background: #fdc32b;
    border-radius: 30px;
}
.logout-btn {
    text-align: center;
    margin: 30px 0 10px 0;
}
.logout-btn img {
    width: 20px;
    margin: 0 5px;
}
.page-title {
    background: #af3322;
    text-align: center;
    padding: 20px 0 40px 0;
}
.page-title h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.red-tabs .container, .other-half .container{
    max-width: 1000px;
}
.red-tabs {
    background: #ae3422;
}
.red-tabs .nav-tabs .nav-link {
    padding: 20px 40px;
}
.red-tabs .nav-tabs .nav-link {
    padding: 10px 40px;
    background: #fff;
    margin-bottom: 5px;
    margin-right: 20px;
    color: #0a66c4;
    border-radius: 4px;
    max-width: 190px;
}
.red-tabs .nav-tabs .nav-link.active {
    border-bottom: 6px solid #Ffff;
    margin-bottom: -5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.contact-info p {
    margin: 0;
    color: #fff;
}
.tab-form label {
    font-size: 20px;
    font-weight: 500;
}
.tab-form .form-check {
    background: #fac22b;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #ced4da;
    margin-top: 20px;
}
.tab-form .form-check label {
    font-size: 15px;
    margin-left: 5px;
}
.tab-form a{
    text-decoration: none;
}
.form-btn a {
    border: 0;
    background: #0a66c4;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 50px;
    display: inline-block;
}
footer {
    text-align: center;
    padding: 50px 0 20px 0;
}
footer img {
    width: 100px;
    filter: brightness(0);
}
footer a {
    text-decoration: none;
    font-size: 14px;
    color: #909090;
    margin-left: 10px;
}

.modal-footer .btn {
    border-radius: 50px;
    background: #0a7007;
    padding: 5px 30px;
    text-transform: uppercase;
}
.modal-body p {
    margin: 0;
    color: #909090;
}
.modal-body h2 {
    margin-bottom: 20px;
    color: #0a66c4;
    font-size: 20px;
}
.modal-dialog {
    max-width: 440px;
}
.modal-footer {
    padding-bottom: 30px;
}
.modal-body {
    padding: 20px 50px;
}
.move-table h2 {
    font-size: 22px;
}
.move-table table {
    width: 800px;
    margin-bottom: 40px;
}
.move-table table tr td strong {
    font-weight: bold;
}
.move-table table tr td {
    font-weight: 100;
    position: relative;
}
.move-table table tr td.active::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #059a02;
    display: block;
    position: absolute;
    left: -12px;
    top: 9px;
    border-radius: 50px;
}
.table-summry h2 {
    display: flex;
    font-size: 20px;
    margin: 0;
}
.table-summry h2 p {
    font-weight: 100;
    margin: 0;
}
.table-summry p {
    margin: 10px 0;
}
.table-summry h3 {
    display: flex;
    font-size: 16px;
}
.table-summry h3 p {
    margin: 0;
    font-weight: 100;
    margin-left: 15px;
}
.table-summry {
    border-left: 1px solid;
    padding-left: 20px;
    margin-bottom: 40px;
}
.gray-bg::before {
    content: "";
    width: 1500px;
    height: 500px;
    background-color: #f2f2f2;
    display: block;
    position: absolute;
    left: -240px;
    top: -30px;
    z-index: -1;
}
.gray-bg.new::before {
    height: 560px;
}
.table-responsive table {
    margin-left: 20px;
    margin-right: 20px;
    
}
table tr:hover{
    cursor: pointer;
}

@media only screen and (max-width: 1024px) and (min-width: 767px)  {
    .gray-bg::before {
        height: 690px;
    }
    .red-tabs .nav-tabs .nav-link {
        padding: 10px 20px;
        max-width: 140px;
    }
    .contact-info p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .gray-bg.new::before {
        height: 780px;
    }
    .gray-bg::before {
        height: 690px;
    }
    .red-tabs .nav-tabs .nav-item {
        width: 100%;
    }
    .red-tabs .nav-tabs .nav-link {
        max-width: inherit;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 10px !important;
    }
    .red-tabs .row {
        flex-direction: column-reverse;
    }
    .contact-info {
        margin: 20px 0;
    }
    .tab-form .form-check {
        padding: 20px 30px;
        display: inherit;
    }
  }

  