/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../files/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
    url('../files/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../files/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */

}
/* open-sans-300italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../files/open-sans-v17-latin-300italic.eot'); /* IE9 Compat Modes */
    url('../files/open-sans-v17-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../files/open-sans-v17-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */

}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../files/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    url('../files/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../files/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../files/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
    url('../files/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../files/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../files/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    url('../files/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../files/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
}


/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #777d87;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 20em;
    margin-bottom: 2em;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

fieldset input, .form-group{
    margin-bottom: 1em;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font: 10px/20px 'Open Sans', Tahoma, sans-serif;
    color: #777d87;
    background-color: #000;
    background-image: url('../img/body-bkg.png');
    background-repeat: repeat;
    background-position: 50% 50%;
}
    .body-bkg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
/* Type */
h1, 
h2 {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 50px;
    line-height: 1em;
    font-weight: bold;
    color: #222d3d;
    text-align: center;
    margin: 10px 0;
}
h1{
    font-size: 2em;
}
a {
    color: #007cae;
    text-decoration: none;
}
a:hover {
    color: #0b4962;
    text-decoration: none;
}

/* icons */
.ico-12, 
.ico-16 {
    display: inline-block;
    vertical-align: middle;
}
.ico-12 {
    width: 12px;
    height: 12px;
}
.ico-16 {
    width: 16px;
    height: 16px;
}
.ico-12-black-cross {
    background-image: url('../img/ico-12-black-cross.png');
}
.ico-16-color-cookie {
    background-image: url('../img/ico-16-color-cookie.png');
}
/* Foms */
fieldset {
    margin: 0 24px;
    border: 0;
}
    label {
        margin: 10px 0;
        font-weight: bold;
        font-size: 1.1em;
    }
    input[type="text"], 
    input[type="password"] {
        background-color: #fff;
        background-image: none;
        border: 1px solid #e5e6e7;
        border-radius: 1px;
        color: inherit;
        display: block;
        padding: 6px 12px;
        transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }
    input:-moz-placeholder {
        color: #d3d5d8
    }
    input:-ms-input-placeholder {
        color: #d3d5d8
    }
    input::-webkit-input-placeholder {
        color: #d3d5d8
    }
    input[type="text"][disabled], 
    input[type="password"][disabled] {
        background-color: #e6e6e6;
        cursor: not-allowed;
        border-color: #a3a8ae;
    }
    input[type="radio"], 
    input[type="checkbox"] {
        vertical-align: middle;
        margin: -2px 5px 0 0;
    }

    label.checkbox {
        font-weight: bold;
        margin-bottom: 20px;
    }
    .btn {
        background-color: #4d93d2;
    border-color: #4d93d2;
    color: #FFFFFF;
    
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        width: 100%!important;
        margin-bottom: 15px;
        border-radius: 2px;
        padding: 5px 8px;
    }
    .btn[disabled] {
        color: #d2d5d7;
        background: #7b7f82;
        border-color: #7b7f82;
        text-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: not-allowed;
    }
    .btn.pull-left, 
    .btn.pull-right {
        width: auto;
    }
    .btn-inverse {
        color: #777D87;
        text-shadow: 1px 1px 0 rgba(0,0,0,.1);
        background: rgb(243,243,243); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
        border-color: #a7a7a7;
    }
    
    .errors {
        font-size: 12px;
        text-shadow: 0 1px 0 #feeff1;
        color: #b94a48;
        background-color: #f2dede;
        display: block;
        padding: 6px 18px;
        margin: 20px 0;
        border: solid 1px #db808b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        list-style: none;
    }
    .success {
        font-size: 12px;
        text-shadow: 0 1px 0 #dbefdc;
        color: #468847;
        background-color: #dff0d8;
        display: block;
        padding: 6px 18px;
        margin: 20px 0;
        border: solid 1px #b4d4a6;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        list-style: none;
    }

    .wrapper {
        padding: 6px;
    }
    .main-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1em;
        box-sizing: border-box;
        width: 100vw;
        height: 100vh;
    }
        .main {
            background: white;
            padding: 3em;
            color: #444444;
            border-image: none;
            border-style: solid solid none;
            border-width: 1px 0;
            border-color: #e7eaec;
            -moz-box-shadow: 0 1px 3px rgba(0,0,0,.06);
            -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.06);
            box-shadow: 0 1px 3px rgba(0,0,0,.06);
        }
