body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #6d6d6d;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased !important;
}

/* ------------------------------------------------
TYPOGRAPHY
--------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #202020;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}


/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color           : #6145d6;
    text-decoration : none;
    transition      : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}

a:hover,
a:focus {
    color           : #3f25a9;
}


/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
	max-width: 100%
}

/* --------------------------------------------------
AUTH
----------------------------------------------------- */
#auth a {
	text-decoration : none;
	color: #939393;
	cursor:pointer;
}
#auth a:hover{color:#ff6a00}
#auth .ali-report-img {
	width:20px;
	height:20px;
}