@font-face {
    font-family: "RobotoSlabBold";
    src: url("../fonts/RobotoSlab-Bold.ttf");    
}
@font-face {
    font-family: "RobotoSlabRegular";
    src: url("../fonts/RobotoSlab-Regular.ttf");    
}
* {
    font-family: "RobotoSlabBold";
}
:root {
    --mdc-theme-primary: #000000 !important;

}

body {
    margin: 0;
}

/* ===================== */
/* === media queries === */
/* ===================== */
@media (max-width : 1440px) {
    /* Styles here */
    .mdl-layout__drawer {
        display: none;
    }

    :root {
    --fontRoboto: font-family: \'Roboto\', sans-serif;
    --mdc-theme-primary: #000000 !important;
}

@media (max-width : 1204px) {
    .mdl-layout__drawer {
        display: none;
    }  
}
   
     
 @media (max-width : 768px) {
    /* Styles here */
    .mdl-layout__drawer {
        display: none;
    }

    }


}

.btn {
    background: #ffffff;
    border-radius: 5px;
    color: #186AA5;
    font-size: 1em;
    padding: 9px 140px 12px 140px;
    border: 2px solid #2171a3 ;
    font-weight: bold;
    width: 100%;
    height: 56px;
}
.btn2 {
    background: #ffffff;
    border-radius: 5px;
    color: #186AA5;
    font-size: 1em;
    /* padding: 9px 140px 12px 140px; */
    border: 2px solid #2171a3 ;
    font-weight: bold;
    width: 100%;
    height: 56px;
}
.checkIcon {
    color: #459f48;
    font-size: 1.9em;
}
.closeButt {
    margin-top: 1em;
    background-color: white;
    border-radius: 5px;
    font-weight: bold;
    color: #3e637d;
    padding: 0.8em 2em;
    border: 2px solid;
    cursor: pointer;
}

.sentPassTxt {
    position: relative;
    top: -0.2em;
    font-weight: bold;
    font-size: 1.4em;
}
.cardFooterTextTable .txtFoot p{  
        line-height: 13pt;
        padding: 0.1em;
    }
 
     
 .cardFooterTextTable .txtFoot {    
    margin-top: 1%;
}


.cardFooterTextTable {
    bottom: 0;
    position: fixed;
    z-index: 99;
    height: 69px;
    background-color: #022B50;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;   
    
}

.container-buttom button:hover {
    color: #fff;
    background: #186AA5;
}

.container-buttom {
    text-align: center;
    margin-top: 20px;
}

.container-text-final, a:visited{

    margin-top: 30px;
    text-align: center;
    font-size: 1em;
    color: #d4442d;
    font-weight: bold;
    text-decoration: underline;
}

.flags img {
    width: 96px;
    height: 42px;
}

.form-container .titles .form-subtitle {
    color: #545454;
    opacity: 1;
    text-align: center;
    margin-top: 2em
}
.form-container .titles .form-title {
    color: #545454;
    opacity: 1;
    text-align: center;
    margin-top: 5px;
    margin-bottom: -20px;
}
.form-container {
    width: 22em;
    text-align: center;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 5em;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.59);
}

.inputDiv {
    display: flex;
    flex-direction: column;
}
.logo img {
    width: 234px;
    height: 90px;
    margin-top: 30px;
}

.mdc-text-field {
    width: 100%;
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: black;
}
.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
    color: #004a8c;
}
.mdl-layout__drawer {
    display: none;
}
.resetPassHeader {
    font-weight: bold;
    margin:auto
}

.usernameInput {
    height: 2em;
    border-radius: 5px;
    padding-left: 3em;
}
#title {
    font-weight: bold;
}
#loginButt {
    cursor: pointer;
}
