/*

font-family: 'Lateef', cursive;
Colors:
Blood Red : #660708 (Buttons, Icons, links, lines, Backgrounds)
Carnelian : #BA181B (Headings)
Rich black fogra : #0B090A (Paragraphs)
White :  #fffff (texte with black backgrounds)
Black : #000

/* General CSS */


html,
body {
    height: 100%;
}

body {
    font-family: 'Rakkas', cursive;
    font-family: 'Amiri', serif;
}

p {
    color: #0B090A;
    font-size: 16px;
    font-weight: 300;
}

h3 {
    color: #0B090A;
    text-transform: uppercase;
}

/*====================================================
                        HOME
======================================================*/

#home {
    height: 100%;
}

#home-cover {
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Img/background2023.jpeg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}

#home-heading h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    margin: 20px 0 20px 0;
    font-family: 'Rakkas', cursive;

}

#home-heading h3 {
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    font-family: 'Amiri', serif;
}
#ouread-cover {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Img/tanchi2a/ouread.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    overflow: hidden;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
}

#ouread-content-box {
    width: 100%;
    height: 90%;
    display: table;
}
#ouread {
    height: 100%;
}
#tanchi2a-cover {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Img/tanchi2a/tanchi2a.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    overflow: hidden;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#tanchi2a {
    height: 100%;
}
#moufid-cover {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Img/tanchi2a/moufid.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
    overflow: hidden;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    background-position: center;
    background-repeat: no-repeat;
}
#moufid {
    height: 100%;
}
/*====================================================
                        BUTTONS (Generic)
======================================================*/

.btn-general {
    border-width: 3px;
    border-radius: 0;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Amiri', serif;

}

.btn-white {
    border-color: #660708;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #660708;
}

.btn-tanshiah {
    border-color: #660708;
    color: #660708;
}

.btn-tanshiah:hover,
.btn-tanshiah:focus {
    background-color: #660708;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}

*/
/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#home-btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
    padding: 60px 0 60px 0;
}

.content-title h1 {
    color: black;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 30px 0;
    font-family: 'Rakkas', cursive;
}

.content-title-white h1{
    color: white;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 40px;
    height: 3px;
    background-color: #660708;
    margin: 0 auto 30px auto;
}


/*====================================================
                       tanshiah
======================================================*/

.tanshiah {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}
.tanshiah:hover .tanshiah-icon {
    color: #fff;
    background-color: #660708;
}
.tanshiah-icon {
    float: left;
    padding: 1px;
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.tanshiah-title {
    font-size: 20px;
    text-align: center;
    font-family: 'Amiri', serif;
}

.tanshiah-title-description {
    margin: 0;
    padding-left: 100px;
    font-family:'Scheherazade',serif;
    font-size:20px !important;
}


/*====================================================
                       ABOUT
======================================================*/

.video-container {
    position: relative;
    width: 75%;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#about-bg-diagonal {
    width: 60%;
    height: 700px;
    float: right;
    border-left: 50px solid #fff;
    border-top: 150px solid transparent;
}

#about-content-box {
    float: right;
    height: 700px;
}

#about-content-box-outer {
    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
}

#about .content-title h1 {
    text-align: right;
}

#about .content-title-underline {
    margin: 0 0 30px 0;
    float: right;
    width: 40px;

}

#about-desc p {
    float: right;
    margin-bottom: 30px;
}

/*====================================================
                       Alfourou3
======================================================*/

.whole-table {
    font-family: 'Amiri', serif;
    font-weight: 100;
    line-height: 1em;
    color: #fff;
    background-color: #fff;

}

h2 {
    font-size: 1em;
    font-weight: 300;
    text-align: center;
    display: block;
    line-height: 1em;
    padding-bottom: 2em;
    color: #fff;
}

h2 a {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.blue {
    color: #fff;
}

.yellow {
    color: #660708;
}

.table th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #fff;
}

.table td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px rgb(255, 255, 255);
    -moz-box-shadow: 0 2px 2px -2px rgb(255, 251, 251);
    box-shadow: 0 2px 2px -2px rgb(255, 255, 255);
}

.table {
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 8em 0;
}

.table td,
.table th {
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    font-size:17px;
}

/* Background-color of the odd rows */
.table tr:nth-child(odd) {
    background-color: #fff;
}

/* Background-color of the even rows */
.table tr:nth-child(even) {
    background-color: #fff;
}

.table th {
    background-color: #fff;
}

.table td:first-child {
    color: #fff;
}

.table tr:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 6px -6px #fff;
    -moz-box-shadow: 0 6px 6px -6px #fff;
    box-shadow: 0 6px 6px -6px #fff;
}

