﻿

.main {
    width: 390px;
    height: calc(100% - 10em);
    margin: 5em 3rem !important;
    padding: 6.6% 0;
    float: right;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body > div > section > form {
    padding: 3em 3em 2em 3em !important;
}

.ssa-title {
    text-transform: uppercase !important;
}
    .ssa-title h1 {
        display: block;
        margin: 0;
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.28571429em;
        color: rgba(0, 0, 0, 0.87);
    }

    .ssa-title span {
        display: block;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.2em;
        color: rgba(0, 0, 0, 0.6);
    }

.ssa-forgot {
    text-transform: uppercase !important;
    display: block;
}

.ssa-sepog {
    color: rgba(0, 0, 0, .4) !important;
    font-size: smaller !important;
}

.btn-nova-senha {
    border: none;
    color: #2185D0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
