html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #868ba1;
    background-color: #D8DCE3;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

img {
    vertical-align: middle;
    border-style: none;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2, .h2 {
    font-size: 2rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.form-control, .dataTables_filter input {
    display: block;
    width: 100%;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-group {
    margin-bottom: 1rem;
}

.btn, .sp-container button {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 2px;
    transition: all 0.15s ease-in-out;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

a {
    transition: all 0.2s ease-in-out;
}

p {
    margin-bottom: 20px;
}

.form-control, .dataTables_filter input {
    border-radius: 0;
    background-color: #f8f9fa;
}

    .form-control:focus, .dataTables_filter input:focus, .form-control:active, .dataTables_filter input:active {
        background-color: #fff;
    }

.modal {
    text-align: center;
    padding: 0 !important;
}

.am-signin-wrapper,
.am-signup-wrapper {
    min-height: 100vh;
    background-color: #32415A;
    background-image: linear-gradient(to right, #32415A 0%, #202939 100%);
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}

.am-signin-box > .row > div:first-child,
.am-signup-box > .row > div:first-child {
    text-align: center;
    padding: 40px;
    background-color: #FB9337;
    background-image: linear-gradient(to bottom, #E1DE24 0%, #2d4eff 100%);
    background-repeat: repeat-x;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .am-signin-box > .row > div:first-child a,
    .am-signup-box > .row > div:first-child a {
        color: #fff;
        text-decoration: underline;
    }

.am-signin-box > .row > div:last-child,
.am-signup-box > .row > div:last-child {
    padding: 50px;
    background-color: #fff;
}

.am-signin-box h2,
.am-signup-box h2 {
    letter-spacing: -1px;
}

.am-signin-box hr,
.am-signup-box hr {
    border-color: rgba(255, 255, 255, 0.5);
}

.am-signin-box .form-control-label,
.am-signup-box .form-control-label {
    color: #495057;
}

.am-signin-box .form-control, .am-signin-box .dataTables_filter input, .dataTables_filter .am-signin-box input,
.am-signup-box .form-control,
.am-signup-box .dataTables_filter input,
.dataTables_filter .am-signup-box input {
    border-color: #adb5bd;
}

    .am-signin-box .form-control:focus, .am-signin-box .dataTables_filter input:focus, .dataTables_filter .am-signin-box input:focus, .am-signin-box .form-control:active, .am-signin-box .dataTables_filter input:active, .dataTables_filter .am-signin-box input:active,
    .am-signup-box .form-control:focus,
    .am-signup-box .dataTables_filter input:focus,
    .dataTables_filter .am-signup-box input:focus,
    .am-signup-box .form-control:active,
    .am-signup-box .dataTables_filter input:active,
    .dataTables_filter .am-signup-box input:active {
        border-color: #868e96;
    }

.am-signin-box .btn, .am-signin-box .sp-container button, .sp-container .am-signin-box button,
.am-signup-box .btn,
.am-signup-box .sp-container button {
    background-color: #32415A;
    color: rgba(255, 255, 255, 0.8);
}

.am-signin-box {
    width: 700px;
}

.mg-t-15 {
    margin-top: 15px;
}

.mg-b-25 {
    margin-bottom: 25px;
}

.tx-12 {
    font-size: 12px;
}
