/* reorder login choices */

div.arrow-view-auth {
    display: flex;
    flex-direction: column;
}
div.arrow-view-auth>div.row:first-child {
    order: 3;
}
div.arrow-view-auth>div.row:nth-child(2) {
    order: 2;
}
div.arrow-view-auth>div.row:nth-child(3) {
    order: 1;
    display: flex;
    flex-direction: row;
}
div.arrow-view-auth>div.row:nth-child(3)>div[class*="col"]:first-child {
    order: 2;
}
div.arrow-view-auth>div.row:nth-child(3)>div[class*="col"]:nth-child(2) {
    order: 1;
}

#pagecontent > main > section > div > div > div > div:nth-child(1) {
	margin-top: 30px;
}
