﻿body {
    background-color: #474646;
    /*background: url(/Img/common/agreement_login3.jpg) center center;*/
    /*background-size: cover;*/
}
.xCenterBox {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*height: 100vh;
    background: url(/Img/common/agreement_login3.jpg) center center;
    background-size: cover;*/
}
.xLoginWin { /* 로그인 창 */
    vertical-align: middle;
    background: rgba(255, 255, 255, 1);
    /*background: rgba(0, 0, 0, 0.3);*/ /*투명*/
    /* just in case there no content*/
    /*margin: 50px auto 25px;*/
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    max-width: 90%;
    padding: 20px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 10px;
    -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: 2px 2px 20px rgba(0, 0, 0, 0.3);
}
.xLogoSize {
    width: 120px;
    height: 40px;
}

/*Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 576px) {
    
}
/*Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) {
}
/*Large devices (desktops, 992px and up)*/
@media screen and (max: 992px) {
}
/*Extra large devices (large desktops, 1200px and up)*/
@media screen and (max-width: 1200px) {
    .login-card {
        padding: 50px 50px;
        max-width: 90%;
    }
}
