﻿@charset "utf-8";
/* CSS Document */

/* -----------------------------------------
   * Filename: Egg-custom.css
   * Author: Welcom Digital
   * Description: Welcom Digital write CSS for client specific design
----------------------------------------- */
body {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    line-height: normal;
    font-family:'Brown', Arial, Helvetica, sans-serif;
    background-color: #fff;
    zoom: 1;
}
a {
    color: #111111;
    border-bottom: 1px #fff dashed;
}
a, a:hover, a:focus {
    outline: none !important;
    color: #111111;
    text-decoration: none;
}
header {
    min-height: 80px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1040;
}
header .top-bar {
    background: rgba(255, 255, 255, 1);
    border: 0px solid #EEE;
    box-shadow: 0px 8px 22px -8px rgb(0 0 0 / 15%);
    padding: 10px 0 10px 0;
    height: 80px;
}
header .logo img {
    margin-top: 5px;
}
.bg-blue {
    background: none;
}
.card {
    border: 0px solid #d0d0d0;
    border-radius: 0;
    background: none;
}
.h2, h2, .heading-md {
    line-height: 28px;
    font-size: 40px;
    letter-spacing: 1px;
    color: #111111!important;
    text-transform: none;
    font-family: 'Brown', Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.input-group-text, .form-control {
    display: inline-block;
    border: 1px solid #c4c4c4;
    padding: 9px 14px 12px 14px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    color: #111111;
    font-weight: bold;
    height: 48px;
}
.col-form-label {
    float: left;
    width: 92%;
    text-align: left;
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 400;
    color: #757575;
}
.form-check-label {
    font-size: 16px;
    font-weight: 400;
}
.invalid-feedback,
.field-validation-valid {
    display: block;
    font-size: 15px;
    color: #FF7456;
    margin: 5px 0 10px 0;
}
.btn {
    font-size: 18px;
    line-height: 1.75;
    min-width: 64px;
    padding: 6px 22px 8px 22px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    letter-spacing: 1px;
    outline: none;
    min-width: 150px;
    height:auto;
    font-family: 'Brown', Arial, Helvetica, sans-serif;
    font-weight: 400; 
    box-shadow: 0 12px 15px rgb(189 189 189 / 10%);
    border: none !important;
}
.btn-primary { 
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #111111!important;
    background-color: #fccf00;
}
  
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open > .dropdown-toggle.btn-primary {
-webkit-text-decoration: none!important;
    text-decoration: none!important;
    background-color: #fccf00!important;
    color: #111111!important;
    box-shadow: 0 10px 40px 10px rgb(189 189 189 / 18%)!important;
}

.btn-secondary {
    background-color: #EDEDED; 
    border: 0px solid #EDEDED!important;
    color: #111111!important;
    display: inline-block;
} 
.btn-secondary:hover, .btn-secondary:active:hover, .btn-secondary:active {
    background-color: #EDEDED!important; 
    color: #111111!important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%)!important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%)!important;
}
.alert {
    padding: 15px;
    margin-top: 10px;
    border: 0px solid transparent;
    border-radius: 5px;
    line-height: 28px;
    width: 100%;
    float: left;
    color: #FF7456;
    background: #EDEDED;
}
.alert-success {
    background-color: #E4F4EE;
    border-color: #E4F4EE;
    color: #31A46C;
}
.alert svg {
    margin-top:-6px;
}
.validation-summary-errors ul {
    padding: 0px;
    margin-left: 16px;
    margin-bottom: 0px;
}
.validation-summary-errors ul li {
    margin-bottom: 5px;
}
.clearfix {
    overflow: auto;
  }
/* Media query to set brand changes */
@media only screen and (min-width: 280px) and (max-width: 767px) {
    .card .card-body+.card-footer, .card .card-footer,
    .btn {
        width: 100%;
    } 
    .btn + .btn {
        margin-left: 0;
        margin-top: 10px;
    }
}
@media (min-width: 576px) {
    .container {
        max-width: initial;
    }
}
@media (max-width: 767px) {
    header .logo img {
        margin-top: 6px;
    }
    header .top-bar {
        height: 88px;
    }
} 
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .login-wrapper .col-lg-5.col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}