﻿/*
 * Specific styles of signin component
 */
/*
 * General styles
 */
htnl {
    height: 800px;
    width: 1000px;
}
body {
    height: 100%;
    background-size: cover;
    font-family: "HiraginoSans-W3";
    background-color: #000000;
    background-size: cover;
    /*
    background-size: contain;
    background-repeat: round;
        */
}

.no_vert_scroll {
    flex-direction: column;
    height: auto;
    display: flex;
    min-height: 100vh;
}

.copyright {
    color: #ffffff;
}

footer{
    margin-top: auto;
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
}

.pw-fld{
    position: relative;
}
.eye_img {
    height: 25px;
    width: 25px;
    position: absolute;
    transform: translate(50%,50%);
    top: 15%;
    left: 100%;
}

@media screen and (min-width:1px) and (max-width:768px) {
    body {
        background: url("/images/menu/login_back3.jpg");
        overflow: hidden;
        background-size: cover;
    }

    .card-container.card {
        max-width: 450px;
        padding: 40px 40px;
    }
    .eyeship_logo {
        width: 180px;
        height: 45px;
    }

    #u75 {
        margin-left: -25px;
    }

    .card {
        /*background-color: transparent;*/
        background-color: transparent;
        /* just in case there no content*/
        padding: 20px 25px 30px;
        margin: 0 auto 25px;
        margin-top: 50px;
        /* shadows and rounded borders */
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        /*
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        */
    }
    .clearfix {
        margin-top: 0px;
    }
    #u82-4 {
        margin-top: 15%;
    }

    #u75 {
        margin-bottom: 0px;
    }
    .eye_logo{
        text-align: center;
    }
}

@media screen and (min-width:769px){
    body {
        background-image: url("/images/menu/login_back3.jpg");
    }
    .eye_logo{
        margin-bottom: 10px;
    }
    .card-container.card {
        max-width: 55%;
        padding: 40px 130px;
        margin-top: 10%;
    }
    .card__link--br::before {
        content: "\A";
        white-space: pre;
    }
    .eyeship_logo {
        width: 100%; 
        height: 100%;
    }

    #u75 {
        margin-bottom: 30px;
    }
    .card {
        /*background-color: transparent;*/
        background-color: rgba(0,0,0,0.5);
        /*background-color: #050819;*/
        opacity: 0.8;
        /* just in case there no content*/
        padding: 20px 25px 30px;
        margin: 0 auto 25px;
        margin-top: 50px;
        /* shadows and rounded borders */
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    }
    .clearfix {
        /*margin-top: 20px;*/
    }
    #u82-4 {
        margin-top: 100px;
    }
}
@media screen and (min-width:1px) and (max-width:768px) {
    body {
        background-image: url("/images/menu/login_sp_back3.jpg");
        background-size: cover;
    }
}

.fld-grp {
    border-bottom: 1px solid #ffffff;
}

.grpelem {
    text-align: center;
    background-size: cover;
}

.container__card__link {
    color: #ffffff;
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: smaller;
}

.fld-grp clearfix{
    margin-bottom: 25px;
    height: 60px;
}

.submit-btn{
    border: 0px;
    width: 300px;
    height: 45px;
    background: url("../images/menu/login_button.svg") left no-repeat;
}

.login-box{
    position: relative;
}

.login-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#u100-17 {
    margin-top: 15%;
    height: 60px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
    margin-bottom: 15%;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    padding: 0 0 7% 0;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: aliceblue;
    color: #ffffff;
}

@media screen and (min-width:1px) and (max-width:768px) {
    .form-signin input[type=email],
    .form-signin input[type=password],
    .form-signin input[type=text],
    .form-signin button {
        width: 100%;
        display: block;
        z-index: 1;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: aliceblue;
        color: #ffffff;
        padding: 0 0 7% 0;
    }
}

.form-signin .form-control1:focus {
    background-color: transparent;
    outline: 0;
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #000000;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        /* background-color: rgb(12, 97, 33); */
    }

.forgot-password {
    color: #4A4A4E;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: #ffffff
}

#LblCopyright{
    color: #ffffff;
}
input:-webkit-autofill {
    -webkit-transition-delay: 9999s;
}