#weph{
	width: 100vw;
	/* height: 100vh; */
	background: #fff;
}
.bg{
	width: 100%;
}
.btn{
	width: 50vw;
	margin: 7% auto;
}
p{
	text-align: center;
	color: #666666;
}

.bgalert1 {
    width: 100vw;
    height: 10vh;
    background-color: rgba(0, 0, 0, .7);
    /* position: absolute;
    top: 0;
    left: 0; */
    text-align: center;
    color: #ffffff;
    padding: 0px 30px;
    line-height: 10vh;
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;
    /* Firefox */
    -webkit-animation: myfirst 2s;
    /* Safari and Chrome */
    -o-animation: myfirst 2s;
    /* Opera */
}

.frame {
    width: 5rem;
    height: 2.5rem;
    background-color: #FFFFFF;
    margin: 40vh auto;
    border-radius: .1rem;
}