﻿/*Inporta Fontes*/
@import url('fonts.css');

/*Base do site*/
@import url('base.css');

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

/*banner home*/
#banner-home {
    width: 100%;
}

/*noticias*/
#noticias ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    width: 100%;
    min-width: 950px;
}

#noticias li {
    display: inline-table;
    width: 280px;
    margin-right: 4%;
    text-align: left;
}

    #noticias li:last-child {
        margin-right: 0;
    }

#noticias a {
    text-transform: uppercase;
    text-decoration: none;
    color: #e35920;
    line-height: 17px;
    font-size: 16px;
    display: block;
    width: 100%;
}

    #noticias a .saibaMais {
        position: absolute;
        margin: 39px 0 0 220px;
        background: url(../Images/bt_maisBaixo.png) no-repeat;
        width: 42px;
        height: 41px;
    }

    #noticias a:hover {
        text-decoration: underline;
    }

        #noticias a:hover .saibaMais {
            background: url(../Images/bt_maisBaixoHover.png) no-repeat;
        }

#noticias span {
    text-transform: none;
    font-size: 10px;
    color: #666666;
}

.dataMateria {
    font-weight: bold;
    font-size: 12px;
    margin-top: 18px;
}

.resumoNoticia {
    background: white;
    width: 100%;
    padding: 13px 21px;
    min-height: 90px;
}

    .resumoNoticia span {
        position: absolute;
        bottom: 10px;
    }

#boxLateral {
    background-color: white;
    padding: 0 0 15px 0;
    height: auto;
}

    #boxLateral h2 {
        font-weight: bold;
    }

    #boxLateral .logoCantoneira {
        position: absolute;
        right: -3px;
        top: -4px;
    }

    #boxLateral .fotoLateral {
        width: 100%;
        margin-bottom: 10px;
    }

    #boxLateral .row {
        margin: 0;
    }

    #boxLateral span {
        color: #f26522;
        right: 8px;
        top: 15px;
        text-align: left;
    }

    #boxLateral .glyphicon-chevron-down, #boxLateral .glyphicon-chevron-right {
        color: lightgray;
        right: 1px;
        top: 2px;
        text-align: left;
    }

    #boxLateral ul {
        padding: 0;
    }

    #boxLateral .bulletseta li {
        list-style-type: none;
        border-top: 1px dotted #acacac;
        padding: 7px 0;
    }

    #boxLateral .semBullet li {
        list-style-type: none;
    }

    #boxLateral li:last-child {
        border-bottom: 1px dotted #acacac;
    }

    #boxLateral a {
        color: #666666;
        text-decoration: none;
    }

        #boxLateral a:hover {
            color: #f26522;
        }

    #boxLateral .bulletseta {
        padding-left: 15px;
    }

        #boxLateral .bulletseta li {
            list-style-image: url(../Images/bullet_seta.png);
            padding: 7px 0;
        }

    #boxLateral .bulletsetaSub li {
        padding: 5px 0;
        border-top: none;
        border-bottom: none;
        margin-left: 20px;
        list-style-type: none;
    }

    #boxLateral .dropdownNoticias:first-child {
        padding-right: 5px;
    }

    #boxLateral .dropdownNoticias:last-child {
        padding-left: 5px;
    }

    #boxLateral .dropdown button {
        background-color: #efefef;
        border: none;
        width: 100%;
        font-style: italic;
        text-align: left;
        color: #666;
    }

        #boxLateral .dropdown button span {
            color: #f26522;
        }

    #boxLateral .dropdown ul {
        border: none;
    }

    #boxLateral .dropdown li {
        list-style-image: none;
        list-style-type: none;
    }

        #boxLateral .dropdown li:first-child {
            border-top: none;
        }

    #boxLateral .dropdown a {
        white-space: normal;
    }

.somenteImage {
    padding: 0 !important;
}

    .somenteImage .fotoLateral {
        margin-bottom: 0 !important;
    }

.downloads {
    background: url(../Images/icone_downloads.png) no-repeat 100% center;
    display: table;
    padding-right: 28px;
}

#formFaleConosco input[type=text], #formFaleConosco input[type=email], #formFaleConosco input[type=number], #formFaleConosco textarea, #formFaleConosco select, #frmSolides input[type=text], #frmSolides input[type=email], #frmSolides input[type=number], #frmSolides textarea, #frmSolides select {
    font-style: italic;
    border: none;
}

