/* Sticky footer styles
-------------------------------------------------- */

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans-300.otf);
    font-weight: 300;
}

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans_500.otf);
    font-weight: 500;
}

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans-300Italic.otf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans_500_italic.otf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans_900.otf);
    font-weight: 900;
}

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans_700.otf);
    font-weight: 700;
}

@font-face {
    font-family: "Museo Sans";
    src: url(../fonts/Museo/MuseoSans_100.otf);
    font-weight: 100;
}

html {
    font-family: "Museo Sans" !important;
    position: relative;
    min-height: 100%;
}



body {
    /* Margin bottom by footer height */
    font-family: "Museo Sans" !important;

    background: url(../img/img.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position:left center
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #4C4D4F;
}

.form-signin {
    margin-top: 100px !important;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin {
    margin-bottom: 10px;
    font-size: 24px !important;
}

.checkbox {
    font-size: 14px;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

label {
    padding-left: 32px;
    display: inline-block;
    line-height: 1.8;
    font-family: "Museo Sans" !important;
    position: relative;
    margin: 10px 20px 10px 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
}

input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #01385f;
    border-left: 2px solid #01385f;
    transform: rotate(-45deg);
    position: absolute;
    top: 6px;
    left: 6px;
}

input[type="radio"] + label:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #666;
    background: #fff;
    border-radius: 50%;
}

input[type="radio"]:checked + label:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #01385f;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: 7px;
}

.form-signin .checkbox {
    font-weight: normal;
    padding-left: 5px;
}

.form-signin .form-control {
	margin-left :70px;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
	width: 320px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    border-radius: 15px;
    margin-bottom: 10px;
}

.form-signin input[type="text"] {
    border-radius: 115px;
    margin-bottom: 10px;
}

.form-signin input[type="password"] {
    border-radius: 115px;
}

.btn-block {
    display: block;
    border-radius: 115px;
	width: 320px;
	margin-left :70px;
}

.btn-primary {
    color: #fff;
    background-color: #4C4D4F;
    border-color: #4C4D4F;
	
}

a {
    color: #4C4D4F;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
/* Custom page CSS
-------------------------------------------------- */


/* Not required for template or sticky footer method. */

.container {
    width: auto;
    padding: 0 15px;
}
