@import url(http://fonts.googleapis.com/css?family=Ruda:400,700,900);

/* BASIC THEME CONFIGURATION */
body {

    color: #797979;
	background: #eaeaea;
    font-family: 'Ruda', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size:13px;

}

.btn-theme {

  color: #fff;
  background-color: #c39f34;
  border-color:  #c39f34;

}

.btn:hover {
    
    color: #FFF !important;
}

/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
 .go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 600;
	display: none;
}

.go-top a, .go-top a:visited {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.go-top a i, .go-top a:visited i {
	font-size: 18px;
	line-height: inherit;
}

.go-top a:hover, .go-top a:focus {
	color: #FFFFFF;
}

.go-top img{
    width:70px;
    height:70px;
}

/*LOGIN CONFIGURATION PAGE*/

.form-login {

	max-width: 330px;
    margin: 25% auto 50% auto;
	background: #fff;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

.form-login h2.form-login-heading {

	margin: 0;
	padding: 25px 20px;
	text-align: center;
	background: #c39f34;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
    font-weight: 300;
    font-family: "Minion Pro";
    
}

.form-control {
    font-family: "Minion Pro";
}


.login-wrap {

    padding: 20px;
    
}
.login-wrap .registration {

    text-align: center;
    
}
.login-social-link {

	display: block;
	margin-top: 20px;
    margin-bottom: 15px;
    
}

#login-page {

    background: url('parts/01.jpg') no-repeat center center fixed;
    background-size: 100% 100%;
    min-height: 100%; 
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;

}


@media screen and (max-width: 768px) {

    #login-page {

        background: #2d2d2d !important; 

    }

    .form-login {

        margin: 50% auto 50% auto;

    }

}