@font-face {
    font-family: RobotoSlab;
    src: url(Font/RobotoSlab-Regular.ttf);
}

body {
    font-family: RobotoSlab;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.container-fluid {
    text-align: center;
}

.theme-loader {
    margin-top: 20%;
    width: 100px;
    height: 100px;
    display: none;
    color: #397b44 !important;
}

.heading {
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.container-fluid {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.userImage{
    display: flex;
    justify-content: center;
}

.avatar{
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #1f232826;
    display: inline-block;
    flex-shrink: 0;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle;
    /* width: 200%; */
    background-color: #fff;
    border: 1px solid #d0d7de;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.icon {
    padding: 15px;
    background: #397b44;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: auto;
    font-size: medium;
}

.list-group-item {
    width: 100%;
    padding: 10px;
    outline: auto;
    font-size: medium;
    text-align: left;
}

.input-field:focus {
    border: 2px solid #5cbf7e;
}

.btn {
    background-color: #397b44 !important;
    color: white !important;
    margin: 10px 0px;
    padding: 10px !important;
    border: none !important;
    cursor: pointer;
    width: 50% !important;
    opacity: 0.9 !important;
    font-weight: 500 !important;
}

.btn:hover {
    opacity: 1 !important;
}

.para {
    margin-top: 2%;
    /* font-weight: 700; */
}

.or {
    position: relative;
    font-weight: 700;
}

.or::before {
    position: absolute;
    content: "";
    display: block;
    width: 175px;
    height: 2px;
    background: #080808;
    left: -1300%;
    top: 50%;
}

.or::after {
    position: absolute;
    content: "";
    display: block;
    width: 175px;
    height: 2px;
    background: #080808;
    right: -1300%;
    top: 50%;
}

.social {
    display: flex;
    width: 100%;
}

.google-btn {
    background-color: #dc2c2b;
    color: white;
    margin-top: 10px;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    padding-right: 15%;
}

.fa-google {
    padding: 15px;
    padding-left: 20px;
    margin-top: 10px;
    background: #dc2c2b;
    color: white;
}

.navbar {
    background-color: #397b44 !important;
    border: 1px solid black;
}

.navbar-brand {
    margin-left: 10px;
    color: #fff;
    font-weight: 700;
}

.navbar-brand:hover {
    color: #fff;
}