form textarea {
    resize: none;
}

#formFaleConosco select {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
}

#formFaleConosco input[type=submit] {
    float: right;
}

.empresasGrupo {
    width: 100%;
    background-color: white;
}

    .empresasGrupo .logoGrupo {
        width: 100%;
    }

    .empresasGrupo a {
        padding: 20px;
        display: block;
        color: #666666;
    }

    .empresasGrupo:after {
        content: url(../Images/bt_maisBaixo.png);
        position: absolute;
        right: 12px;
        bottom: -10px;
    }

    .empresasGrupo:hover:after {
        content: url(../Images/bt_maisBaixoHover.png);
    }

.certioesLegais {
    background-color: white;
    padding: 15px 15px 12px 15px;
    margin-top: 30px;
    min-height: 114px;
}

    .certioesLegais h2 {
        margin: 0 0 4px 0;
        font-weight: bold;
        font-size: 16px;
    }

    .certioesLegais p {
        line-height: 16px;
        min-height: 32px;
    }

    .certioesLegais a {
        padding: 0 0 0 14px;
        background: url(../Images/bullet_seta.png) no-repeat 5px 8px;
    }

    .certioesLegais.destaque {
        background-color: #f26522;
    }

        .certioesLegais.destaque h2, .certioesLegais.destaque p, .certioesLegais.destaque a {
            color: #fff;
        }

        .certioesLegais.destaque a {
            background: url(../Images/bullet_seta_branca.png) no-repeat 5px 8px;
        }

.boxProdutos {
    background: white;
    margin: 15px 0 15px 0;
}

.AlinharProdutos {
    display: inline-table;
    width: 62%;
    vertical-align: middle;
    margin-left: 20px;
}
/*.boxProdutos:after
{
    content: url(../Images/bt_saibaMais.png);
    position: absolute;
    right: 12px;
    bottom: 6px;
    font-family: TFForeverRegular;
    font-size: 18px;
    font-weight: bold;
}
.boxProdutos:hover:after
{
    content: url(../Images/bt_saibaMaisHover.png);
}*/
.saibaMaisProd {
    background: url(../Images/bt_saibaMais.png) no-repeat;
    width: 77px;
    height: 42px;
    display: block;
    position: absolute;
    z-index: 9;
    right: 11px;
    bottom: 11px;
}

    .saibaMaisProd:hover {
        background: url(../Images/bt_saibaMaisHover.png) no-repeat;
    }

.boxProdutos img {
    display: inline-table;
}

.boxProdutos .AlinharProdutos a {
    font-family: TFForeverRegular;
    font-size: 22px;
    font-weight: bold;
    display: block;
}

    .boxProdutos .AlinharProdutos a:hover, .boxProdutos .AlinharProdutos a:focus {
        color: #f26522;
    }

.boxProdutos p {
    width: 90%;
}

.sessao {
    text-indent: 5px;
    display: block;
    background: white;
    color: #FFF;
    line-height: 25px;
    cursor: pointer;
    margin-top: 4px;
    font-size: 14px;
    padding: 5px 0;
}

    .sessao strong {
        color: #666;
    }

        .sessao strong:hover {
            color: #f26522;
        }

.mais, .menos {
    width: 9px;
    height: 7px;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
}

.mais {
    background: url(../Images/bullet_seta.png) no-repeat;
}

.menos {
    background: url(../Images/mais.png) no-repeat;
}

.borda {
    background: white;
    padding-bottom: 10px;
}

    .borda p {
        width: 95%;
        margin: 0 auto;
        padding: 0px 10px;
    }

.observacao {
    margin-top: 10px;
    float: right;
}

#fiancaLocaticia ul {
    padding: 0 0 0 16px;
    list-style-image: url(../Images/bullet_seta.png);
}

#fiancaLocaticia li {
    margin-bottom: 6px;
}

#fiancaLocaticia b, .colorFonteLaranja {
    color: #f26522;
}

.bulletNormal {
    list-style-image: none !important;
    color: #f26522;
}

    .bulletNormal span {
        color: #333;
    }

.bulletNumero {
    list-style-image: none !important;
    list-style-type: decimal;
}

