﻿.login-btns-row-container {
    max-width: 1200px;
}

/*Bootstap container has margin auto, so it would be centered, and therefore to the right of "Vælg hvordan du vil logge ind:" for wide screens. This keeps it left, so only one of the buttons are to the rightn of "logge ind:"*/
@media only screen and (min-width: 1600px) {
    .login-btns-row-container {
        margin-left: 160px;
        right: 0px;
    }
}


.login-btns-row {
    max-width: 700px;
}

.login-option-button-container {
    background-color: #D7D7D7;
    width: 300px;
    height: 400px;
    padding: 25px 5px 0px 5px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-weight: normal;
    font-family: 'via-light'
}

    .login-option-button-container:hover {
        background-color: #C3C3C3;
    }


    .login-option-button-col {
        margin-bottom: 30px;
    }