﻿body {
    margin: 0;
    color: #6a6f8c;
    background: #c8c8c8;
    /*font: 600 16px/18px 'Open Sans', sans-serif;*/
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

.centered {
    margin-top:calc(50vh - 30vh) !important;
}

.flag {
    width:60px;
}

a {
    color: inherit;
    text-decoration: none
}

.top-logo {
    max-width: 170px!important;
}

.login-dashes > div.input-group {
    width: 80% !important;
}


@keyframes colorchange {
    0% {
        color: #ccc;
    }

    10% {
        color: #ccc;
    }

    20% {
        color: #858080;
    }

    30% {
        color: #ccc;
    }

    40% {
        color: #ccc;
    }

    50% {
        color: #ccc;
    }

    60% {
        color: #858080;
    }

    70% {
        color: #ccc;
    }

    80% {
        color: #ccc;
    }

    90% {
        color: #858080;
    }

    100% {
        color: #ccc;
    }
}

.mt-25 {
    margin-top:-25px!important;
}

.login-wrap {
    width: 100%;
    margin: auto;
    min-height: 100vh;
    position: relative;
    /*background: url('/Content/assets/images/ocean.gif') no-repeat center;*/
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
    /*background-size: cover;*/
    background: #fff;
}

.absolute {
    position:absolute!important;
}

.login__card {
    background: #fff;
    box-shadow: 0px 3px 4px 0px #d9dce3;
    width: calc(100vw - 10vh);
    position: absolute;
    margin-top: calc(100vh - 60vh);
    z-index: 999999999999 !important;
    border-radius: 10px;
    padding-bottom: 25px;
}

.login-top {
    width: 100%;
    height: 50vh;
    min-height: 100%;
    position: relative;
    /*padding: 90px 70px 50px 70px;*/
    background: #364b7b;
}

.login-bottom {
    width: 100%;
    height: 50vh;
    min-height: 100%;
    position: relative;
    /*padding: 90px 70px 50px 70px;*/
    background: #fff;
}

.default__blue {
    color: #364b7b!important;
}

.login__btn {
    background-color: #364b7b !important;
    color: #fff !important;
    width: 75%;
    height: 45px;
    z-index: 999999 !important;
    position: relative;
    margin-top: -10px;
    /*margin-top: -3px;*/
}

.label__form {
    font-size:12px!important;
    font-weight:600!important;
    margin-top: 30px;
}

h1 {
    margin-bottom: 20px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    font-weight: 100;
    color: #626262;
}

.headline {
    font-size: 7.5vh;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: inherit;
    margin-top:10px;

}

    .headline strong {
        font-weight: 700;
    }

.heart__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.forward {
    z-index:9999999!important;
}

.heart-shape {
    position: relative;
    display: inline-block;
    width: 5em;
    height: 5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
 
 
    background-color: currentColor;
}

    .heart-shape:before, .heart-shape:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: currentColor;
    }

    .heart-shape:before {
        bottom: 0;
        left: -50%;
    }

    .heart-shape:after {
        top: -50%;
        right: 0;
    }



    .login-html .tab,
    .login-form .group .label,
    .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html .tab {
        font-size: 22px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    .login-html .sign-in:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: #fff;
        border-color: #1161ee;
    }

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}


    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

        .login-form .group .input,
        .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255, 255, 255, .1);
        }


        .login-form .group .label {
            color: #aaa;
            font-size: 12px;
        }

        .login-form .group .button {
            background: #1161ee;
        }

        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255, 255, 255, .1);
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0);
            }

        .login-form .group .check:checked + label {
            color: #fff;
        }

            .login-form .group .check:checked + label .icon {
                background: #1161ee;
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255, 255, 255, .2);
}

.foot-lnk {
    text-align: center;
}



