@font-face
{
    font-family: 'Open Sans';
    font-weight: 400;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/Open_Sans/OpenSans-Italic.ttf');
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 700;
    src: url('../fonts/Open_Sans/OpenSans-Bold.ttf');
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/Open_Sans/OpenSans-BoldItalic.ttf');
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 800;
    src: url('../fonts/Open_Sans/OpenSans-ExtraBold.ttf');
}

@font-face
{
    font-family: 'Open Sans';
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf');
}

@font-face
{
    font-family: 'Rubik';
    font-weight: 400;
    src: url('../fonts/Rubik/Rubik-Regular.ttf');
}

@font-face
{
    font-family: 'Rubik';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/Rubik/Rubik-Italic.ttf');
}

@font-face
{
    font-family: 'Rubik';
    font-weight: 500;
    src: url('../fonts/Rubik/Rubik-Medium.ttf');
}

@font-face
{
    font-family: 'Rubik';
    font-weight: 500;
    font-style: italic;
    src: url('../fonts/Rubik/Rubik-MediumItalic.ttf');
}

@font-face
{
    font-family: 'Rubik';
    font-weight: 700;
    src: url('../fonts/Rubik/Rubik-Bold.ttf');
}

@font-face
{
    font-family: 'Rubik';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/Rubik/Rubik-BoldItalic.ttf');
}


html {
	height: 100%;
}

body {
	height: 100%;

	/*background-color: ;*/
	/*background-image: url('../img/new-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;*/
  /* background: #416c70; */
  background-image: url('../img/gucci_bg.png');
  background-size: cover;
	/*background-origin: ; /*img area*/
	/*background-clip: ; /*painting area*/

	/*font-style: ;*/
	/*font-weight: ;*/
	font-size: 16px;
	/*font-variant: ;*/
	line-height: 21px;
	font-family: 'Open Sans', sans-serif;
}

.panel {
  padding: 40px;
  width: 450px;
}

.alert-custom
{
    color: #416c70;
    background-color: #fff; 
    border-color: #fff; 
}

.relative {
	position: relative;
	height: 100%;
}

.content-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.panel-heading 
{
	/*margin-bottom: 30px;*/
}
.panel-heading img
{
    width: 85%;
    /* display: inline-block; */
    /* text-align: left; */
    margin-left: -20px;
    margin-bottom: -24px;
}

.form-group-custom-1
{
	margin-bottom: 52px;
	margin-top: 10px;
    position: relative;
}
.form-group-custom-2
{
	margin-bottom: 0px;
  position: relative;
}

.form-group-custom-3
{
  margin-bottom: 30px;
  margin-top: 10px;
  position: relative;
}

input:focus + label
{
	color: #416c70;
}

.btn-large
{
    color: #fff;
    /* background: #C14F9D; */
    background: #416C70;
    font-style: italic;
    width: 100%;
    line-height: 1.5em;
    box-shadow: 0px 5px #2F5156;
    margin: 50px 0;
    font-size: 1.5em;
    font-weight: 700;
}

.btn-large:hover
{
  color: #fff;
  background: #e19fad;
    /* background: #00AAE7; */
    /* box-shadow: 0px 5px #0064AA; */
    box-shadow: 0px 5px #aa7782;
}
.btn-large:focus
{
	color: #fff;
    background: #416c70;
    box-shadow: 0px 5px #2f5156;
}
.login-input
{
	border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    /* padding-top: 20px; */
    /* margin-top: -31px; */
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    /* padding: 32px; */
    /* margin-top: -25px; */
    /* padding-top: 25px; */
    background: #EFF0F0;
    /* box-sizing: border-box; */
    padding-top: 25px;
    padding-bottom: 0;
    height: 60px;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.login-input:focus
{
	border-bottom: 3px solid #416c70;
}

.password-heading
{
    font-size: 24px;
    text-align: center;
    color: #e19fad;

    margin-bottom: 30px;
}

.login-label
{
	padding-left: 12px;
    position: absolute;
    top: 11px;
}

.section-check-label 
{
    float: left;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 2px #e19fad solid;
    border-radius: 5px;
    box-shadow: 0px 5px #aa7782;
}
.section-check-label > i
{
    color: #e19fad;
    width: 100%;
    height: 100%;
    font-size: 25px;
}
.login-password
{
	color: #000;
	padding: 0;
	border-radius: 0;
	border-bottom: 1px solid #000;
}


/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  /* background-color: #e19fad; */
  background-color: #e19fad;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 7px;
  top: 0px;
  width: 11px;
  height: 19px;
  border: solid white;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.help_msg {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #e19fad;
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    position: relative;
    left: 0px; 
    top: 0px; 
    width: 100%;
    transform: none;  
    padding: 40px 20px;
  }

  .panel {
    width: 100%;
    padding: 20px;
  }

  .panel-heading img {
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .login-label {
    top: 5px;
    font-size: 13px;
  }

  .btn-large{
    font-size:1em;
  }
}