﻿.footer-main {
    text-align: center;
    line-height: 23px;
}

.footer-main span {
    display: inline-block;
    position: absolute;
    bottom: 4px;
}

span.text__first {
    color: #8B8B8B;
    right: calc(96% - 50%);
    bottom: -4px;
    font-size: 9px;
}

span.text__second {
    font-size: 14px;
    color: #808080;
}

span.text__second-bold {
    font-family: ClearSans-Medium;
}

.icon-aranda-small {
    background-image: url("../../img/arandaLogoSmall.png");
    width: 21px;
    height: 21px;
    background-position: 50% center;
    display: inline-block;
    position: relative;
    top: 3px;
}

.login-footer {
    border: none;
}

.login-footer .text__first {
    position: relative;
    top: 4px;
}