@charset "utf-8";
@import url//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
div.main{
background: #0264d6;
background: -moz-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#0264d6), color-stop(100%,#1c2b5a));
background: -webkit-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%);
background: -o-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%);
background: -ms-radial-gradient(center, ellipse cover, #0264d6 1%,#1c2b5a 100%);
background: radial-gradient(ellipse at center, #0264d6 1%,#1c2b5a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0264d6', endColorstr='#1c2b5a',GradientType=1 );
height:calc(100vh);
width:100%;
}
[class*="fontawesome-"]:before {
font-family: 'FontAwesome', sans-serif;
}
* {
box-sizing: border-box;
margin:0px auto;
&:before,
&:after {
box-sizing: border-box;
}
}