
body{
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    position: absolute;
}


input::-webkit-input-placeholder {
    color: #d5d5d5;
}
input::-ms-input-placeholder {
    color: #d5d5d5;
}
.container-main{
    height: 80%;
}
.container{
    width: 92%;
    height: 90%;
    padding-left: 0%;
    padding-right: 0%;
}
.row-box{
    height: 500px;
    margin-bottom: -60px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0; 
     margin-left: 0;
}
/* .container-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}  */
.container-content{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 7px #ccc;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.header-content{
    display: flex;
    justify-content: space-around;
    width: 76%;
    bottom: 10px;
}
.check-phone-blue{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 40%;
}
.check-phone-blue img{
    vertical-align: middle;
    width: 55%;
}
.half-blue{
    margin-left: 2%;
    width: 56%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10%;
}
.half-blue img{
    vertical-align:middle;
    width: 70%;
}

.input-content{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    height: 52%;
}
.input-text{
    border: none;
    background: white;
    color: black;
    outline: none;
}
.input-div{
    display: flex;
    width: 100%;
    justify-content: space-around;
    border-bottom: 2px solid #eee;
    padding: 5% 5% 3% 0;

}

#send{
    width: 100px;
    font-size: 12px;
    border: none;
    background-color: white;
    color: #777;
    padding: 0;
    margin-right: -43px;
}
.next-button{
    width: 100%;
    border-radius: 25px;
    color:white;
    background-color: #ccc;
    border: 1px solid #ccc;
    padding: 2% 0;
    outline: none;
    
}
.rule-div{
    width: 98%;
}
.rule-div img{
    margin-right: 1px;
}
.rule{
    width: 43%;
}