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, font, img, ins, kbd, q, s, samp, small, strike, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #f5f5f5;
    -webkit-font-smoothing: antialiased;
}

html, body {
    margin: 0;
    width: 100%;
    height: 100%;

}

/* Layout –––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#outer-wrapper {
    width: 100%;
    height: 100%;
}

main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 480px;
    border-radius: 3px;

}

main #frame {
    height: 280px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 10px;
    width: 307px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
}

main #frame .est {
    clear: both;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 305px;
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #ccc;
    font-size: 14px;
    height: 50px;
    width: 100%;
    clear: both;
}

#wrapper {
    width: 750px;
    margin: 0 auto;
}

#me {
    display: none;
}

.logo {
    margin-top: 15px;
    margin-bottom: -40px;
}

#frame input[type=text],
#frame input[type=password] {
    /* Size and position */
    width: 260px;
    height: 40px;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
    /* Styles */
    background: #f9fafb; /* Fallback */
    border: 1px solid #d9d9d9;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 1, 1, 0.06);
    border-radius: 6px;
    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: #313131;
    margin-right: 5px;
    margin-left: 5px;
}

#frame input[type=text]:hover,
#frame input[type=password]:hover,
#frame label:hover ~ input[type=text],
#frame label:hover ~ input[type=password] {
    background: #f5f5f5;
}

#frame input[type=text]:focus,
#frame input[type=password]:focus {
    border: 1px solid #499aff;
    outline: none; /* Remove Chrome outline */

}

#frame p:nth-child(4) {
    width: 100%;
}

#frame p:nth-child(3) {
    float: left;
    width: 50%;
}

#frame label[for=remember] {
    width: auto;
    float: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
}

#frame input[type=checkbox] {
    vertical-align: middle;
}

#frame input[type=button] {
    /* Width and position */
    width: 290px;
    /* Styles */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 10px 10px rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    cursor: pointer;
    /* Font styles */
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
    color: white;
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    background-color: #0B64D9;
    -webkit-appearance: none;
}

#frame input[type=button]:hover {
    background-color: #0B56B8;
}

#frame input[type=button]:active {
    background-color: #0B56B8;
}

.no-boxshadow #frame input[type=button]:hover {
    background-color: #0B56B8;
}

#frame p:nth-child(1):before {
    /* Size and position */
    content: "";
    width: 250px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 45px;

    /* Styles */
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
    background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    pointer-events: none;

}

.no-pointerevents #frame p:nth-child(1):before {
    display: none;
}

.icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(../img/login_icon.png);
}

.browsers .b_d {
    font-size: 12px;
    text-align: center;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 5px;
    display: block;
    padding-top: 20px;
}

.browsers a.chrome {
    background-position: -219px -39px;
}

.browsers a.firefox {
    background-position: -219px -72px;
}

.browsers a.safari {
    background-position: -259px -40px;
}

.browsers a.ie {
    background-position: -259px -74px;
}

.browsers a.chrome:hover {
    background-position: -107px -39px;
}

.browsers a.firefox:hover {
    background-position: -107px -72px;
}

.browsers a.safari:hover {
    background-position: -147px -40px;
}

.browsers a.ie:hover {
    background-position: -147px -74px;
}

#languages {
    -webkit-appearance: none;
    color: #333;
    width: 130px;
    height: 30px;
    padding-right: 6px;
    padding-left: 6px;
    margin-top: 10px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    border: 1px solid #d9d9d9;
    background-color: #efefef;
}

#languages option {
    color: #93B4CE;
    background-color: #181B21;
    border: none;
}

/* Notification */
.notification1 {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
    background-color: #FDD;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #900;
    border-radius: 5px;
    border: 1px solid #FF6262;
    font-weight: 600;
}

.notification2 {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
    background-color: #DBF4A6;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #390;
    border-radius: 5px;
    border: 1px solid #339900;
    font-weight: 600;
}

.notification3 {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
    background-color: #BED1ED;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #3970C3;
    border-radius: 5px;
    border: 1px solid #386FC2;
    font-weight: 600;
}

.notification4 {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft, Arial, Helvetica, sans-serif;
    background-color: #FFD89D;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
    color: #FF6600;
    border-radius: 5px;
    border: 1px solid #FF9900;
    font-weight: 600;
}

.clearfix a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
}