html,body,.container{
    height: 100%;
}
::selection {
  color: inherit;
  background: transparent;
}
.btn,.form-control {
    border-radius: 0 !important;   
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline: none;
}
.form-control::selection{
  background: rgba(0,0,0,0.1);
}
.form-control{
    box-shadow: none!important;
    border-width: 0 0 1px 0;
}
.wrap{
    height: 100%;
    display: block;
    text-align: center;
}
.wrap:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.wrap .box{
    vertical-align: middle;
    display: inline-block;
    max-width: 300px;
    text-align: left;
}
.logo {
    padding-bottom:30px;
}
.logo img{
    width: 100%;
    margin: 30px 0;
}
.fw{
    width: 100%;
}
.group-btn{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.group-btn .btn{
    width: 100%;
}
.btn{
    color: white!important;
    transition: all ease 300ms;
    min-width: 70px;
}
.btn-fb{
    background: #5779BC;
}
.btn-gg{
    background: #ea4335;
}
.btn-gg:hover,
.btn-fb:hover{
    box-shadow: inset 0px 4px 40px 0 rgb(255 255 255 / 30%);
}
.col2>*{
    width: 50%;
}
#page-alert{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
}