﻿button {
    min-height:50px;
    border-radius:5px;
}


#searchCompanyID input{
    min-height: 50px;
}

.textLink {
    text-decoration: none;
    color: inherit;
}


.textLink:hover {
    text-decoration: underline;
    color: inherit;
}

.connectedIcon {
    font-size:1.4em;
    width:80%;
}

.AccontTypesContainer {
    width: 95%;
    min-height: 120px;
    border-radius: 10px;
    border: solid var(--greyOFSColour) 2px;
    background-color: var(--offwhiteOFSColour);
    transition: ease-in-out 0.2s;
    box-shadow: rgb(17 12 46 / 15%) 0px 19px 40px 0px;
}

.AccontTypesContainer:hover {
    background-color: var(--lightorangeOFSColour);
    border: solid var(--orangeOFSColour) 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}