#btInfoApolice {
    background-color: #f26522;
    color: white;
    padding: 8px 20px;
}

    #btInfoApolice:hover {
        text-decoration: none;
        background-color: #666;
    }

#detalhes-assinatura span {
    color: #f26522;
}

#detalhes-assinatura #status {
    background: white;
    padding: 5px 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
}

#detalhes-assinatura strong {
    color: #f26522;
    text-transform: uppercase;
}

#detalhes-assinatura table {
    width: 100%;
}

#detalhes-assinatura thead th {
    padding: 5px;
    background: #F26522;
    color: white;
}

#detalhes-assinatura tbody .span-link {
    text-decoration: underline;
    cursor: pointer;
}

    #detalhes-assinatura tbody .span-link:hover {
        color: #666;
    }

#detalhes-assinatura tbody td {
    padding: 5px;
    background: white;
}

#detalhes-assinatura tbody tr:nth-child(even) td {
    background: #feefe8;
}

#detalhes-certificado textarea {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    resize: none;
}

#textoNoticia {
    min-height: 300px;
}

#form-login-corretora input[type=text], #form-login-corretora input[type=password] {
    margin-bottom: 10px;
}

.buscar .gsc-control-cse {
    padding: 0px !important;
    margin: 0px !important;
    width: 100px !important;
}

.buscar .gsc-search-button, #pesquisa-header .gsc-search-button {
    display: none;
}

.buscar .gsib_a, #pesquisa-header .gsib_a {
    padding: 0px !important;
    margin: 0px !important;
}

.buscar .gsst_a {
    padding: 0px !important;
}

.buscar .gsst_b {
    font-size: 12px !important;
    float: right;
    margin-top: -3px;
}

.buscar input.gsc-input, .buscar .gsc-input-box, .buscar .gsc-input-box-hover, .buscar .gsc-input-box-focus {
    border: none !important;
    background: transparent !important;
}

#pesquisa-header input.gsc-input {
    background: #FFF !important;
}

.buscar .gsc-control-cse {
    width: 125px !important;
    margin: 0 !important;
    border: none !important;
    background: #efefef !important;
    font-size: 10px !important;
    padding: 3px 6px !important;
    float: left !important;
    margin-top: 1px !important;
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    height: 20px;
}

.buscar .gsib_a input {
    font-size: 12px;
    margin-top: -7px !important;
    float: left;
}

.buscar .gsib_b span {
    font-size: 19px !important;
    line-height: 13px;
}

.buscar .gsc-search-box .gsc-input > input:hover, .buscar .gsc-search-box .gsc-input > input:focus, .buscar .gsc-input-box-hover, .buscar .gsc-input-box-focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

#busca-header .gsc-selected-option-container, #pesquisaFooter .gsc-selected-option-container {
    width: 150px !important;
    background: #f26522 !important;
    color: #FFF !important;
}

#busca-header .gsc-option-menu, #pesquisaFooter .gsc-option-menu {
    top: 26px !important;
    width: 135px;
}

.gsc-control-cse {
    padding: 0 !important;
}

.gsc-input {
    padding: 0 !important;
}

.gsc-input-box-hover, .gsc-input-box-focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.gsib_b {
    float: right;
    padding-top: 4px;
    height: 23px;
}

    .gsib_b span {
        color: #f26522 !important;
    }
/* Override de classes do bootstrap */

.popover-title {
    background: #EFEFEF;
    padding: 4px 14px;
    font-family: Calibri,Trebuchet MS;
}

#lista_noticias {
    overflow-y: auto;
}

#pesquisa-header {
    position: absolute;
    background: #FFF;
    padding: 10px;
    z-index: 100;
    width: 183px;
}

.textoComDestaque span {
    color: #f26522;
    font-weight: bold;
}

#buscaHeader {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#timeline {
    width: 100%;
}

#localidades h2 {
    margin: 0 0 1px 0;
}

#localidades span {
    margin: 10px 0 0px 24px;
    display: block;
}

#localidades h2 span {
    float: left;
    margin: 0 5px 0 0px;
}

#localidades hr {
    margin: 0;
    background: #f26522;
    height: 1px;
}

#localidades p {
    margin-left: 24px;
}

