.container .backgroundImg{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* background-image: url("../img/login_mobile_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center; */
}
.login-header{
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.login-header .logo{
    float: left;
    height: 100%;
}
.login-header .logo .logo-image{
    height: 100%;
    line-height: 47px;
    float: left;
}
.login-header .logo .logo-text{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: left;
    border: 1px solid #1789ce;
    color: #1789ce;
    margin-left: 10px;
    border-radius: 3px;
    margin-left: 10px;
    padding: 2px;
    font-size: 16px;
}
.goto-vancar{
    content: '→';
    float: right;
    line-height: 50px;
    color: #2f4a5d;
    font-size: 16px;
}

.container .contents{
    width: 100%;
    margin-top: 0;
}
.container .contents > div{
    width: 100%;
    float: none;
}
.container .contents .login-sub{
    color: #2f4a5d;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}
.container .contents .login-title{
    color: #1789ce;
    font-size: 35px;
    text-align: center;
    letter-spacing: -1px;
    padding: 5%;
}
.container .contents .login-title span{
    font-weight: bold;
}
.container .contents .form-group{
    width: 100%;
    height: 50px;
}
.container .contents .form-group *{
    height: 100%;
    line-height: 50px;
}
.container .contents button{
    width: 48%;
    height: 50px;
    float: left;
    text-align: left;
    border-radius: 3px;
}
.container .contents .btn-theme{
    color: white;
    border: 1px solid #1789ce;
    background-color: #1789ce;
    margin-right: 4%;
}

.container .contents .btn-outline-theme{
    color: #1789ce;
    border: 1px solid #1789ce;
    background-color: white;
}
.arrow-blue{
    width: 25px;
    height: 20px;
    float: right;
    background-image: url("../img/arrow_blue.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.arrow-white{
    width: 25px;
    height: 20px;
    float: right;
    background-image: url("../img/arrow_white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.login-header .arrow-blue{
    height: 47px;
    width: 20px;
}
.contents label input::before{

}
.contents label input::after{
    color: #1789ce
}
.guide-container{
    padding-left: 0;
}
.guide-container .panel-heading{
    padding-bottom: 0;
}
.guide-container .guide-content{
    box-shadow: 0px 5px 32px 3px rgba(0,0,0,0.20)
}

@media (min-width:992px ) {
    .container{
        width: 1000px;
    }
    .container .backgroundImg{
        background-image: url("../img/login_background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position:right bottom;
    }
    .container .contents{
        margin-top: 10%;
    }
    .container .contents .login-title{
        font-size: 50px;
        text-align: left;
        padding: 0;
    }
    .container .contents > div{
        width: 50%;
        float: left;
    }
    .container .contents button{
        width: 33%;
    }
    .container .contents .form-group{
        width: 70%;
    }
    .guide-container{
        padding-left: 100px;
    }
    .guide-container .panel-body{
        padding-top: 10px;
    }
}

@media (min-width:1200px ) {
    .container{
        width: 1170px;
    }
    .container .contents .login-title{
        font-size: 60px;
    }
}
