.logout-container {
    width: 50%;
    height: 400px;
    background: white;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    -webkit-transform: translate(-50%,20%);
    -ms-transform: translate(-50%,20%);
    transform: translate(-50%,20%);
    left: 50%;
    top: 10%;
    position: relative;
    padding: 1vw;
}