
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    //font-size: 62.5%;
}

body {
    line-height: 1;
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


*::-webkit-scrollbar-track
{
    border-radius: 0px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar
{

    width: 12px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
    margin: 2px;
    border-radius: 10px;
    background-color: #c2c2c2;
}


.logo
{
   margin: 0 auto;
    width: 180px;
    padding-top: 53px;
    padding-bottom: 50px;
}
.candidate_login{
    max-width:600px;
    text-align: left;
    font-size: 16px;
    margin: 0 auto
}
.login_wrapper
{
}

.login_wrapper h3
{
    text-align: center;
}
.alert-success
{
    border-color: #278039;
    background-color: #beffd2;
    color: #278039;
}
/*{*/
    /*background-color: #f5f5f5;*/
    /*width: 398px;*/
    /*border: 1px solid #e0e0e0;*/
    /*border-bottom: 2px solid #e0e0e0;*/
    /*margin: 0 auto;*/
    /*margin-top: 36px;*/
    /*border-radius: 3px;*/
/*}*/
#login_footer{
    position: absolute;
    bottom: 20px;
    left: 50.4%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    color: #6e6e6e;
}

ul.list {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 12px;
}

h2
{
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom:6px;
}