﻿

/*Page specific styling. DO NOT REFACTOR*/

body{
    overflow: hidden;
}

.CompanyLogo{
    margin-left: 0px;
}


/*There is an important below, and this is a unavoidable solution
 because chrome has an internal stylesheet apparantly that also uses an important
 This needs to stay on this page*/

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { 
     background-color: #fff !important;
     -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*end of important*/

a.text-link[disabled="disabled"] {
    color: var(--color-neutral-7);
}