/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
    background: #f8f8f8;
    font-family: "Segoe UI Light";
    text-align: center;
    
}

.page-container {
    margin: 120px auto 0 auto;
}



.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
	margin-top: 490px;
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
  
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.connect a.facebook { background: url(../img/facebook.png) center center no-repeat; }
.connect a.twitter { background: url(../img/twitter.png) center center no-repeat; }

.connect a:hover { background-position: center bottom; }



