﻿body {
    width: auto !important;
    background: url(../images/login_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*background-position: 0% 0px;
    background-attachment: fixed;*/
    background-size: cover;
    background-attachment: scroll;
}
.logo {
    width: 98%;
    height: 98%;
    /*cursor: pointer;
    position: fixed;*/
}
#logo {
    background: url(../images/TIONCARE_logo.png) no-repeat left;
    width: 350px;
    height: 100px;
    position :fixed;
}
/*.container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    position: relative;
    height: 100vh;
}*/
.container-wrapper {
    height: 77vh;
    position: absolute;
    top: 26%;
    left: 67%;
    /* width: 100px; */
    /* height: 100px; */
    /* background: #f00; */
    margin: -50px 0 0 -50px;
}
.container-aut {
    height: 77vh;
    position: absolute;
    top: 26%;
    left: 67%;
    /* width: 100px; */
    /* height: 100px; */
    /* background: #f00; */
    margin: -50px 0 0 -50px;
}	 
#form_wrap{background-color:rgba(255, 255, 255, 0.2);height:380px;width:450px;display:flex;justify-content:center;align-items:center;flex-direction:column}
#login_id, #login_pw{color:#b7b7b7;font-weight:300;letter-spacing:-0.1px;font-size:0.925rem}
.login_form{width:350px;margin:0 auto;height:70%;}
.login_form2 {
    width: 95%;
    height: 70%;
    margin-top: 20px;
}
.inputForm {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: solid 0.5px #e0dede;
    padding-left: 13px;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: #808080;    
    border-radius: 5px;
}
.inputForm2 {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: solid 0.5px #e0dede;
    padding-left: 13px;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: #808080;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}
#output {
    width: 10%;
    height: 50px;
    background-color: transparent;
    border: solid 0.5px #e0dede;
    font-weight: 400 !important;
    font-size: 0.875rem !important;
    color: red;
    float: left;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    padding: 13px 0px;
}
.enter{margin-top:10px;}
.background2{width:350px;position:absolute;top:20%;left:30%;line-height:28px;} 
.space{margin-top:80px}
.space2{margin-top:50px;}
.error{width:100%;height:32px;background-color:white;border:solid 0.5px #db4242;padding-left:7px;}
#name,#phone{width:22px;height:auto;position:absolute;}
#btnLogin {
    background-color: #CA66FF;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: white;
}
#btnLogin_aut {
    background-color: #516DD8;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    color: white;
    margin-bottom: 10px;
}
#btnLogin_number {
    margin-left: 1%;
    background-color: #516DD8;
    width: 37%;
    height: 50px;
    border-radius: 5px;
    color: white;
}
#btnSignUp{background-color:#51D895;color:white;border-radius:0rem !important;padding:8px;width:280px;}
#btnsign{background-color:transparent;border-radius:0rem !important;padding:8px;width:100%;color:white}
footer {
    text-align: center;
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    height: 5%;
}
.bottom{display:flex;justify-content:space-around;padding-top:20px;width:450px}
#toHome{color:#b7b7b7;cursor:pointer;font-size:14px;}
/* input box color */ 
input:-webkit-autofill { -webkit-box-shadow:none ; -webkit-text-fill-color:white;-webkit-text-size-adjust:inherit}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;}
input::-webkit-input-placeholder{color:grey;font-size:0.875rem}
input::-ms-input-placeholder {color:grey;font-size:0.875rem}
input{color:black;font-size:0.875rem !important;}
textarea:focus, input:focus, button:focus{outline: none;}     

#signup{display:block;width:100%;height:30px;color:black;text-align:center;margin-top:2rem;text-decoration:underline;}

/*푸터*/
/*.footer{background:url(../images/footer_img.png) no-repeat center center;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;}*/
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 30%;
    text-align: center;
    color: black;
    font-weight: 600;
}
.footer_text{color:white;font-weight:200;font-size:12px;}

/*반응형 사이즈*/
@media (max-width : 768px){
    .background, .background2{text-align:center;width:100%;left:0; padding:0 5vw 0 5vw;}
    html,body{font-size:14px;}
}
/*max-width:767px*/

#container_text {
    /*position: absolute;*/
    height: 42px;
    top: 60px;
    color: #11538c;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    font-family: "nanumsquare";
    background: linear-gradient(to right, #93DAFF, #1E90FF, #0078FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#container_text2 {
    /*position: absolute;*/
    height: 60px;
    top: 60px;
    color: black;
    font-size: 55px;
    text-align: center;
    font-family: "nanumsquare";
}
.auth {
    margin-top: 20px;
    height: 85px;    
}
#btnauth {    
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-color: #dcdcdc;
    border-radius: 5px;
    width: 49%;
    height: 100%;
    color: black;
    cursor: pointer;
    line-height: 120px;
}
#login_auth {
    width: 430px;
    margin-left: -35px;
}
#login_info {
    font-size:11px;
    color:gray;
    margin-bottom:10px;
}
.notification-container {
    background: rgba(0,0,0,.3);
    border-radius: 10px;
    padding: 15px 20px;
    position: absolute;
    bottom: 50px;
    display: none;
}

    .notification-container.show {
        display: block;
    }

#notification-container > p{
    margin-top:0px;
    margin-bottom:0px;
}