.table td:hover {
    background-color: #660708;
    color: #fff;
    font-weight: bold;

    box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
    transform: translate3d(6px, -6px, 0);

    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
    
}

@media (max-width: 800px) {
    .table td{
        font-size:10px;
    }
}

.a {
    color:#fff;
    text-decoration:rgb(255, 251, 251);
}


/*====================================================
                       TEAM
======================================================*/

.container-Team{
	width:100%;
	height: 685px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Img/team-bg.jpg");
	display:flex;
	justify-content: center;
	align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	
}
.box{
	width:350px;
	height: inherit ;
	background-color:#1e1e26;
	border-radius: 10px;
	box-shadow: 2px 10px 12px rgba(0,0,0,0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: space-between; */
	box-sizing: border-box;
	margin: 20px 10px;
}
.model{
    width: 300px;
    height: 320px;
    max-height: 100%;
    max-width: 100%;
    margin: 20px 0;
    object-fit: cover;
}
.details{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
}
.details p{
    font-family: 'Amiri', serif;
	color:#fff;
	text-align: center;
	margin-top: 1px;
    font-size: 13px;
}
.marvel{
    margin-top: 20px;
	color:#fff;
    font-family: 'Rakkas', cursive;
	font-size: 25px;
}
.logo{
    margin-top: 10px;
	height: 60px;
}
.box:hover{
	background-color: #660708;
	transform-style: preserve-3d;
	transform: scale(1.02);
	transition: all ease 0.3s;
}
.box:hover .marvel{
	color:#fff;
	transition: all ease 0.5s;
}
/*--responsive for mobile phone--*/
@media(max-width:720px){
	.box{
		width: 94%;
		height: 500px;
	}
	.model{
		height:250px;
	}
	.details p{
		font-size: 16px;
		width: 250px;
	}
	
}

.testimonial-cover{
    background-image: url("../Img/bg-testimonials.jpg");
}

.testimonials .content-box {
    background-color: rgba(0, 0, 0, 0.1);
}

.Talaih-testimonials {
    padding: 50px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto 0 auto;
}

.testimonial-Talaih blockquote {
    border: 0;
    font-family: 'Amiri', serif;
    font-style: italic;
    color: #fff;
    padding: 6px 150px;
    position: relative;
}

.testimonial blockquote p{
    /* padding: 50px; */
    color: #fff;
    font-size: 16px;
}
.testimonial blockquote strong {
    font-weight:bold;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute;
}

.testimonial blockquote::before {
    color: #fff;
    content: "\201C";
    top: 0;
    left: 70px;
}

.testimonial blockquote::after {
    color: #fff;
    content: "\201D";
    bottom: 0;
    right: 70px;
}

.testimonial-Talaih  {
    color: #fff;
    font-size: 17px;
}

.testimonial-Talaih strong {
    display: block;
}
@media(max-width:320px){
    .testimonial blockquote::after {
        right:10px;
    }
    .testimonial blockquote::before {
        left:10px;
    }
}

/*====================================================
                       Footer
======================================================*/
 
.footer-main{
    color: white;
    background-color:#1e1e26;
    font-family: 'fontAwesome';
    font-style: normal;
}

.flex-row{
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul{
    padding-top: 25px;
    margin-bottom: 5px;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none ;
}

.footer-main li{
    padding: 0 15px;
    margin-bottom: 16px;
}

.flex-row{
  font-family: 'Rakkas', cursive;
}

.footer-main a{
    font-size: 14px;
    color: white !important;
}

.footer-main a{
    cursor: pointer;
    font-size: 30px;
}

.footer-main p{
    text-align: center;
    color: white;
}

.map-responsive{
    position: relative;
    padding-bottom: 20%; 
    height: 0;
    overflow: hidden;
}
.map-responsive iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*====================================================
                       NAVIGATION
======================================================*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
    font-size: 62.5%;
    font-size: 10px;
    z-index:101;
}

.nav {
  font-family: 'Rakkas', cursive;
  width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 101;;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav div.logo a:hover {
    color: #00E676;
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 65px;
    font-size: 2.4rem;
}

.nav div.main_list ul li a:hover {
    color: #660708;
}


.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: auto;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #111;
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
    }
    .nav div.media_button {
        display: block;
    }
}

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}






.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}

/*====================================================
                       News-feed
====================================================*/
.cardcontainer {
    width: 100%;
    /* /max-height: 650px; */
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s
}
.photo {
    height: 300px;
    width: 250px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.photo img {
   height: inherit;
   width: inherit;
   object-fit: cover;
}

.txt1 {
    margin: auto;
    text-align: center;
    font-size: 17px
}

.contentnews {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -33px
}
.txt4 {
    font-size: 25px;
    text-align:center;
    position: relative;
    top: 33px;
}

.txt5 {
    position: relative;
    top: 20px;
    color: #E74C3C;
    font-size: 23px
}
.txt5:hover{
    color:#0B090A;
}
.txt2 {
    position: relative;
    text-align:right;
    top: 30px
}
#heart {
    cursor: pointer
}

