html {height:100%}

#minwoo{
margin:auto;
}

section{
	height:100%;
	}

a {
  -webkit-transition: all 0.15s ease-out;
     -moz-transition: all 0.15s ease-out;
       -o-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out;
}

body{
    background: url(../images/cem_back.jpg) fixed;
    padding:50px;
    /*background-color: rgb(142,3,70);*/
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}

.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

.head-title {
    color: white;
    font-size: 22px;
    font-weight: 900;
}
.desc-rompecabezas {
    color: white;
    font-weight: 300;
    font-size: 16px;
}
.back {
    background-color: #cc33164a;
    border-radius: 20px;
}
.wellet {
    background-color: #cc33164a;
    border-radius: 15px;
    color: white;
    font-family: 'Montserrat';
}