body {
    font-family: "Montserrat", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    height: 100vh;
    width: 100vw;
    background: rgb(27,27,27);
    background: linear-gradient(90deg, rgba(27,27,27,1) 0%, rgba(5,201,249,1) 0%, rgba(140,60,181,1) 51%, rgba(146,54,179,1) 100%);
}

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
  }
  
.show-password{
    cursor: pointer;
    color: #888;
    transition: .5s;
}
    
.show-password:hover {
      color: #444;
}

.container {
    max-width: 900px; }
    
a {
    display: inline-block;
    text-decoration: none; }

input {
    outline: none !important; }

h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700; }

.subtitulo, .texto{
    font-family: "Montserrat", sans-serif !important; 
    color: #444;
}

.subtitulo {
    font-weight: 600; 
}

.error{
    font-family: "Montserrat", sans-serif !important;
}

.logo-floowmer{
    width: 100%;
    margin-top: 10px;
}

.logo-cyber{
    width: auto;
    max-height: 250px;
}


.logo-empresa{
    width: auto;
    max-width: 100%;
    max-height: 60px;
}

.brand {
    padding: 20px;
    color: #fff;
    min-height: 540px;
    position: relative;
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.6);
    transition: all 0.6s cubic-bezier(1, -0.375, 0.285, 0.995);
    z-index: 9999; }

.brand::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba( 255, 255, 255, 0 );
    backdrop-filter: blur( 7.5px );
    -webkit-backdrop-filter: blur( 7.5px );
    z-index: -1; }

.brand .heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.6s; }

.form {
    position: relative; }
.form .form-peice {
    background: #fff;
    min-height: 480px;
    margin-top: 30px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    color: #bbbbbb;
    padding: 30px 0 60px;
    transition: all 0.9s cubic-bezier(1, -0.375, 0.285, 0.995);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }

.form form, .conteudo {
    padding: 0 40px;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .form form .form-group {
        margin-bottom: 5px;
        position: relative; }
    .form form label {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        transform: translateY(40px);
        transition: all 0.4s;
        cursor: text;
        z-index: -1; }
    .form form label.active {
        transform: translateY(10px);
        font-size: 10px; }
    .form form input:not([type=submit]) {
        background: none;
        outline: none;
        border: none;
        display: block;
        padding: 10px 0;
        width: 100%;
        border-bottom: 1px solid #aaa;
        color: #444;
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        z-index: 1; }

    .form form input[type=password] {
        color: #000; }

.botoes {
    margin-top: 30px; }

.botoes-input {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 30px;
    background: linear-gradient(90deg, rgba(27,27,27,1) 0%, rgba(5,201,249,1) 0%, rgba(140,60,181,1) 0%, rgba(146,54,179,1) 100%);
    color: #fff;
    border-radius: 30px;
    border: none;
    font-family: "Montserrat", sans-serif; 
    transition: all 0.8s;}
    .botoes-input:hover{
        background: linear-gradient(90deg, rgba(140,60,181,0.7960434173669468) 0%, rgba(146,54,179,0.8016456582633054) 100%);
        transition: all 0.8s;}

.botoes a.switch {
    font-size: 13px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #888888;
    text-decoration: none;
    transition: all 0.3s; }
    .botoes a.switch:hover {
        color: #000; }

@media (max-width: 575px) {
    .container {
        overflow: hidden; }
    .logo-cyber{
        display: none; }
    section#formHolder {
        padding: 0; }
        section#formHolder div.brand {
            min-height: 200px !important; 
            box-shadow: none;}
        section#formHolder div.brand.active {
            min-height: 100vh !important; }
        section#formHolder div.brand .heading.active {
            top: 200px;
            left: 50%;
            transform: translate(-50%, -50%); }
        section#formHolder .form {
            width: 100vw;
            min-height: 500px;
            margin-left: 0; }
        section#formHolder .form .form-peice {
            margin: 0;
            top: 0;
            left: 0;
            width: 100% !important;
            transition: all .5s ease-in-out; }
            section#formHolder .form .form-peice > form {
                width: 100% !important;
                padding: 60px;
                left: 50%; } 
}


@media (max-width: 480px) {
    section#formHolder .form {
        width: 100vw;
        margin-left: 0; }
    h2 {
        font-size: 50px !important; } 
}