.inline {
    background: white;
    padding-left: 10px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .inline label {
        color: #999999;
        font-weight: normal;
        font-style: italic;
    }

    .inline input[type="file"] {
        display: inline-block;
        margin-left: 10px;
        width: 78.855555%;
        width: calc(100% - 119px);
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

.cursor {
    cursor: pointer;
}

.noticiasAnteriores ul li ul li {
    padding-left: 13px !important;
}

    .noticiasAnteriores ul li ul li div {
        padding-left: 17px !important;
    }

        .noticiasAnteriores ul li ul li div p {
            padding: 7px 0 0 17px;
            border-top: 1px solid lightgray;
        }

            .noticiasAnteriores ul li ul li div p:before {
                float: left;
                top: 1px;
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: 400;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\e044";
                margin: 4px 0 0 -16px;
                font-size: 12px;
            }

.ratings {
    position: absolute;
    right: 20px;
    margin-top: 20px;
}

.realperson-text {
    float: left;
    margin: 6px 0 0 0;
}

.realperson-regen {
    float: left;
    padding: 9px 10px !important;
    background-color: #d5652c;
    color: white;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 34px;
}

    .realperson-regen:hover {
        background-color: #fd9865;
    }

#verificacao {
    height: 34px;
    height: 34px;
    border: 1px solid #fd9865 !important;
    border-left: none !important;
}

#frmSolides .input-group-addon {
    border: none;
    background: #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    #frmSolides .input-group-addon label {
        margin: 0;
    }

#frmSolides .groupSeparacao {
    border-left: 4px solid #f26522;
    padding-left: 10px;
}

    #frmSolides .groupSeparacao .row:last-child .form-group {
        margin: 0;
    }

#frmSolides .alinhaRadio {
    padding-top: 6px;
}

    #frmSolides .alinhaRadio label {
        margin-right: 20px;
    }

.close {
    position: absolute;
    right: 7px;
    top: 4px;
}

.removeMargin {
    margin: 0;
}

.ulNumber {
    list-style-type: decimal !important;
    list-style-image: none !important;
}

#retaAlinhamento li div:first-child {
    float: left;
    width: 121px;
    background: url(../Images/bullet_seta.png) repeat-x 14px 12px;
    background-size: 2px;
}

    #retaAlinhamento li div:first-child span {
        background: #efefef;
    }

#retaAlinhamento li div:last-child {
    float: left;
}

.container-login {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.container-header {
    background: #F26522;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.container-info {
    background-color: #f265223d;
}

    .container-info span {
        font-family: 'Open Sans', sans-serif;
        font-size: 21px;
        color: #000000b8;
    }

    .container-info .container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: inherit !important;
        text-align: center;
    }

.container-header > div {
    background-image: url(../Content/images/logo.png);
    background-position: center;
    background-size: contain;
    height: 75px;
    width: 185px;
    background-repeat: no-repeat;
}

.b-info {
    background-size: cover;
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
}

.b-form {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
}

    .b-form > div:nth-child(1) {
        width: 100%;
        max-width: 390px;
        display: flex;
        text-align: center;
        color: #333333;
        height: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: auto;
        font-size: 13px;
    }

.b-info-bg {
    background-image: url('../Content/images/bg-login.png');
    background-position-y: -110px;
    position: relative;
}