.like {
    float: right;
    font-size: 22px;
    position: relative;
    top: 20px;
    color: #333333
}

.fa-gratipay {
    margin-right: 10px;
    transition: 0.5s
}

.fa-gratipay:hover {
    color: #E74C3C
}

.txt3 {
    color: gray;
    position: relative;
    top: 18px;
    font-size: 14px
}
@media (max-width:360px){
    .photo{
        height: 200px;
        width:200px;
    }
}
/*====================================================
                       Countdown
====================================================*/
.countdown,.overlay, .countdown-container,.big-text,.wrapper,.countdown-container > div{
    margin:0;
    padding:0;
    box-sizing:border-box;
  }
  .countdown {
    min-height:20vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    font-family: 'Poppins', sans-serif;
    position: relative;
  }   
  .overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:-1;
  }
  .countdown-container{
    display:flex;
  }
  .big-text{
    font-size:4rem;
    color:#660708 !important;
  }
  .wrapper{
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
  }
  .countdown-container > div{
    margin:0 2rem;
    text-align: center;
    border:2px solid #fff;
    padding:0px 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 10px #660708;
    box-sizing: border-box;
    color:#660708 !important;
    min-width:150px;
  }
  @media (max-width:992px){
    .countdown-container > div{
      margin:0 1rem;
    }
     .content-title h1{
        font-size:50px;
    }
  }
  @media (max-width:767px){
    .countdown-container{
      flex-wrap: wrap;
    }
    .countdown-container > div{
      margin:1rem auto;
      max-width:150px;
    }
    .content-title h1{
        font-size:36px;
    }
  
  }
  /*====================================================
                       Login
====================================================*/
    .formCard{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../Img/team-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    }
    
    .containerform{
    height: 100%;
    align-content: center;
    }
    .form-control{
        height:50px !important;
        font-size: 20px;
    }
    .card{
    margin-top: 10%;
    margin-bottom: 10%;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
    }
    
    .card-header h3{
    color: white;
    }
    .validation-summary-valid span{
        font-family: 'Numans', sans-serif;
        color: white;
        font-size:14px;
        padding: 5px 50px;
        float:left;
    }
    .validation-summary-valid{
        display:block;
    }
    .form-login{
        display:flex; 
        align-items:center;
        justify-content:space-between;
        clear: both;
    }
    .form-control:focus{
        border-color: #660708;
    }
    .forgot-password{
        font-family: 'Numans', sans-serif;
        color: white;
        font-size:16px;
    }
    .forgot-password:hover{
        color: white;
        font-size:20px;
        text-decoration: unset;
    }
    .input-group-prepend span{
    width: 50px;
    height:50px;
    background-color: #660708;
    color: white;
    border:0 !important;
    }
     .fa-key , .fa-user, .fa-envelope{
       margin-right:auto;
       margin-left:auto;
       font-size:25px;
     }
    input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
    
    }  
    .login_btn{
    color: white;
    background-color: #660708;
    padding: 10px 15px;
    height:50px;
    font-size:20px;
    }
    
    .login_btn:hover{
    color: white;
    background-color: #660708;
    }
    
    .links{
    color: white;
    }
    
    .links a{
    margin-left: 4px;
    }
    .formlabel{
        color:white;
        font-size:22px;
        text-align:center;
    }
    @media (max-width:767px){
        .card{
            margin-top: 40%;
        }
    }
      /*====================================================
                       Sweet Alert
====================================================*/
    .swal2-icon.swal2-error{
        border-color:#660708 !important;
        color: #660708 !important;
    }
    .swal2-icon.swal2-error [class^=swal2-x-mark-line]{
        background-color: #660708 !important;
    }
    .swal2-title{
        padding: 15px 30px;
        color: #111;
        word-spacing: 2px;
        line-height: 1.3em;
        font-family: 'Numans', sans-serif;
    }
    .swal2-confirm{
        font-family: 'Numans', sans-serif;
        padding: 10px 15px !important;
        background-color: #660708 !important;
        font-size:16px;
    }
    .swal2-styled.swal2-confirm:focus{
        box-shadow: 0px 0px 0px 3px #660708 !important;
    }
    .swal2-success-line-tip,.swal2-success-line-long{
        background-color: #660708 !important;
    }
    .swal2-icon.swal2-success{
        border-color: #660708 !important;
        color:  #660708 !important;
    }
    .swal2-icon.swal2-success .swal2-success-ring{
        border-color: #660708 !important;
    }