﻿@media (min-width: 1200px) {

    #credential-container {
        background-image: url(/images/icons/login-credential.svg);
        background-repeat: no-repeat;
        background-position: 10rem 10rem;
    }

    #arrow-icon {
        background-image: url(/images/icons/left-arrow.svg);
        background-repeat: no-repeat;
        background-position: 16rem 11rem;
    }

    #plus-icon {
        background-image: url(/images/icons/plus-simbol.svg);
        background-repeat: no-repeat;
        background-position: 17rem 12rem;
    }
}
