html,
body {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Open Sans', 'Proxima Nova', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    overflow-x: hidden;
    margin: 0px;
    height: 100%;
}

.errors {
    color: #cda816;
    padding-top: 10px;
    position: absolute;
}

.login-errors {
    border: 1px solid #e0caca;
    border-radius: 2px;
    background-color: #f9e0e0;
    padding: 10px 20px;
    font-size: 12px;
    color: #666779;
}

.login-errors img {
    margin-right: 10px;
}

.input-login-errors {
    border: 1px solid #d3312f;
}

#logo {
    position: absolute;
    left: 22px;
    top: -10px;
}

.content-wrapper {
    position: absolute;
    top: 0;
    width: 400px;
    right: 12%;
    padding: 160px 40px 40px 40px;
    background: rgba(61, 61, 61, 0.95);
    margin: -10px;
    border: 1px solid rgba(120, 120, 120, 0.2);
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.6);
}

.form-group > label {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}

.btn-primary {
    padding: 7px 20px;
    font-weight: 400;
    transition: .5s;
    margin: 10px 0 20px 0;
}

.form-control {
    transition: .5s;
}

.form-control:focus {
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.password-remember {
    color: #FFF;
    font-weight: 100;
    font-size: 12px;
    opacity: .5;
    display: block;
    transition: .5s;
    margin-bottom: 15px;
}

.password-remember:hover {
    color: #FFF;
    opacity: 1;
    text-decoration: none;
}

.password-remember:focus {
  color: #FFF;
  opacity: 1;
  text-decoration: none;
}

.privacy-policy {
    color: #FFF;
    font-weight: 100;
    font-size: 12px;
    opacity: .5;
    display: block;
    transition: .5s;
}

.privacy-policy:hover {
    color: #FFF;
    opacity: 1;
    text-decoration: none;
}

.privacy-policy:focus {
  color: #FFF;
  opacity: 1;
  text-decoration: none;
}

.version {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 10px;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.3);
}

#language-selector {
    position: absolute;
    right: 50px;
    top: 50px;
}

#language-selector ul {
    padding: 0px;
    list-style-type: none;
    text-align: right;
}

#language-selector ul li {
    display: inline-block;
    color: #b8b8b8;
    font: 300 11px "open Sans", sans-serif;
}

#language-selector ul li a {
    color: #b8b8b8;
    text-decoration: none;
    padding: 0 4px 0 0;
}

#language-selector ul li a.active {
    color: #ffffff;
    text-decoration: none;
}

.verificao-em-duas {
    width: 321px;
    height: 42px;
    font-family: 'Open Sans', 'Proxima Nova', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff;
}

.twofa-container{
    margin-bottom: 0;
}

.proteja-sua-conta-ut {
    height: 76px;
    font-family: 'Open Sans', 'Proxima Nova', sans-serif;
    font-size: 14px;
}

.como-se-proteger-title {
    height: 64px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 16px 0 15px 0;
}
.como-se-proteger-call{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
}

.no-app-crie-uma {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: normal;
}

.no-app-crie-uma .text-style-1 {
    font-weight: bold;
}

.submit-button {
    text-align: right;
}

.support-info{
    color: #fff;
    font-size: 11px;
    text-align: left;
}

.btn-primary-2fa{
    margin: 20px 0;
}

#ms {
    margin-bottom: 20px;
}

#google {
    margin-bottom: 20px;
}

#okta {
    margin-bottom: 20px;
}

.mssignin-button {
    border: 1px solid rgb(218, 220, 224);
    background: white;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: left;
    padding-left: 58px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}

.mssignin-logo {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    width: 18px;
    height: 18px;
    box-sizing: content-box;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.mssignin-label {
    display: flex;
    align-self: center;
    height: 18px;
    font-weight: 600;
    font-size: 13.4px;
    color: #3c4043;
    margin-left: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #3CB5C6;
    border-color: #3CB5C6;
}

.btn-primary:hover,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus {
    background-color: #3CB5C6;
    border-color: #3CB5C6;
    opacity: .8;
}

#user-login .btn-primary {
    width: 100%;
    height: 34px;
}
