.right {
    float: right
}

.errorbox {
    background: #dd4b39;
    padding: 3px;
    margin: 3px;
    border-radius: 5px;
    color: white;
}

.successbox {
    background: #72FF8A;
    padding: 3px;
    margin: 3px;
    border-radius: 5px;
    color: #014708;
}

.processing {
    position: fixed;
    left: 45%;
    display: none;
    right: 45%;
    background: white;
    height: 30px;
    text-align: center;
    /* border: 1px solid #b0ffe2; */
    color: #208e65;
    padding: 4px;
    font-weight: bold;
    top: 45%;
    bottom: 45%;
}

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    border-color: #9a9a98;
    border: 2px solid #d8d8d8;
}

.login-page,
.register-page {
    background: linear-gradient(to bottom right, #4a3292, #ffffff);
}


#rep_ {
    padding: 5px;
    background: #C5E2E1;
}

.dt-buttons {
    float: left;
}

.box-body {
    overflow-x: scroll;
}

.login-box-body,
.register-box-body {

    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.51);

}

a {
    cursor: pointer;
}