.grid-view::-webkit-scrollbar,
.box-body::-webkit-scrollbar,
::-webkit-scrollbar,
html::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: lightcyan;
    padding-left: 5px;
}

.grid-view::-webkit-scrollbar-track,
.box-body::-webkit-scrollbar-track,
::-webkit-scrollbar-track,
html::-webkit-scrollbar-track{
    border: 1px solid transparent;
    background-clip: content-box;
}


.grid-view::-webkit-scrollbar-thumb,
.box-body::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb{
    background-color: #2187ED;
    border-radius: 4.5px;
}

body {
    overflow: hidden!important;
    background: url("/images/image-login.jpg") no-repeat!important;
    background-size: 100% 100%!important;
    background-position: center center!important;
    height: 100vh!important;
}

.device-setup {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    /*padding-top: 10%;*/
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}

.login-box {
    width: 400px;
    border-radius: 5px!important;
}
.card {
    margin: auto;
}

.login-box.card button {
    min-width: 82px;
}

.modal-footer.email-first-button, .modal-footer.email-second-button,
.modal-footer.phone-first-button, .modal-footer.phone-second-button {
    justify-content: space-between;
}

.content_page {
    width: 100%;
    justify-content: center;
}

.select2-container--default .select2-selection--single {
    height: 34px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px!important;
}

.reload-button {
    position: absolute;
    right: 15px;
    top: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    text-align: center;
    padding: 10px;
    font-size: 18px;
    display: flex;
}

.mytooltip {
    z-index: 1;
}

#login {
    border: 1px solid #bbb;
}

.remember {
    display: flex;
    align-items: center;
}

.remember label {
    margin-bottom: 0px;
}

button[type=submit], .button, input[type=submit]{
    color: #FFF;
    background-color: #3F89E1;
    border: 1.5px solid #B3D5FD;
}

.help-block {color: red;font-size: 14px;}

.display_none {
    display: none;
}