/* Reset CSS */
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;
}
body {
    line-height: 1;
}
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;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 12px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left: 35px; padding-top: 7px; }
.right-addon input { padding-right: 35px; padding-top: 7px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.notifications .notifications-container {
    top: auto !important;
    bottom: 0 !important;
}

.notifications .success {
    background-color: #2fb500;
    border-bottom: #2AA000;
}

/** Dinamo Vip **/
body {
    background: #FBDC0D url('../../vip/images/bg.png') top center no-repeat;
}

.login {
    margin-top: calc((100vh - 600px) / 2);
}

.login .logo {
    margin: 0 10px 10px 10px;
}

.form {
    background: url('../../vip/images/login-bg.png') center center no-repeat;
    height:330px;
    width:360px;
    border-radius: 10px;
    color: #fff;
    padding:25px;
    border:1px #ffd200 solid;
}

.form h3 {
    margin-bottom: 0 !important;
    margin-top: -8px;
    font-weight: bold;
    font-size: 22px;
}

.form .glyphicon {
    color: #adadad;
}

.form form {
    margin-top:50px;
}

.form .form-group {
    margin-bottom:20px;
}

.form input {
    background: #323232;
    border-color: #222;
    height: 40px;
    color: #fff;
}

.form button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#247b11+0,0c8102+100 */
    background: #247b11; /* Old browsers */
    background: -moz-linear-gradient(top,  #247b11 0%, #0c8102 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #247b11 0%,#0c8102 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #247b11 0%,#0c8102 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#247b11', endColorstr='#0c8102',GradientType=0 ); /* IE6-9 */
    border-color: #247b11;
    height: 50px;
    font-size: 16px;
}

.remember {
    margin-top: -10px;
    height: 30px;
}

.remember label {
    line-height: 47px;
    font-weight: normal;
    color: #8e8e8e;
}

label > input {
    float:left;
}

.remember span {
    padding-left: 5px;
    font-size: 13px;
}