

.login-header {
    border-radius: 50%;
    
}

.scrollable-textbox {
    height: 45vh;
    width: 100%;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 82%;
    overflow: scroll;
    border: 1px solid #DDD;
    padding: 10px;
    display: block;

}

.choices {
    min-width: 200px;

}

.q-input-target {
    max-width: 200px;
}

.i3_updated_label {
    left: 0;
    right: 0;
    top: 5px;
    color: rgba(0,0,0,0.6);
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    transform-origin: left top;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1),right 0.324s cubic-bezier(0.4,0,0.2,1);
}

button.justify-center.q-btn.q-btn-item.non-selectable.no-outline.q-btn--standard.q-btn--rectangle.q-btn--rounded.bg-primary.text-white.q-btn--actionable.q-focusable.q-hoverable.q-btn--wrap {
    display: block!important;
    margin: auto!important;
}

button.q-btn.justify-center.q-btn-item.non-selectable.no-outline.q-btn--outline.q-btn--rectangle.q-btn--rounded.text-primary.q-btn--actionable.q-focusable.q-hoverable.q-btn--wrap.q-btn--active {
    display: block;
    margin: auto;
}

.dial-code-display {
    width: 60px!important;
}

span#dialCodeDisplay {
    width: 60px!important;
}

span.justify-center.q-btn__wrapper.col.row.q-anchor--skip {
    width: 150px!important;
}

button.q-btn.q-btn-item.non-selectable.no-outline.q-btn--outline.q-btn--rectangle.q-btn--rounded.text-primary.q-btn--actionable.q-focusable.q-hoverable.q-btn--wrap.q-btn--active {
    margin: auto;
    display: block;
}

.legion-rp {
    font-size: 13px!important;
}

.q-ml-sm {
    margin-left: 8px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.legion-login-wrapper {
    font-size: 20px;
    font-weight: 600;
}

.scroll.relative-position.fit.show-scrollbar {
    border: 1px solid #c9c9c9;
    padding: 10px;
    padding-right: 20px;
    border-radius: 5px;
    
}

.legion-tc-text {
    padding-right: 20px;
}

.choices__inner {
    display: inline-block!important;
    vertical-align: top!important;
    width: 100%!important;
    background-color: #f9f9f900!important;
    padding: 7.5px 7.5px 0 0px!important;
    color: #282828!important;
    border: 1px solid #ddd0!important;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
}

.q-field__native.row.items-center {
    display: none!important;
}

.choices__list--single {
    display: block!important;
    padding: 4px 16px 4px 0px!important;
    width: 100%;
}

.q-alert.row.shadow-2.bg-accent.text-black {
    padding: 5px 10px;
    border-radius: 5px;
    color: #c10015!important;
    background-color: white!important;
}

.shadow-2 {
    box-shadow: none!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: $textColor;
  -webkit-box-shadow: 0 0 0 1000px $backgroundColor inset !important;
  transition: background-color 300ms ease-in-out 0s;
}

.q-field__input:-webkit-autofill+.q-field__label, .q-field__native:-webkit-autofill+.q-field__label {
    transform: none!important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';

}

.choices[data-type*=select-one] {
    cursor: pointer;
    width: 100%;

}


.login {
    margin: 0;
    padding: 0;
    width: 40%;
    float: left;
    height: inherit;
    min-width: 280px;
    overflow-y: auto;
    display: inline-block;
    background-color: #303138;
}

.legion-login-view {
    width: 90%;
}

.q-scrollarea {
    width: 100%;
    height: 200px;
}

.login-right {
    height: inherit;
    display: inline-block;
    width: 60%;
    min-width: 240px;
    background-color: #505050;
    background-size: cover;
    position: fixed;
    background-position: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .login {
        width: 100%;
        z-index: 10;
        min-width: 280px;
        position: absolute;
        background-color: rgba(255, 255, 255, 1);
    }
    
    .legion-login-view {
        width: 90%;
    }
    
    .q-ml-sm {
    margin-left: 8px;
    margin-top: 0;
    margin-bottom: 15px;
    }
    
    .displayUsername{
        background-color: #303138;
    }
    
    
}
