body {
    font-family: 'Roboto', sans-serif !important;
}

.all-right {
    min-width: 500px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /*transform: translate(0, -50%);*/
    font-size: 20px;
    padding: 55px 100px 40px;
    background: #fff;
    /*border-radius: 5px;*/
}

.logo-brand {
    margin-top: 80px;
}

.all-left {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 8%;
    top: 40%;
    transform: translate(-10%, -50%);
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 5px;
    color: #fff;
}

.page-footer-style {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 15px !important;
    color: #959595;
    font-weight: normal;
}

.all-left .left-content {
    text-align: justify;
}

.all-left .left-content h1 {
    font-size: 40px;

}

.wrapper-sub {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 4% 3%;
}

img.brand-logoPortal {
    width: auto;
    max-width: 210px !important;
    padding: 5px 35px;
    height: 100px;
    max-height: 100px !important;
}

.patient-id {
    margin-bottom: 20px;
}

.technic-phone-style {
    color: #8C8C8C;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
}

.technic-phone-style a {
    text-decoration: none;
    color: #8C8C8C;
    font-weight: 400;
}

.input-style {
    outline: none;
    margin: 0;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    padding: 9px 0 !important;
    color: #8C8C8C !important;

}

.input-style::active {
    border-color: #fff !important;
}
.input-style::focus {
    border-color: #fff !important;
}

.input-group {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #8C8C8C;

}

.btn-login-style {
    width: 100%;
    height: 40px;
    background-color: #102EA6 !important;
    border-radius: 4px !important;
    font-weight: 400;
}

.color-gray {
    color: #8C8C8C;
    font-weight: normal;
}


.input-group input {
    color: #8C8C8C !important;
    font-weight: 400;
}

.input-group input::placeholder {
    color: #8C8C8C !important;
}

.input-group input::active,input:focus {
    color: #8C8C8C !important;
}

.logo-mobile-style {
    display: none;
}

@media only screen and (max-width: 1370px) {

}

@media only screen and (max-width: 1290px) {

}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 1080px) {
    .brand-logoPortal {
        display: none;
    }
    .logo-mobile-style {
        display: block;
        max-width: 210px !important;
        max-height: 95px !important;
        position: relative !important;
        padding: 5px 35px;
    }
    #footer label {
        font-size: 15px !important;
    }
    #footer i {
        font-size: 15px !important;
    }

}

@media only screen and (max-width: 920px) {
    .brand-logoPortal {
        display: none;
    }
    .all-right {
        min-width: 320px;
    }
    .all-right {
        padding: 55px 20px 40px
    }
    .logo-brand {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 850px) {
    .wrapper-sub {
        background: #fff;
    }
    .all-right {
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40% !important;
    }
    .all-left {
        display: none;
    }
    #footer {
        display: none !important;
    }

}

@media only screen and (max-width: 600px) {
    .technic-phone-style {
        font-size: 12px !important;
    }
    #footer {
        display: none;
    }
}

@media only screen and (max-width: 510px) {
    #footer {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    #footer {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    #footer {
        display: none;
    }

}















.backgroup-blue {
    background: #102EA6 !important;
}

.margin-bot-0 {
    margin-bottom: 0 !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.width-100 {
    width: 100% !important;
}
.width-80 {
    width: 80% !important;
}
.width-20 {
    width: 20% !important;
}
.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-10 {
    width: 10% !important;
}

.fl-left {
    float: left;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-5 {
    padding-top: 5px;
}
.txt-center {
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}