@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
a:focus,
a:hover {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    background: url(../../asset/images/login/bg.jpg) no-repeat center top;
    height: 100vh;
    overflow-y: auto;
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari 5+ ONLY */
    ::i-block-chrome,
    .box-out {
        left: 0%!important;
        top: 20%!important;
    }
}



.box-out {
    position: absolute;
    max-height: 540px;
    overflow-y: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    width: 100%;
    height: 100%;
}

/* BOX LOGIN */

.box {
    position: absolute;
    /* height: 380px; */
    top: 50%;
    left: 50%;
    z-index: 200;
    width: 420px;
    color: #666;
    border-radius: 3px;
    background: transparent!important;
    
    overflow: hidden;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
 /*   padding: 30px;*/
    border: none;
}
ul.apps-login li { width: 50%; margin-top: 11px; float: left; }
.mar-r{ margin-right: 8px; }
.mar-l{ margin-left: 8px; }

#header {
    background: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

#cont-lock {
    width: 100%;
    height: 65px;
    position: relative;
}

.lock {
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    line-height: 65px;
    font-size: 28px;
}

.box h1 {
    font-size: 24px;
    font-weight: 300;
    color: #98a6ad;
    line-height: 35px;
}

.box button {
    border: 0;
    padding: 8px 30px;
    font-size: 14px;
    margin: 10px 0;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    background-color: #f47422;
    font-weight: 500;
    border-radius: 0px;
    width: 100%;
}

.box p {
    font-size: 14px;
    text-align: center;
}

.group {
    position: relative;
    margin-top: 25px;
    margin-bottom: 20px;
}

.inputMaterial {
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #757575;
}

.forgot-link {
    color: #3f51b5;
    font-size: 13px;
}

.forgot-link:hover {
    color: #3f51b5;
    font-size: 13px;
    opacity: 0.8;
}

.login-footer strong {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}

.inputMaterial:focus {
    outline: none;
    border: none;
}

/* LABEL ======================================= */

.group label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */

.inputMaterial:focus~label,
.inputMaterial:valid~label {
    top: -17px;
    font-size: 11px;
    color: #3f51b5;
}

.link-p-m {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #3f51b5;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */

.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
    width: 50%;
}

/* active state */

.inputMaterial:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #3f51b5;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #3f51b5;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #3f51b5;
    }
    to {
        width: 0;
        background: transparent;
    }
}

#footer-box {
    width: 100%;
    height: 30px;
    background: #fff;
    padding: 0 20px;
    font-size: 13px;
}

.footer-text {
    color: #000;
}

.sign-up {
    color: 000;
    cursor: pointer;
}

.sign-up:hover {
    color: #000;
}
@media only screen and (max-width: 767px) {

.mar-lgn { margin-top: 25px; }

}

@media only screen and (max-width: 480px) {
    .box {
        width: 300px;
        padding: 15px;
    /*height: 390px;*/
    }
    .connect-icon a {
    width: 117px;
}
    .box h1 {
        font-size: 17px;
    }
    .group {
        display: block;
    }
    .box button {
        width: 100%
    }
    #footer-box {
        width: 100%;
        height: 50px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
}

.brand-logo {
    max-width: 200px;
    padding: 15px;
}

footer ul {
    display: inline-block;
}

footer li {
    margin: 5px
}

footer {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 10px;
}

.login-main-down {
   /* position: absolute;*/
    /* height: 380px; */
/*    bottom: 0;
    left: 50%;
    z-index: 200;
    width: 295px;*/
    color: #666;
   
    overflow: hidden;
/*    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);*/
    /*padding: 5px;*/
    border: none;
}

.p-t-15 {
    padding-top: 10px;
}

.mlink {
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
}

.animate {
    animation: ripple 0.65s linear;
}

.connect-icon a {
    width: 135px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.connect-icon a span {
    margin-left: 5px;
}

.connect-icon .appstore {
    background: #138ec8;
}

.connect-icon .playstore {
    background: #7aa739;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

/* Ripple effect */

/* Ripple effect */

.ripple-org,
.appstore,
.playstore {
    background-position: center;
    transition: background 0.8s;
}

.ripple-org:hover {
    background: #f6904e radial-gradient(circle, transparent 1%, #f47422 1%) center/15000%;
}

.ripple-org:active {
    background-color: #f8aa78;
    background-size: 100%;
    transition: background 0s;
}

.appstore:hover {
    background: #0c648e;     
}

.appstore:active {
    background-color: #64b2d6;
    background-size: 100%;
    transition: background 0s;
}

.playstore:hover {
    background: #4f731b

}

.playstore:active {
    background-color: #a4c17a;
    background-size: 100%;
    transition: background 0s;
}



/* ----- check box-------*/

.check-stl {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    width: 30px;
    float: left;
}

/* Hide the browser's default checkbox */
.check-stl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0px;
    height: 26px;
    width: 28px;
    background-color: #fdfdfd;
    border: 1px solid #d8d8d8;
    transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
    /* z-index: 999; */
}
/* On mouse-over, add a grey background color */
.check-stl:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.check-stl input:checked ~ .checkmark {
    background-color: #f47422;
    border: 1px solid #f47422;
    transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-stl input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-stl .checkmark:after {
/*    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/

    content: "\f12c";
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 17px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 5px;

}
.rem-pass {
    padding-top: 5px!important;
    padding-left: 5px!important;
    font-size: 14px;
    opacity: 0.8;
}
.login-checkbox .checkmark { height:20px!important; width:  20px!important;  }

.login-checkbox .checkmark:after {
    top: -2px!important;
    left: 1px!important;
}

.login-checkbox .check-stl {
    width: 20px;
}

.login-b {  border-radius: 3px; background: #fff; padding: 30px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }