﻿body {
    font-family: 'Sofia Sans', sans-serif;
    color: #000000;
    font-size: 0.9rem;
    background-image: url('/Assets/images/Login-BG.png');
    background-size: cover;
}
.bg-markering {
    background: #3A7F22;
    background: linear-gradient(180deg,rgba(58, 127, 34, 1) 0%, rgba(168, 61, 26, 1) 100%);
}
input::placeholder {
    font-size: 0.9rem !important;
}

#spinner {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Assets/images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    background-color: rgba(255,255,255,0.7);
}

.modal-title {
    color: #ffffff !important;
}

.modal-header, .modal-footer {
    background: #a83d1a !important;
    color: #ffffff !important;
}

.modal-body {
    background: #ffffff !important;
    color: #000000 !important;
}


.btn-theme {
    background: #a83d1a !important;
    color: #ffffff !important;
    border: 2px solid #a83d1a;
}

.btn-theme1 {
    background: #ffffff;
    color: #a83d1a !important;
    border-radius: 0.8rem !important;
}

.bdr {
    border: 1px solid #a83d1a;
}

.form-control {
    border-radius: 0.5rem !important;
}
#image-cropped-and-repositioned {
    width: 100%;
}

#cropping-container {
    width: 100%;
    height: 11rem;
    overflow: hidden;
    position: relative;
}

#image-container {
    position: absolute;
    /*top: -25px;*/
}
