﻿#LoginArea {
  max-width: 400px;
  margin: 120px auto 10px auto;
}



@font-face {
    font-family:SPO365Icons;
    src:url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.eot');
    src:url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.eot?#iefix') format('embedded-opentype'),
        url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.woff') format('woff'),
        url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.ttf') format('truetype'),
        url('//cdn.sharepointonline.com/15772/_layouts/15/fonts/Office365Icons.svg#web') format('svg');
    font-style:normal;
    font-weight:400;
}

.O365Login:after{
                    font-family: SPO365Icons;
                    font-size:14px;
                    content: "\e0aa";
                    text-decoration: none;
                }