/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    background-image: url(/app-assets/images/loginimage1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff
}

.mb-30 {
    margin-bottom: 30px
}

@media screen and (max-width:991.5px) {
    .text-right--sm {
        text-align: right
    }
}

.d-flex {
    display: flex;
    align-items: center;
    height: 100%
}

@media screen and (max-width:1250px) {
    .d-flex {
        align-items: initial;
        flex-direction: column;
        height: auto
    }
    .login-form {
        margin-top: 30px
    }
}

.login-form,
.description-box {
    flex-basis: 50%
}

.login-form {
    text-align: center
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

.login-form .form-control--arrows {
    position: relative;
    margin: 0 auto;
    width: 250px;
    display: block;
    border-radius: 10px;
}

.form-control {
    border-radius: 10px !important;
    border: 2px solid rgb(128 128 128 / 55%) !important;
}


/* .login-form .form-control--arrows:before,
.login-form .form-control--arrows:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    transform: translateX(-100%) rotate(180deg);
    left: 0;
    top: 0;
    background-image: url(/app-assets/images/gts-emblem-half.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.login-form .form-control--arrows:after {
    left: 100%;
    transform: translate(0)
}

.login-form .form-control--arrows input {
    border: none;
    border-radius: 0;
    box-shadow: none
} */

.gts-btn {
    background-color: #2e4666;
    padding: 10px 5px;
    color: #fff;
    border: none
}

.login-form .form-control--arrows-colored {
    position: relative;
    display: inline-block
}

.login-form .form-control--arrows-colored:before,
.login-form .form-control--arrows-colored:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 44px;
    transform: translateX(-100%);
    left: 1;
    top: 0;
    background-image: url(/app-assets/images/gts-emblem-colored-left-half.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.login-form .form-control--arrows-colored:before {
    width: 23px;
}

.login-form .form-control--arrows-colored:after {
    left: 98%;
    transform: translate(0);
    background-image: url(/app-assets/images/gts-emblem-colored-right-half.svg)
}

.description-box {
    background-image: url(/app-assets/images/gts-emblem-thin-old.svg);
    background-size: cover;
    background-position: left center;
    padding: 80px 30px
}

.description-box .description-box__content {
    width: 80%;
    margin-left: auto
}

.description-box .description-box__content p {
    font-size: 20px;
    color: #2e4666
}

@media screen and (max-width:1250px) {
    .description-box {
        background-size: calc(100% - 30px);
        background-repeat: no-repeat;
        background-position: center
    }
    .description-box .description-box__content {
        width: 70%;
        margin: 0 auto
    }
}

@media screen and (max-width:930px) {
    .description-box {
        background-image: none
    }
}

footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
    color: #fff
}

@media screen and (max-width:1250px) {
    footer {
        position: static
    }
}

.ml-30 {
    margin-left: 30px
}

.mr-25 {
    margin-right: 25px
}

.ml-65 {
    margin-left: 65px
}