/* FONT */
@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Regular.eot');
    src: url('/fonts/Gotham-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Regular.woff2') format('woff2'),
        url('/fonts/Gotham-Regular.woff') format('woff'),
        url('/fonts/Gotham-Regular.ttf') format('truetype'),
        url('/fonts/Gotham-Regular.svg#Gotham-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Medium.eot');
    src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Medium.woff2') format('woff2'),
        url('/fonts/Gotham-Medium.woff') format('woff'),
        url('/fonts/Gotham-Medium.ttf') format('truetype'),
        url('/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Bold.eot');
    src: url('/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/fonts/Gotham-Bold.woff') format('woff'),
        url('/fonts/Gotham-Bold.ttf') format('truetype'),
        url('/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Black.eot');
    src: url('/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gotham-Black.woff2') format('woff2'),
        url('/fonts/Gotham-Black.woff') format('woff'),
        url('/fonts/Gotham-Black.ttf') format('truetype'),
        url('/fonts/Gotham-Black.svg#GothamBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {font-family: 'Gotham', sans-serif;}

html,
body {
	background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	font-family: 'Gotham', sans-serif;
}
.container {
	height: 100%;
	align-content: center;
}
input,
select {
	outline: 0 !important;
}
.card {
	margin-top: auto;
	margin-bottom: auto;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.8) !important;
	border: 0;
	box-shadow: rgb(0 0 0 / 16%) 0px 2px 8px 2px;
	transition: box-shadow 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
.social_icon span {
	font-size: 60px;
	margin-left: 10px;
	color: #FFC312;
}
.social_icon span:hover {
	color: white;
	cursor: pointer;
}
.card-header h3 {
	color: white;
}
.social_icon {
	text-align: center;
}
.input-group-prepend span {
	width: 40px;
	background-color: #f7db32;
	color: #00529b;
	border: 0 !important;
}
input:focus {
	outline: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}
.remember {
	color: white;
}
.remember input {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}
.login_btn {
	color: #fff;
	background-color: #0083c6;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.back_btn {
	color: #fff;
	background-color: #f73232;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.login_btn:hover {
	color: #fff;
	background-color: #00a6e8;
}
.links {
	color: white;
	font-size: 13px;
}
.links a {
	color: white;
	font-size: 13px;
	margin-left: 4px;
	text-decoration: none;
}
body {
	background: #0083c6;
	background-image: url(../images/misc-21.svg);
	background-position-x: -115px;
	background-position-y: -210px;
	background-repeat: no-repeat;
	background-size: 115%;
}
.card-header {
	background: #f7db32;
	padding: 30px;
}
.form-control {
	font-size: 13px;
    letter-spacing: -.3px;
    border: 0;
}
.social_user {
    position: absolute;
    right: 0;
    left: 0;
    top: -60px;
}
.input-avatar{
	cursor: pointer;
}
.save-btn {
    background: #00529b;
    color: #f7db32;
    	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
.save-btn:hover {
    color: #fff;
    background-color: #00a6e8;
}
.btn-avatar{
	cursor: pointer;
}
#exampleModal .modal-content {
    background-color: #f4f4f4;
    background-image: url(../images/misc-29.svg);
    background-repeat: no-repeat;
    background-position: -70px -375px;
    background-size: 180%;
}
.btn:focus {
    color: #fff !important;
}