.md-field.md-theme-default.md-focused .md-input, .md-field.md-theme-default.md-focused .md-textarea, .md-field.md-theme-default.md-has-value .md-input, .md-field.md-theme-default.md-has-value .md-textarea {
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.group input[type="password"] {
    font-size: 3em !important;
    color: #fff !important;
    text-align: center;
}

.md-field.md-theme-default:before {
    background-color: #fff !important;
}

.md-field.md-theme-default:after {
    background-color: #fff !important;
    opacity: .4;
}

.center-text {
    text-align: center;
}

.circle {
    background: url('/Content/assets/images/logo/LegitFishLogoWhite.png') no-repeat center;
    background-size: cover;
    width: 55vw;
    height: 120px;
}

.mt100 {
    margin-top: 100px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb25 {
    margin-bottom: 25px;
}

.number {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

.center__element {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 50vh !important;
}



    /*.number:not(.ok):active::before {
        margin: -13px 0 0 -14px !important;
        content: '';
        width: 45px;
        height: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
    }*/

    /*.number.ok:active::before {
        margin: -13px 0 0 -4px !important;
        content: '';
        width: 45px;
        height: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
    }*/

    /*.number.symbol:active::before {
        margin: -13px 0 0 -8px !important;
        content: '';
        width: 45px;
        height: 45px;
        -moz-border-radius: 45px;
        -webkit-border-radius: 45px;
        border-radius: 45px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
    }*/


.btn--active .btn__content:before, .btn:focus .btn__content:before, .btn:hover .btn__content:before {
    background-color: transparent!important;

}

.ripple__container {
    /*border-radius:200px!important;*/       
}

    .letter {
        font-size: 11px;
        margin-top: 28px;
        padding-bottom: 10px;
        font-weight: 100;
        position: absolute;
    }

.custom-progress {
    height:4px!important;
    margin:-1px!important;
}

.error {
    color: #f15353;
}

.legend {
    color: rgba(255, 255, 255, .62)!important;  
}



.inputVal2 input {
    border: none !important;
    font-size: 18px;
    text-align: center !important;
    color: #fff !important;
}

.inputVal2  {
    padding: 0 !important;
}

.mt-100 {
    margin-top: -100px !important;
}

.mt__10 {
    margin-top: 10px !important;
}

.mt__15 {
    margin-top: 15px !important;
}


.inputVal input {
    text-align: center !important;
    font-size: 20px !important;
    padding-bottom: 5px !important;
    border-bottom: solid 2px rgba(255, 255, 255, 0.53) !important;
    color: #fff !important;
}

.inputVal .input-group__details {
    display:none!important;
}

.inputVal2 .input-group__details {
    display: none !important;
}

.pin {
    padding: 40px 80px 80px 80px;
    height: 50vh;
}

    .pin input[type="text"] {
        font-size: 20px !important;
        text-align: center !important;
        color: #fff !important;
    }

    .pin input[type="password"] {
        font-size: 20px !important;
        text-align: center !important;
    }

.btn--floating:not(.btn--depressed) {
   box-shadow:initial!important;
}

.btn__start {
    color: #9aa2b7 !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    font-weight: 300;
    box-shadow: none !important;
    animation: colorchange 20s infinite;
}

.forgot__password {
    color: #959595;
    text-transform:uppercase;
    z-index:9999999!important;
    position:absolute;
    font-weight:600;
    font-size:12px;
    text-align:center;
    width:100%;
    bottom:5px;
}

span.copyright {
    display: block;
    width: 100%;
    color: #b2b2b2;
    line-height: 40px;
    font-size: 0.8em;
    text-align: center;
    bottom: 0;
}

div.copyright {
    position: absolute;
    width: 100%;
    left: 0;
    color: #8e8e8e;
    line-height: 40px;
    font-size: 0.8em;
    text-align: center;
    bottom: 0;
}

.login__header {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
    color: #6b6b6b;
    font-weight: 500;
}


.p-0 {
    padding: 0 !important;
}

.expand {
    height:calc(100vh - 42vh)!important;
}

.pinpad {
    background: -moz-linear-gradient(top, rgba(40,57,101,0.4) 0%, rgba(40,57,101,0.99) 99%);
    background: -webkit-linear-gradient(top, rgba(40,57,101,0.4) 0%,rgba(40,57,101,0.99) 99%);
    background: linear-gradient(to bottom, rgba(60, 94, 181, 0.4) 0%,rgba(6, 6, 6, 0.48) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66283965', endColorstr='#7db9e8',GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 44px !important;
}

.text-white {
    color: #fff !important;
}

.text-ccc {
    color:#ccc!important;
}

.mt-4 {
    margin-top: -5px !important;
}

.mt30 {
    margin-top: 30px;
}

.ok {
    font-size: 25px;
}







@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .letter,
    .flag{
        /*display: none;*/
    }

    .btn--floating {
        height: 22px;
        width: 30px;
    }

    .number {
        font-size: 18px;
    }

    .top-logo {
        max-width: 90px !important;
    }

    .mt-3 {
        margin-top: 6px !important;
    }

    .mt-35 {
        margin-top: 15px !important;
    }

    .inputVal2 input {
        font-size: 18px !important;
    }
    .pinpad {     
        padding-bottom: 0px !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .letter,
    .flag,
    .ripple__container {
        /*display: none;*/
    }

    .btn--floating {
        height: initial;
        width: 36px;
    }

    .number {
        font-size: 20px;
    }

    .top-logo {
        max-width: 100px !important;
    }
    .pinpad {
        padding-bottom: 0px !important;
    }
}
/* ----------- Google Pixel ----------- */
@media screen and (min-device-width: 360px) and (max-device-width: 832px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
    .letter,
    .flag,
    .ripple__container {
        /*display: none;*/
    }

    .btn--floating {
        height: initial;
        width: 36px;
    }

    .number {
        font-size: 20px;
    }

    .top-logo {
        max-width: 100px !important;
    }
    .pinpad {
        padding-bottom: 0px !important;
    }
}