body {
    margin: 0;
    font-family: "Manrope", sans-serif!important; 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #122D3F;
    text-align: left;
    background-color: #fff;
}

a {
    color: #122D3F;
    text-decoration: none;
}

p a {
 color: #122D3F;
    font-weight: 800;
}

p a:hover {
 color: #FC0039;
    font-weight: 800;
}

h3 {
    margin-bottom: 1rem;
	font-weight: bold;
}

.bg-dark {
    background-color: #122D3F!important;
}

.list-group-item-action {
    width: 100%;
    color: #fff;
    text-align: inherit;
}

.list-group-item {
    text-decoration: none!important;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 2rem;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125) !important;
    font-size: 0.82rem;
}



.bg-light {
    background-color: transparent!important;
}

.bg-primary {
    background-color: #122D3F!important;
}

.btn {
    font-size: 0.85rem;
    border-radius: 3rem;
}


.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
     text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #FC0039;
    border-color: #FC0039;
}

.btn-outline-success {
    color: #fff;
    background-color: #FC0039;
    border-color: #FC0039;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #122D3F;
    border-color: #122D3F;
}


.navbar {
    float: right;
}

.container-footer {
    background-color: #f6f6f6;
    padding: 4% 9% 2% 9%;
    margin-top: 150px;
}

.container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid-list {
        margin: 4% 10%;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.masthead2 {
  height: 25vh;
  min-height: 200px;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.card-text {
    font-size: 0.9rem;
}

.card-title {
    font-size: 0.9rem;
}

/*
.container {
    margin: 7%;
}*/

.container-image {
    margin: 3%;
}

.card-body-image {

    padding: 1rem 0rem 0rem 0rem;
}

.footer  {
    font-size: 0.9rem;
}

.footer a {
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
}

.footer a:hover {
    font-size: 0.9rem;
     color: #FC0039;
    font-weight: 400;
}

.footer h5 {
    font-size: 1rem;
}







.login-container{
    margin: auto;

}
.login-form-1{
    padding: 5%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
        background-color: #fff;
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-container form{
    padding: 10%;
}
.btnSubmit
{
    width: 150%;
    border-radius: 1rem;
    padding: 1.5% 4%;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.btnSubmit a:hover
{
    width: 150%;
    border-radius: 1rem;
    padding: 1.5% 4%;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #122D3F;
}




.login-form-1 .ForgetPwd{
    color: #122D3F;
    font-weight: 600;
    text-decoration: none;
}



