@import url('https://fonts.googleapis.com/css?family=Gothic+A1:100,200,300,400,500,600,700,800,900');

.bic_login_page {
    font-family: 'Gothic A1', sans-serif;
    font-size: 14px;
    background-image: url("../img/bic-background.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    overflow: hidden;
    margin: 0;
    -ms-animation: move 10s ease infinite;
    -webkit-animation: move 10s ease infinite;
    -moz-animation: move 10s ease infinite;
    animation: move 10s ease infinite;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
}

.bic_login_cover{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: rgba(0,0,0,0.8);
}

.bic_login {
    width: 360px;
    margin: 20vh auto;
}

.bic_header {
    text-align: center;
}

.bic_title {
    font-size: 52px;
    margin-bottom: -10px;
    font-weight: 700;
    color: #ffffff;
}

.bic_title span{
    font-weight: 400;
    font-size: 56px;
    color: #b9c9dc;
}    

.bic_slogan {
	font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    color: #b9c9dc;
}

.bic_form {
    margin: 15px 0 20px 0;
    border-radius: 6px;
    overflow: hidden;
}

.bic_pw {
    border-top: 1px solid #dedede;
}

.form__input {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
    font-family: 'Gothic A1', sans-serif;
    font-size: 1.0em;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    transition: 0.3s;
    cursor:pointer;
}

.form__input:focus {
    opacity: 0.8;
}

.form__input::placeholder {
    color: #384A5E;
    font-weight: 700;
}

.form__input::-webkit-input-placeholder {
    color: #384A5E;
    font-weight: 700;
}

.form__input:-ms-input-placeholder {
    color: #384A5E;
    font-weight: 700;
}

.btn {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 0;
    font-family: 'Gothic A1', sans-serif;
    font-size: 1.0em;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    color: #ffffff;
    background: #384A5E;
    transition: 0.3s;
    cursor:pointer;
}

.btn:hover {
    opacity: 0.6;
}    

.bic_info {
    background: rgba(222, 235, 249, 0.75);
    padding: 0;
    height: 140px;
    margin: 0;
}    

.bic_info .bic_info_detail{
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 0 10px;
    height: 120px;
    float: left;
}

.bic_info_detail h6{
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.7em;
    margin: 0;
    padding: 3px 0;
    text-align: left;
}

.bic_info_detail h6 img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}    

.bic_info_detail p{
    color: #ffffff;
    font-size: 11.3px;
    font-weight: 400;
    line-height: 1.9em;
    margin: 0;
    padding: 5px 0;
    text-align: left;
}

.bic_info_detail.right {
	width: 99px;
    border-right: 1px dotted #eee9e9;
}    

.bic_info_detail.left {
	width: 99px;
    border-left: 1px dotted #eee9e9;
}  

.bic_app_downloads{
    padding: 15px 0 10px 0;
    background: rgba(255, 255, 255, 0.85);
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-align: center;  
}

.bic_app_downloads a{
    opacity: 0.9;
}

.bic_app_downloads a:hover{
    opacity: 0.6;
}

.bic_app_downloads a img{
    width: 100px;
    height: auto;
}

.bic_app_downloads h6{
    color: #384A5E;
    font-weight: 500;
    margin: 3px;
}

.bic_copyright p {
    text-align: center;
    color: #959595;
    font-size: 0.85em;
}

@-ms-keyframes move {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}
