body {
    font-family: 'Raleway', sans-serif;
    overflow-x: hidden;
}
.logo {
    width: 4rem;
    height: 4rem;
}
.logo-white {
    fill:rgba(255, 255, 255, 0.75);
    width: 3rem;
    height: 3rem;
 }

.loginSide {
    height: 50vh;
    background: var(--main-color);
    background-image: linear-gradient(to bottom left, var(--main-color), var(--secondary-color));
    position: relative;
}

.gradient-button {
    background: var(--main-color);
    background-image: linear-gradient(to left, var(--main-color), var(--secondary-color));
    border: 0;
}

.text-primary {
    color:var(--main-color) !important;
}
hr.style1{
    border-top: 1px solid #8c8b8b;
}

.btn-primary,.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff  !important;;
    background-color:var(--main-color) !important;
    border-color:var(--main-color) !important;
}

.btn-outline-secondary {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
    color: #fff  !important;;
    background-color:var(--secondary-color) !important;
    border-color:var(--secondary-color) !important;
}

.navbar-light .navbar-toggler {
     border: 0;
}

.rounded {
    border-radius: 1.5rem !important;
}

.login {
    height: 75vh;
}
.login-form {
    width: 70%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login-background {
    height: 40vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.button-rounded {
    border-radius: 20px;
    padding: 6px 24px;
}

.login-button {
    font-size: 22px;
}

.pointer {
    cursor: pointer;
}


.title-area {
    margin-bottom: 55px;
    color: #5c5c5c;
    font-family: 'Montserrat',sans-serif;
    font-size: 32px;
    font-weight: 300;
}

.testimonial {
    font-style: italic;
}

.slider-item-quote {
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-item {
    text-align: center;
}


.carousel-indicators li {
    border-radius: 50%;
    background-color: #dcdcdc;
    margin-left: 8px;
    width: 8px;
    height: 8px;
}
.carousel-indicators li.active {
    background-color: #5c5c5c;
    margin-bottom: 1px;
}

.loginSide .big-circle {
    height: 20rem;
    width: 20rem;
    background: rgba(255, 255, 255, 0.35);
}

.bleedFix {
    -webkit-background-clip: padding-box;
}

.loginSide .smaller-circle, .loginSide .big-circle {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo path, .logo circle {
    fill: url(#MyGradient);
}

.logo-image {
    height: 4rem;
    width: auto;
}

#color1 {
    stop-color: var(--main-color);
}
#color2 {
    stop-color: var(--secondary-color);
}

.form-control:disabled, .form-control[readonly] {
    background: white;
}


@keyframes move_wave {
0% {
    transform: translateX(0) translateZ(0) scaleY(1)
}
50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55)
}
100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
}
}

.waveWrapper {
transform: rotate(180deg);
overflow: hidden;
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 20vh;
margin: auto;
}
.waveWrapperInner {
position: fixed;
width: 100%;
overflow: hidden;
height: 100%;
bottom: -1px;
background-image: linear-gradient(to left, var(--main-color) 20%, var(--secondary-color) 80%);
}
.bgTop {
z-index: 15;
opacity: 0.5;
}
.bgMiddle {
z-index: 10;
opacity: 0.75;
}
.bgBottom {
z-index: 5;
}
.wave {
position: fixed;
left: 0;
width: 200%;
height: 100%;
background-repeat: repeat no-repeat;
background-position: 0 bottom;
transform-origin: center bottom;
}
.waveTop {
background-size: 50% 100px;
}
.waveAnimation .waveTop {
animation: move-wave 9s;
-webkit-animation: move-wave 9s;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.waveMiddle {
background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
animation: move_wave 30s linear infinite;
}
.waveBottom {
background-size: 50% 100px;
}
.waveAnimation .waveBottom {
animation: move_wave 17s linear infinite;
}


.loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.loadtext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.loader {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--main-color);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.ui-autocomplete-input {
    border: none;
    font-size: 14px;
    width: 300px;
    height: 24px;
    margin-bottom: 5px;
    padding-top: 2px;
    border: 1px solid #DDD !important;
    padding-top: 0px !important;
    z-index: 1511;
    position: relative;
}
.ui-menu .ui-menu-item a {
    font-size: 12px;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
#modalIns{
    width: 500px;
}

.remove {
    position: relative;
    width: 100%;
}

.remove .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.remove:hover .image {
    opacity: 0.3;
}

.remove:hover .middle {
    opacity: 1;
}

.progress-bar {
    background-color: var(--main-color);
}

@media (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}