/*.btn-login {
    color: #FFF !important;
    background-color:#3ec0e8  !important;
    font-weight: bold !important;
}

.btn-login:hover {
    color: #3ec0e8 !important;
    background-color: #FFF !important;
    font-weight: bold !important;
}

.tabulator-selected {
    background-color: #f3cb92 !important;;
}

.fa-unlock{
    color:#f4f4f4;
}

.logo-copyright img {
    width: 20px;    margin: -5px 5px 0 0
}

.has-error{
    color:#dd4b39
}
.lockscreen-wrapper {
    background-color: #17242F;
    max-width: 526px!important;
    height: 404px!important;;
    margin: 0 auto;
    margin-top: 5%!important;
    border-radius: 20px;
    border-top: 5px solid #3ec0e8 ;
    margin: 98px auto !important;
}

.btn-login { border-radius: 20px!important;}

.login-row{
    margin-top: 65px!important;
    background-color:#17242F
}

.lockscreen-logo a {
    color: #FFFFFF!important;
    font-size: medium;
    font-family: "Montserrat",sans-serif;
}

.skin-default {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 100%;
    background-image: linear-gradient(rgba(32, 47, 62, .8),rgba(32, 47, 62, 0.8)),url("../../img/background-image.jpeg");
}

.login-page-title{
    color: #FFFFFF!important;
    font-size: medium;
    font-family: "Montserrat",sans-serif;
}

.drag-area{
    margin-top: 10px;
    border: 2px dashed #eee;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 10px;
}
.drag-area.active{
    border: 2px solid #fff;
}
.drag-area .icon{
    font-size: 50px;
    color: #cdcbcb;
}
.drag-area header{
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.drag-area span{
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 15px 0;
}
.drag-area button{
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #fff;
    color: #5256ad;
    border-radius: 5px;
    cursor: pointer;
}
.drag-area img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.sample img {
	height: 100%;
}

.uploaded-file-list {
    list-style-type: none;
}

.skin-choose-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
*/
