/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

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

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}


body {
    background: url(images/bg-bet56.jpg) no-repeat center #0b1e36;
    background-size: 300%;
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    margin: 0;
    padding: 0;
}

.wrapper{
    display: inline-block;
    width: 100%;
}

.container-wrap{
    width: 80%;
    padding: 10%;
    text-align: center;
}

    .container{
        padding: 20px;
        border-radius: 15px;
        color: #262B60;
        margin: 0 auto;
        background: url(images/bg-login.jpg) repeat center;
    }

        .container::after {
            content: '';
            position: fixed;
            left: 0;
            top: 0;
            width: 0;
            height: 0;
            border-top: 100px solid #0097A1;
            border-right: 150px solid transparent;
            z-index: -1
        }

        .container::before {
            content: '';
            position: fixed;
            right: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-bottom: 100px solid #0097A1;
            border-left: 150px solid transparent;
            z-index: -1
        }

    .logo{
        background: url(images/logo.png) no-repeat center center;
        background-size: 100%;
        width: 150px;
        height: 80px;
        display: inline-block;
    }

    .login{
        margin: 10px 0
    }
        
        .login label{
            margin: 10px 0
        }

        #username, #password{
            width: 100%;
            height: 30px;
            margin: 5px 0;
            padding: 5px 0;
            text-align: center;
            background: #EAEAEA; /* Old browsers */
            border: 0px;
            font-size: 16px;
        }

        #login-submit{
            margin: 20px 0;
            background: #262B60;
            color: #FFF;
            padding: 15px 0;
            border: 0;
            text-transform: uppercase;
            font-size: 25px;
            width: 100%;
        }

            #login-submit:hover{
                background: #0097A1;
            }

        .partner{
            display: inline-block;
            margin: 50px 0 0 0
        }

            .partner a{
                text-decoration: none;
                color: #262B60;
                border:1px solid #262B60;
                margin: 0 auto;
                background: #FFF;
                padding: 8px 10px;
                float: left;
            }

            .partner a:hover{
                background: #FFF;
                color: #000
            }

@media only screen and (min-width: 780px) {
    body{
        background-size: 200%;
    }
    
}
@media only screen and (min-width: 960px) {
    

    body {
        background-size: 100%;
    }

    .wrapper{
        overflow: hidden;
    }

    .logo{
        width: 200px;
        height: 65px;
        margin: 30px 0 0 0;
    }

    .container-wrap{
        width: 30%;
        max-width: 400px;
        text-align: center;
        margin: 0 auto;
    }

        .login{
            margin: 40px 0;
        }
}



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

.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;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}