
body{
    margin:0 !important;
}
.box{
display: flex;
}
.box{
    display: flex;
    align-items: center;    
    flex-direction: column;
    height: 92vh;
}
.box-title {
    margin-top: 85px;
    /*margin-bottom: 20px;*/
    width: 100%;
    text-align: center;
}
img {
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
}
.box-mid{
  display: flex;
  flex-direction: column;
}
    .box-mid input {
        margin: 10px;
        height: 30px;
        width: 200px;
        outline: none;
        border: #e2e2e2 1px solid;
        padding-left: 15px;
        font-size: 15px;
        margin-top: 20px;
    }
.box-bottom{
margin-top: 10px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
    .box-bottom button {
        width: 219px;
        height: 35px;
        border: none;
        background: #ff5722;
        color: white;
        margin-bottom: 10px;
        font-size: 15px;
        margin-top: 20px;
    }
.bottom {
    text-align: center;
    font-size: 12px;
    color: #9e9c9c;
    position: absolute;
    bottom: 30px;
    width: 100%;
}
.box-bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #9e9c9c;
    width: 100%;
}

    .box-bottom div img {
        width: 50px;
        height: 50px;
        margin-top:20px;
    }
    .box-bottom button:hover {
        cursor: pointer;
        filter: brightness(120%);
    }