article{
    max-width: 315px;
}
            article header p{
                letter-spacing:normal;
                
}
                        article header {
                            text-align: center;
                            font-size: 13px;
                            letter-spacing: .1em;
                            padding-bottom: 1em;
                        }

                        h3{
                            margin-bottom: 10px;
                            color: #80a4bf;
    font-size: 1.6em;
    font-weight: 100;
                        }
                .language {
                    text-align: right;
                    display: block;
                    padding: 0;
                    margin: 2px 10px;
                    list-style: none;
                }
                    .language li {
                        display: inline-block;
                    }
                    .language li:before {
                        content: "·";
                        color: #d0d0d0;
                        margin: 0 4px 0 0;
                    }
                    .language li:first-child:before {
                        display: none;
                    }
                        .language a {
                            color: #d0d0d0;
                            text-transform: uppercase;
                        }
                        .language a:hover {
                            color: #686e74;
                        }

                    article section h2 {}
                    article section .slogan {
                        font-family: Open Sans, Helvetica, Arial, sans-serif;
                        font-size: 20px;
                        line-height: 1em;
                        font-weight: 300;
                        font-style: italic;
                        color: #a7a7a7;
                        text-align: center;
                        margin-top: 0;
                    }
                article footer {
                    text-align: center;
                }
    .notifications-wrapper {
        display: block;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2;
    }
        .notification {
            background: rgb(255,255,255); /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
            
            font-size: 14px;
            line-height: 1.4em;
            color: #737373;
            text-shadow: 0 1px 1px #ffffff;
            text-align: center;
            padding: 5px 20px;
            border-bottom: solid 1px #737373;
        }
            .notification .close {
                font: 22px/1em bold;
                color: #b7b7b7;
                text-shadow: none;
                display: block;
                position: absolute;
                top: 6px;
                right: 7px;
            }
            .notification p {
                margin: 0;
            }
            .notification .browser-link {
                margin: 0 2px;
            }
                .notification .browser-link img {
                    vertical-align: middle;
                }
        .warning {
            background: rgb(255,168,76); /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTg0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjdiMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-8 */
                        
            color: #fff;
            text-shadow: 0 1px 1px #ad6416;
            border-bottom-color: #ad6416;
        }
            .warning .close {
                color: #ad6416;
            }













