:root {
  --thema-color: #023E74; /* Defina a variável de cor aqui */
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
body {
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
    background-color: white;
    /*    height: 100%;
        background: linear-gradient(90deg, #50a3a2 50%, #FFFFFF 50%);*/
}
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: var(--thema-color); /* Use a variável de cor aqui */
    z-index: 1;
}
body ::-webkit-input-placeholder {
    /* WebKit browsers */
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
}
body :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'Lato', sans-serif;
    color: #555555;
    opacity: 1;
    font-weight: 300;
}
body ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Lato', sans-serif;
    color: #555555;
    opacity: 1;
    font-weight: 300;
}
body :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-family: 'Lato', sans-serif;
    color: #555555;
    font-weight: 300;
}
.wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 750px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    padding-top:50px;
}
.container {
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
    padding: 0px;
    width: 80%;
    height: 600px;
}
.login-left {
    width: 50%;
    background: var(--thema-color); /* Use a variável de cor aqui */;
    z-index: 1;
    padding: 50px 0px;
    padding-right: 30px;
    position: relative;
}
.login-left h2 {
    font-weight: 700;
    font-size:34px;
    color: #fff;
}
.login-left h3 {
    font-size: 1.2em;
    margin: 1em 0;
    line-height: 28px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}
.login-left p {
    font-size: 14px;
    margin: 1em 0;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}
.login-left a {
    color: #fff;
    text-decoration: none;
    padding-right: 5px;
}
.login-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}
.form-title {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 25px;
}
.forgot-link {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
}
.login-form a {
    color: #555555;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
}
.form-group {
    width: 100%;
    display: block;
    height:80px;
}
.form-check {
    display: block;
    width:100%
}
.form-check label {
    width: auto;
    padding-left: 5px;
}
.input-group {
    padding: 0px 10px;
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
}
.input-group span.fa {
    font-size: 16px;
    vertical-align: middle;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 6%;
    padding: 15px 0px;
    color: var(--thema-color); /* Use a variável de cor aqui */;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: var(--thema-color); /* Use a variável de cor aqui */;
    border-color: var(--thema-color); /* Use a variável de cor aqui */;
}
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-block {
    display: block;
    width: 100%;
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block {
    width: 100%;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 10px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 700;
    width: 100%;
}
input[type="email"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    letter-spacing: 1px;
    padding: 14px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
input[type="Password"] {
    font-size: 15px;
    color: #333;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 14px 10px;
    width: 93%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
}
.copyright {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
}
.copyright a{
    color: #50a3a2;
    font-size: 16px;
    text-decoration: none;
}
.copyright a:hover{
    color: #000;
}
.copyright strong {
    font-weight: 700;
}

/*-----Responsive------ */
@media (max-width: 1280px) {
    .login-form {
        padding-left: 50px;
        padding-right: 0px;
    }
    .login-left {
        padding-right: 50px;
    }
    .container {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .login-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 0px;
    }
    .login-left {
        width: 50%;
    }
}
@media (max-width: 767px){
    .login-form {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .login-left {
        display: none;
    }
    #background {
        width: 0%;
    }
    .wrapper {
        padding:10px;
    }
    .copyright {
        padding-bottom: 30px;
    }
}
@media (max-width: 360px) {
    .login-form {
        padding-left: 20px;
        padding-right: 20px;
    }

}