@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #222
}

/* Header */
header, .header-senha {
    background-color: #222;
    color: #fff;
    padding: 0px 72px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10%;
}

/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
 */

.archivo-uble {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.nome-header {
	font-family: 'Archivo', sans-serif;
	font-weight: 800;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 36px;
  text-decoration: none;
}

.nome-header:hover {
  text-decoration: none;
  color: white;
}

.return-btn {
  background: #FFFFFF;
  border: none;
  color: black;
  display: flex;
  align-items: center;
  padding: 0px 12px 0px 12px;
  height: 44px;
  text-align: left;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.return-btn:hover {
  background: #e6e6e6;
}
/* Body */

/* Classes */

.conteudo {
    margin: auto;
    padding: 12px 72px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 auto;
}

/* Footer */

footer {
    background-color: #222;
    color: #fff;
    padding: 12px 72px;
    font-family: 'Roboto', sans-serif;
    height: 50px;
    flex-shrink: 0;
}

/* Forms */

.form-wrap {
    width: 35%;
    margin: 0 auto;
}

.left-form {
    width: 47.5%;
    float: left;
}

.right-form {
    width: 47.5%;
    float: right;
}


@media screen and (max-width: 1200px) {
    .form-wrap {
        width: 90%;
    }
}


@media screen and (max-width: 600px) {
    .form-wrap {
        width: 90%;
    }

    .left-form {
        width: 100%;
    }

    .right-form {
        width: 100%;
    }
}


input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 12px;
    margin: 10px 0 10px;
    display: inline-block;
    border:  1px solid grey;
    box-sizing: border-box;
    background: #FFF;
    outline: none;
    border-radius: 6px;

    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    opacity: 1;
    color: black;
    font-weight: 400;

    -webkit-transition: border-bottom 0.4s ease-in-out;
    transition: border-bottom 0.4s ease-in-out;
}

/*
input[type=text]:focus, input[type=password]:focus {
    border-bottom: 2px solid black;
}


input[type=text]:valid, input[type=password]:valid {
    border-bottom: 2px solid #f50856;
}
*/

/* This is a quick fix to get an authorization / valid entry state without using JS */

input[type=submit] {
    width: 200px;
    background-color: #dddddd;
    color: black;
    padding: 14px 20px;
    margin: 8px auto 30px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    display: block;

    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    opacity: 1;
    font-weight: 700;

    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

input[type=submit]:hover {
    background-color: var(--primaryColor);
    color: white;
}


::-webkit-input-placeholder { /* Chrome */
    color: black;
    font-style: normal;
    opacity: .4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

:-ms-input-placeholder { /* IE 10+ */
    color: black;
    font-style: normal;
    opacity: .4;
}

::-moz-placeholder { /* Firefox 19+ */
    color: black;
    opacity: .4;
    font-style: normal;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: black;
    opacity: .4;
    font-style: normal;
}

:root {
    --primaryColor: #DC602E;
    --secondaryColor: #F1F1F1;
    --green: rgba(0, 255, 25, 0.3);
    --red: #FF00004D;
    --primaryBlue: rgba(0, 133, 202, 1);
    --secondaryBlue: rgba(0, 134, 202, 0.08);
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

div.container {
    background-color: #222;
    width: 100%;
    height: 80%;
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.container.nova.conta {
    background-color: #222;
    width: 100%;
    height: 90%;
    flex: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.ui.login {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.41);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 12px;
    width: 550px;
    max-width: 95vw;
    height: auto;
    margin: 0px;
    padding: 36px 50px 36px 50px;
}

.ui.login > p.title { /* não utiliozado no momento,recomendado para escrever UBLE */
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: rgba(215, 122, 0, 1);
    line-height: 28px;
    letter-spacing: 0;
    align-self: center;
    margin-bottom: 36px;
}

.ui.primary.button {
    background-color: #DC602E;
    color: var(--secondaryColor);
    border-radius: 6px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 24px auto 0 auto;
}

.ui.primary.button:hover {
    background-color: #456775;
}

.redefinir-senha, .realizar-login{
  text-align: center;
  padding-bottom: 18px;
  font-weight: bold;
  margin: 0px;
}

.realizar-login{
  font-size: 28px;
}

.label-login, .label-senha {
  margin: 0px;
  padding-top: 12px;
  font-size: 16px;
}

@media screen and (max-width: 550px) {
  .ui.login {
    width: 95vw;
    max-width: 100vw;
    padding: 24px 10px 0px 10px;
  }
}

@media screen and (max-width: 550px) {
  .ui.login {
    width: 100vw;
    max-width: 100vw;
    padding: 12px 2vw 0px 2vw;
  }
}

.ui.signup {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.41);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 12px;
  width: 450px;
  max-width: 95vw;
  height: auto;
  margin: 0px;
  padding: 36px 50px 36px 50px;
}

@media screen and (max-width: 550px) {
  .ui.signup {
    width: 95vw;
    max-width: 100vw;
    padding: 24px 10px 0px 10px;
  }
}

@media screen and (max-width: 550px) {
  .ui.signup {
    width: 100vw;
    max-width: 100vw;
    padding: 12px 2vw 0px 2vw;
  }
}
