* {
    margin: 0px;
    padding: 0px;
    user-select: none;
    font-family: 'Roboto', sans-serif;
}

*:focus {
    outline: 0 !important;
}

button {
    cursor:pointer;
  }

.p-r-10 {
    padding-right: 10px;
}
#signon_animation_container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#signon_animated_svg {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.login-main {
    width: auto;
    min-height: 100vh;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.box-hld {
    width: 95vw;
    max-width: 624px;
    height: fit-content;
    min-height: 600px;
    background: #FFFFFF;
    box-shadow: 16px 16px 64px rgba(0, 0, 0, 0.18);
    border-radius: 4px;
}
.header-hld {
    padding: 15px 0px;
    text-align: center;
}
.welcome-message-field {
    border: #D4E0F2 1px solid;
    background-color: #F3F6FC;
    height: 64px;
    text-align: center;
}

.border-seperator {
    border-bottom: #D4E0F2 1px solid;
}

.content-hld {
    margin: auto;
    height: auto;
    min-height: 350px;
}

.tab-field-section {
    margin-bottom: 40px;
    margin-top: 40px;
}

.footer-hld {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60%;
    margin: auto;
}

.tab-button{
    width: 100px;
    height: 40px;
    border: none;
    background: none;
}
.tab-container{
    text-align: center;
}

.tab-button-container {
    padding: 10px;
    vertical-align: middle;
    margin-top: 20px;
    display: inline;  
}

.tab-img, .tab-text{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #2B313B;
}

.login-type-seperator {
    border-bottom: lightgrey solid;
    width: 65%;
    margin: auto;
}

.login-text{
    color: lightgrey;
}

.welcome-h{
    font-weight: bold;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.welcome-p{
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
}

.welcome-message-container{
    margin: 15px;
}

.dropdown-container{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    cursor:pointer;
    display: flex;
    flex-direction: column;
}
.dropdown-element-container {
    vertical-align: middle;
    margin: 10px;
    display: inline-block;  
}


.dropdown-button {
    width: auto;
    height: 40px;
    border: none;
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#dropdown-img{
    height: 17px;
}

.dropdown-img-arrow{
    height: 10px;
}

#dropdown-text{
    font-size: 16px;
    color: #535353;;
    font-family: 'Roboto', sans-serif;
    margin: 0 10px;
}

#content {
    position: absolute; 
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border: 1px solid rgba(0,0,0,.15);
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 160px; /* Need a specific value to work */
    z-index: 1;
}

#dropdown-content {
    display: none;
}

#dropdown-content li{
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: row;
}

#dropdown-content li:hover {
    background-color: #f1f1f1
}

#dropdown-content img{
    width: 30px;
    margin: 6px;
}

#dropdown-content p{
    margin-left: 10px;
    font-size: 11px;
    color: #535353;
}

.element-container {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
}

.element-button {
    width: 65%;
    height: 40px;
    border: none;
    background: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.element-image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-rest {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.element-text {
    color: lightgrey;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

/*Login logo sizes*/
.uni-login-logo{
    height: 15px;
}

.sps-login-logo{
    height: 14px;
}

.skolfederation-login-logo{
    height: 45px;
}

.entree-login-logo{
    height: 45px;
}

.surfconext-login-logo{
    height: 45px;
}

.feide-login-logo{
    height: 25px;
}

.google-login-logo{
    height: 35px;
    margin-top: 8px;
}