.b-info-layer {
    background-color: #CB5C28;
    opacity: 61%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-info-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .b-info-text > div {
        width: 100%;
        display: flex;
        text-align: center;
        color: white;
        height: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: auto;
    }

        .b-info-text > div p:nth-child(1) {
            font-size: 35px;
            width: 65%;
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            line-height: initial;
            margin-top: 50px;
        }

        .b-info-text > div p:nth-child(2) {
            font-size: 20px;
            width: 76%;
            font-family: 'Open Sans', sans-serif;
            line-height: 40px;
        }

        .b-info-text > div p:nth-child(3) {
            font-size: 20px;
            width: 80%;
            font-family: 'Open Sans', sans-serif;
            margin-top: 20px;
        }

.b-info-button div:nth-child(2) {
    padding-top: 50px;
}

.b-info-button span {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.form-side h1 {
    text-transform: initial;
    font-weight: 400;
    font-size: 35px;
}

.form-side h5 {
    opacity: 58%;
    border-bottom: none;
    font-weight: 400;
    color: black;
    text-transform: initial;
    font-size: 15px;
}

.form-input {
    border-color: #e45c1b !important;
    background: white !important;
}

.form-button {
    background: #F26522;
    color: white;
    font-weight: 500;
}

.form-login input {
    height: 45px !important;
}

.form-login button {
    height: 45px !important;
}

.form-inputs {
    width: 280px;
}

.form-info {
    font-size: 12px;
}

    .form-info a {
        color: #F26522;
    }

.mdl-button {
    background: 0 0;
    border: none;
    border-radius: 2px;
    position: relative;
    height: 50px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    outline: none !important;
    color: white;
}

.mdl-button-form {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 13px 30px;
    box-shadow: 0px 3px 6px #00000029;
    font-weight: 400;
    line-height: 24px;
    border-radius: 25px;
    text-transform: none;
    background-color: #F26522 !important;
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

    .mdl-button-form:hover {
        background-color: #AA4E23 !important;
    }

.mdl-button-form-sec {
    background-color: white !important;
    color: #F26522 !important;
    width: 60%;
}

    .mdl-button-form-sec:hover {
        background-color: #F26522 !important;
        color: white !important;
    }

.mdl-button-aux {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

    .mdl-button-aux svg {
        height: 50px;
        fill: #F26522;
    }

/* face page*/
.face-page {
    background-image: url('../Content/images/bg-face-page.png');
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: brightness(0.6);
    -webkit-backdrop-filter: brightness(0.6);
    -webkit-backdrop-filter: brightness(0.6);
}

    .face-page a {
        text-decoration: none;
    }

    .face-page > div {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.face-page-content h1, p, span {
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}

.face-page-blocks {
    display: flex;
    justify-content: center;
    margin: 40px auto auto auto;
}

.face-page-info {
    display: flex;
    justify-content: center;
    margin: 40px auto auto auto;
    color: white;
    font-size: 20px;
}

    .face-page-info span {
        font-size: 22px;
        font-weight: bold;
    }

    .face-page-info a {
        cursor: pointer;
        text-decoration: underline;
    }

.face-page-content > h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: initial;
    color: white;
    text-align: center;
}

.face-page-content > p {
    color: white;
    text-align: center;
    font-size: 25px;
    line-height: initial;
    margin: auto;
    width: 60%;
}

.face-page-blocks div {
    width: 230px;
    height: 190px;
    border-radius: 15px;
    margin: 10px 30px 10px 30px;
    padding: 15px;
    display: inline-grid;
    align-items: center;
}

.face-page-blocks p {
    font-size: 21px;
    margin: 0;
    font-weight: 700;
}

.face-page-blocks a:nth-child(1) div {
    background-color: #ffffffed;
    color: #E26124;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.5,0,0,1);
}


    .face-page-blocks a:nth-child(1) div:hover {
        background-color: rgb(240 221 211);
    }

.face-page-blocks a:nth-child(2) div {
    background-color: #e26124ed;
    color: white;
    transition-property: background-color;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.5,0,0,1);
}

    .face-page-blocks a:nth-child(2) div:hover {
        background-color: #FF8B53;
    }


/*@media (max-width: 1300px) {
    .face-page {
        background-position-y: initial;
    }
}*/

@media (max-width: 990px) {
    .b-info, .b-form {
        max-width: 100%;
        flex-basis: 100%;
        width: 100%;
        height: 100%;
    }

    .container-login {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    .b-info {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    .b-form {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .b-info-bg {
        background-position-y: initial;
    }

    .b-info-text > div p:nth-child(1) {
        font-size: 25px;
        width: 80%;
        line-height: initial;
    }

    .b-info-text > div p:nth-child(2) {
        font-size: 18px;
        line-height: initial;
    }

    .b-info-text > div p:nth-child(3) {
        font-size: 18px;
        line-height: initial;
    }

    .mdl-button-aux {
        display: block;
    }

    .form-info {
        margin: initial;
    }
}

@media (max-width: 680px) {
    .face-page-blocks {
        display: grid;
        margin: 0;
    }

        .face-page-blocks div {
            width: initial;
            height: initial;
        }

        .face-page-blocks p {
            font-size: 19px;
        }

    .face-page-content > h1 {
        font-size: 25px;
    }

    .face-page-content > p {
        font-size: 18px;
    }

    .face-page-info {
        margin: 0px;
    }
}

@media (min-width: 1920px) {
    .face-page {
        background-position: center left;
    }
}
