body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 27px;
	background: #000;
}

.img-bg::after {
    width: 540px;
    height: 750px;
    display: block;
    background: url(./../img/bg54n.png) no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    content: '';
    left: calc(50% + 17px);
    top: calc(50% - 387px);
}

.index-row {
  position: relative;
  z-index: 10;
}

.logo-block {
	padding: 50px 140px 30px;
	margin-bottom: 90px;
}

.logo-block img {
  /*opacity: 0.9;*/
}

h1 {
	font-size: 30px;
    text-align: center;
    font-weight: 400;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    /*text-transform: uppercase;*/
    line-height: 1.6;
    margin: 0;

}

.title-block {
  position: relative;
  min-height: 330px;
  z-index: 10;
}

.title-block > div {
	display: table;
	width: 100%;
	height: 330px;
}

.title-block > div > h1,
.title-block > div > div {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	display: table-cell;
}

.title-block::before {
  position: absolute;
  width: 22px;
  height: 100%;
  content: '';
  background: url('./../img/line-bg.jpg') no-repeat;
  left: -5px;
}


/* Styles, not important */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.f-text {
	padding-top: 80px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 30px;
	color: #676767;
}

/** Modals style **/

.w-modal {
	margin-top: 100px;
}

.w-modal .modal-header .close {
    margin-top: 0;
    color: #444444;
    font-weight: 100;
    opacity: 1;
    margin-left: 0;
    position: absolute;
    top: -27px;
    right: -20px;
    font-size: 30px;
}

.w-modal .modal-header {
    border-bottom: 0px;
    padding: 0;
}

.w-modal .modal-dialog {
	width: 400px;
}

.w-modal .modal-content {
	border-radius: 0;
	background: #000;
	border: 1px solid #444444;
	color: #fff;
	padding: 20px; 
	
}

.w-modal .modal-title {
	/*font-family: 'Fira Sans Condensed', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 36px;
	text-align: center;
}

.w-modal .form-control {
	height: 50px;
    line-height: 50px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    text-align: center;
    outline: none;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #444444;
    border-radius: 4;
}

    

.w-modal .form-control::placeholder {
	color: #fff;
}

.w-modal .btn-def {
	border: 0px;
	display: block;
	margin: 30px auto 15px; 
}

.w-form .accept {
	font-size: 12px;
	line-height: 12px;
	color: #999;
}

.s-message {
	display: none;
}

.silver-btn  {
  position: relative;

  display: block;
  margin: 30px auto;
  padding: 0;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);

  background-color: #444444;
  /*color: #ecf0f1;*/

  transition: background-color 0.3s;
}

.silver-btn:hover,
.silver-btn:focus {
  background-color: #333333;
}

.silver-btn > * {
  position: relative;
}

.silver-btn span {
    display: block;
    padding: 10px 14px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}

.silver-btn:before {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  display: block;
  width: 0;
  padding-top: 0;

  border-radius: 100%;

  background-color: rgba(236, 240, 241, 0.3);

  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.silver-btn:active:before {
  width: 120%;
  padding-top: 120%;

  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}


.w-modal .silver-btn {
	margin: 15px 0;
	width: 100%;
	border-radius: 4;

}

.w-modal .silver-btn span {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    padding: 0;
    text-transform: uppercase;
}

.modal-text {
	padding-top: 50px;
	font-size: 16px; 
	color: #676767;
}

.modal-text a {
	transition: all .2s ease-in-out;
	color: #676767;
}

.modal-text a:hover {
	color: #fff;
	text-decoration: none;
}

.s-img-box img {
	width: 40%;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.s-title {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}

.s-text {
text-align: center;
margin-bottom: 10px;
}

.btn-txt {
    text-transform: uppercase;
    text-decoration: none;
    transition: all .4s ease-in-out;
    color: #444;
    line-height: 60px;
    padding: 0 35px;
    display: inline-block;    
    border-radius: 8px;
    font-size: 21px;
    margin-top: 20px;
}

.btn-txt:hover {
    box-shadow: 0 0 10px 0;
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

.content {
  height: 100%;
  width: 100%;
  text-align: center; 
  display: block;
}

.content .container {
  height: 480px;
  position: absolute;
  top: calc(50% - 240px);
  margin: 0 auto;
  left: calc(50% - 585px);
}

input:focus::placeholder {
  color: transparent;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.login-form .form-group label {
	font-size: 12px;
}

.login-form .form-group input[type="text"],
.login-form .form-group input[type="password"] {
	background: #fff;
	color: #000;
}

.login-form .radio label, .checkbox label {
	font-size: 14px;
}

.login-form .silver-btn {
	background: transparent;
	border: 1px solid #fff;
}

.login-form .silver-btn:hover {
	background-color: rgb(59, 59, 59) !important;
	border-color: rgb(59, 59, 59);
}

.footer {
	position: absolute;
	bottom:0;
	text-align: center;
	width: 100%;
	padding-bottom: 7px;
}

.title-block > div > div > h1 {
  font-size: 22px;
  color: #555;
  margin-top: 145px;
  margin-left: -45px;
}

.title-block > div > div > h2 {
  font-size: 18px;
  color: #555;
  text-transform: none;
  margin-left: -45px;
  margin-top: 10px !important;
}