body {
    background-color: #4b4b4b;/*#fbfbfb;*/
    color: #222;
    margin: 0;
    display: block;
    margin: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body, html {
    height: 100%;
    min-height: 100%;
}

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: /*Open Sans,Helvetica Neue,Helvetica,*/Arial/*,sans-serif*/;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.429;
    overflow-y: scroll;
    width: 100%;
}

::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

.logo{
    height: 84px;
    width: 320px;
}

.box{
    /*height: 400px;*/
    width: 400px;
    background-color: #fbfbfb;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: 2px;
}

.box-logo{
    height: 110px;
    background-color: #536A7D;
    align-items: center;
    justify-content: center;
    display: flex;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.box-content{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 20px;
}

.button{
    width: 250px;
    padding: 5px 10px 5px 10px;
    background-color: #28AADE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.button:hover {
    background: #536A7D;
    color: #fff;
    text-shadow: none;
}

h1{    
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 15px;
    border: none;
    cursor: pointer;
    outline: none;
}

p{
    font-size: 20px;
}
