* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: 100%;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

nav {
    background-color: transparent !important;
}

.logoContainer {
    width: 125px;
    height: 100px;
    position: absolute;
    margin-left: 30px;
}
.alert-custom{
    padding: 8px;
}

#logoName1 {
    position: relative;
    top: 70px;
}

#logoName2 {
    position: relative;
    top: 20px;
}

.brand-logo {
    position: absolute;
}

.clearBox {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}

.footer-foot {
    margin-top: 10px;
}

.txtCenter {
    text-align: center;
    color: #fff;
}

.btn {
    color: #FFF;
}

#index-banner {
    position: relative;
}

input#exampleInputEmail1 {
    color: white;
}

.italic {
    font-style: italic;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.icon {
    margin-right: 0px !important;
}

input {
    height: 38px !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
}

.input-field {
    padding: 0px !important;
}

::placeholder {
    color: #3963AD !important;
    opacity: 1;
    padding-left: 5px !important;
}

.font-weight {
    font-weight: 500;
}

@media (max-width: 538px) {
    .logo-brand{
        margin-bottom: 15px;
    }
    
    #phone {
        float: left !important;
    }

    .row .col-foot {
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0px !important;
        min-height: 1px;
    }

    .txtCenter {
        font-size: 95%;
    }

    h3.txtCenter {
        margin-top: 5px;
    }
}

.page-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    padding-top: 15px !important;
}

.page-footer .row {
    margin-bottom: 5px !important;
}

.imforPatient td {
    padding: 0px !important;
    max-height: 2px;
}

.col.s12.m6.l6.xl6.col-foot {
    padding: 0px !important;
}

img.brand-logoPortal {
    width: 150px;
    height: 110px;
}

img.brand-logoFooter {
    margin-left: 100px;
    height: 70px;
    width: 100px;
}

label#txtLogoFooter {
    position: absolute;
    bottom: 0px;
}

.form-submit i.fa.fa-phone {
    font-size: 25px;
    margin-right: 5px;
}

.form-submit .support {
    font-size: 0.9em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-submit .forget {
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
    color: #333;
    font-size: 17px;
}

.form-submit .support .phone {
    color: #fff
}

.form-group.text-right.language {
    margin-top: 15px;
}

.language>a.link {
    color: #2997ff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.language>a.active {
    color: #fff;
    cursor: auto;
    pointer-events: none;
}

.background-img {
    background: rgba(0 0  0 /75%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

a.deactive:hover {
    text-decoration-line: underline;
}

#email, #formLogin, #patientPID, #patientPass, #captcha {
    width: 360px;
    border-radius: 2em !important;
    text-align: center;
}

#footer label { 
    font-size: 15px;
}

.all-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
}

.patient-id {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-area {
    display: flex;
    flex-direction: column;
}

.technic-phone {
    color: #fff !important;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.technic-phone {
    color: #fff !important;
}

.technic-phone a {
    text-decoration: none;
    color: #fff !important;
}

.btn-login {
    width: 360px;
    height: 36px;
    background-color: #1485BE !important;
    border-radius: 2em !important;
}

.language {
    display: flex;
    margin-top: 30px;
}

.change-language {
    margin: 2px 0 0 10px;
}

.error-text {
    margin-top: -15px;
    font-size: 100%;
    color: #E65100;
    font-weight: 500;
    margin-bottom: 5px;
}

.forgot-password {
    color: #fff;
    /* float: right; */
}

.forgot-password:hover {
    color: #E65100;
    text-decoration: underline;
}

.btn-sumit {
    margin-top: 10px;
}

.metfone-logo {
    text-align: center;
}

.img-metfone-logo {
    margin-top: 30px;
    width: 110px;
    height: 32px;
}

.input-password {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.captcha {
    display: flex;
    justify-content: center;
}

.captcha-code {
    width: 270px;
    height: 40px;
}

.btn-captcha {
    width: 40px;
    height: 40px;
}

.language-gb {
    margin-top: 6px;
    margin-left: 5px;
}

::placeholder {
    color: #bdbdbd;
}

.label-language {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.lang-switch {
    border: none;
    padding: 0;
    display: block;
    font-size: 14px;
    border-radius: 0.3em;
    width: 71px;
    height: 23px;
    margin-left: 10px;
}

.logo-brand {
    display: flex;
    justify-content: center;
}

.forget-password {
    display: flex; 
    flex-direction: row-reverse; 
    margin-right: 10px;
}

#password::placeholder, #email::placeholder, #patientPID::placeholder, #patientPass::placeholder {
    color:#1485BE !important;
}

.btn:hover {
    color: #fff !important;
}
.input-group button.fa {
    margin-left: 5px;
    width: 40px;
    cursor: pointer;
    background-color: #E65100;
    /* color: inherit; */
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid 0;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .25s;
    transition: all .25s;
    color: #fff;
}

.fa-refresh {
    border: none;
    border-radius: 2px;
    display: inline-block;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn-captcha {
    width: 40px;
    height: 40px;
}