.panel-heading {padding: 5px 15px;}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Regular.woff2') format('woff2');
    font-weight: 400;
}
@font-face {
  font-family: 'MyWebFont';
  src:  url('../fonts/THICCCBOI-Light.woff2') format('woff2');
    font-weight: 300;
}
body{font-family: 'MyWebFont' !important;}

a:focus {outline:0;}
a:active,a:hover {outline: 0;}
*:focus {outline: none !important;}
.image-container img{
    height: 350px;
}
.fgtpwd-container{
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.image-container{
    padding-left: 0;
}
.fgt-pwd-text {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    color: #686666;
    line-height: 26px;
}
#emailInput{
    border: none;
    border-bottom: 1px solid #bababa;
    background: #ffffff;
    border-radius: 0;
    background-color: #ffffff !important;
    height: 40px;
    font-size: 16px;
    padding-left: 0;
    margin-top: 20px;
    box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#fgtpassword-submit{
    background: #649597;
    width: 135px;
    font-size: 16px;
    padding: 8px;
    margin-top: 10px;
    border: none;
    border-radius: 20px;
    letter-spacing: 0.5px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .image-container img {
        height: 300px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 990px) {
    .image-container img{
        height:250px;
        margin-top: 40px
    }
    .fgt-pwd-header{
        font-size: 28px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .image-container img{
        height:200px;
        margin-top: 40px
    }
    .fgt-pwd-header{
        font-size: 24px;
    }
}