/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.progress-bar {
    display: block;
    background: #a80000; /* Old browsers */
    background: -moz-linear-gradient(left,  #a80000 0%, #a87700 35%, #166700 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a80000), color-stop(35%,#a87700), color-stop(100%,#166700)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #a80000 0%,#a87700 35%,#166700 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #a80000 0%,#a87700 35%,#166700 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #a80000 0%,#a87700 35%,#166700 100%); /* IE10+ */
    background: linear-gradient(to right,  #a80000 0%,#a87700 35%,#166700 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80000', endColorstr='#166700',GradientType=1 ); /* IE6-9 */
    height: 12px;
    margin: 10px 0;
    position: relative;
    border-radius: 2px;
    border: solid 1px #1a1a1a;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
    .progress-bar:before,
    .progress-bar:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .progress-bar:before {
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-color: transparent;
        background-size: 24px 24px;
        z-index: 1;
    }
    .progress-bar:after {
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(51%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.3) 51%,rgba(0,0,0,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
        z-index: 2;
    }
    .progress-bar .bar {
        background: #5d5d5d;
        display: block;
        border-radius: 0 6px 6px 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.5) inset, -1px 0 0 #1a1a1a;
        z-index: 5;
        -webkit-transition: left 0.2s;
        -moz-transition: left 0.2s;
        -o-transition: left 0.2s;
        -ms-transition: left 0.2s;
        transition: left 0.2s;
    }
    .progress-title {
        font-family: Open Sans, Helvetica, Arial, sans-serif;
        font-size: 18px;
        line-height: 1.2em;
        text-shadow: 0 1px 1px rgba(0,0,0,0.1);
        text-align: center;
        margin-top: 0;
    }
    .progress-bar + .progress-title {
        margin-top: -5px;
    }

    .cookies-wrapper {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
    }
        .cookies {
            text-align: center;
            background: #fff url('../img/main-bkg.png') repeat 50% 50%;
            padding: 10px 24px;
            position: relative;
            box-shadow: 0 1px 0 #fff inset;
        }
        .cookies:before {
            content: " ";
            background: transparent;
            display: block;
            width: 100%;
            height: 10px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            border-radius: 100%;
            box-shadow: 0 -5px 5px rgba(0,0,0,0.15);
        }
            .cookies a.cerrar {
                position: absolute;
                right: 10px;
                opacity: 0.2;
            }
            .cookies a.cerrar:hover {
                opacity: 0.3;
            }
            .cookies p {
                margin: 0;
            }
    
/* ==========================================================================
   loader
   ========================================================================== */
@-webkit-keyframes loader-parts {
  0% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  25% {
    background-color: rgba(85, 85, 85, 0.7);
  }
  50% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  100% {
    background-color: rgba(85, 85, 85, 0.2);
  }
}
@-moz-keyframes loader-parts {
  0% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  25% {
    background-color: rgba(85, 85, 85, 0.7);
  }
  50% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  100% {
    background-color: rgba(85, 85, 85, 0.2);
  }
}
@-ms-keyframes loader-parts {
  0% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  25% {
    background-color: rgba(85, 85, 85, 0.7);
  }
  50% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  100% {
    background-color: rgba(85, 85, 85, 0.2);
  }
}
@-o-keyframes loader-parts {
  0% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  25% {
    background-color: rgba(85, 85, 85, 0.7);
  }
  50% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  100% {
    background-color: rgba(85, 85, 85, 0.2);
  }
}
@keyframes loader-parts {
  0% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  25% {
    background-color: rgba(85, 85, 85, 0.7);
  }
  50% {
    background-color: rgba(85, 85, 85, 0.2);
  }
  100% {
    background-color: rgba(85, 85, 85, 0.2);
  }
}
.loader {
    text-align: center;
    display: block;
    width: 200px;
    padding: 16px 0 0;
    margin: 0 0 0 -100px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
}
    .loader .parts {
        margin: 0;
    }
        .loader .part {
            text-indent: -100px;
            display: block;
            background: rgba(255, 255, 255, 0.5);
            width: 16px;
            height: 16px;
            position: absolute;
            top: 0;
            border-radius: 2px;
            overflow: hidden;
        }
        .loader .part:nth-child(1) {
            margin-left: -36px;
            left: 50%;
            -webkit-animation: loader-parts 0.8s ease-in-out infinite;
            -moz-animation: loader-parts 0.8s ease-in-out infinite;
            -ms-animation: loader-parts 0.8s ease-in-out infinite;
            -o-animation: loader-parts 0.8s ease-in-out infinite;
            animation: loader-parts 0.8s ease-in-out infinite;
        }
        .loader .part:nth-child(2) {
            margin-left: -8px;
            left: 50%;
            -webkit-animation: loader-parts 0.8s ease-in-out 0.2s infinite;
            -moz-animation: loader-parts 0.8s ease-in-out 0.2s infinite;
            -ms-animation: loader-parts 0.8s ease-in-out 0.2s infinite;
            -o-animation: loader-parts 0.8s ease-in-out 0.2s infinite;
            animation: loader-parts 0.8s ease-in-out 0.2s infinite;
        }
        .loader .part:nth-child(3) {
            margin-right: -36px;
            right: 50%;
            -webkit-animation: loader-parts 0.8s ease-in-out 0.4s infinite;
            -moz-animation: loader-parts 0.8s ease-in-out 0.4s infinite;
            -ms-animation: loader-parts 0.8s ease-in-out 0.4s infinite;
            -o-animation: loader-parts 0.8s ease-in-out 0.4s infinite;
            animation: loader-parts 0.8s ease-in-out 0.4s infinite;
        }
    .loader .txt {
        font-size: 16px;
        color: #a3a8ae;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 24px 0 0 -100px;
        position: absolute;
        width: 200px;
        left: 50%;
        top: 0;
    }

/* ==========================================================================
   gdc
   ========================================================================== */
.gdc {
    background-image: linear-gradient(rgba(243,243,244,.8),rgba(243,243,244,.8)),url("https://dinahosting.email/themes/backgrounds/background-image-0.jpg");
    background-color: inherit!important;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .remember-pass-label {
        text-align: center;
        margin-bottom: 20px;
    }
    input.remember-pass {
        font-size: 20px;
        line-height: 1.4em;
        font-weight: bold;
        color: #222d3d;
        text-shadow: 0 1px 1px #8c929b;
        text-align: center;
        margin-bottom: 0;
    }

.botonera{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.botonera input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.botonera label {
    font-size: 10px;
    font-weight: 300;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.botonera label p{
    color: #ddd;
    margin: 0;
    padding: 0 4px;
}

.radio-toolbar label:hover {
    background-color: #4d93d2;
}

.botonera input[type="radio"]:checked + label {
    background-color:#4d93d2;
    color: white;
    font-weight: bold;
}

.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
.alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px;}
