/**
 * Unicorn Admin Template
 * Version 2.2.0
 * Diablo9983 -> diablo9983@gmail.com
**/
@font-face {
  font-family: 'Corpid';
  src: url('../fonts/Corpid/CorpidE1SCd_Regular.eot');
  src: url('../fonts/Corpid/CorpidE1SCd_Regular.eot?iefix') format('eot'),
  url('../fonts/Corpid/CorpidE1SCd_Regular.woff') format('woff'),
  url('../fonts/Corpid/CorpidE1SCd_Regular.otf') format('otf'),
  url('../fonts/Corpid/CorpidE1SCd_Regular.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Corpid';
  src: url('../fonts/Corpid/CorpidE1SCd_Bold.eot');
  src: url('../fonts/Corpid/CorpidE1SCd_Bold.eot?iefix') format('eot'),
  url('../fonts/Corpid/CorpidE1SCd_Bold.woff') format('woff'),
  url('../fonts/Corpid/CorpidE1SCd_Bold.otf') format('otf'),
  url('../fonts/Corpid/CorpidE1SCd_Bold.svg#webfont') format('svg');
  font-weight: bold;
  font-style: normal;
}
*::-ms-clear, *::-ms-reveal {
  display: none;
}
input::-webkit-search-cancel-button, input::-webkit-search-results-button,
input::-webkit-search-decoration, input::-webkit-search-results-decoration {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #58595B;
  background-image: url('../img/bg_login_fix_lg.jpg');
  height: 100%;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  font-family: 'Corpid', Arial, sans-serif;
}
/*@media (min-width: 600px) and (max-width: 991px) {
  body {
    background-image: url('../img/bg_login_fix_sm.jpg');
  }
}
@media (min-width: 600px) and (max-width: 700px) {
  body {
    background-position: 10% 20%;
  }
}*/
h3 {
  font-size: 30.8px;
}
h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #4c4c4c;
}
p {
  font-size: 18.7px;
}
/*a {
  color: #1481b4;
}
a:hover {
  text-decoration: none;
  color: #e30613;
}
.btn-primary {
  background-color: #0083CA;
}
.btn-success {
  background-color: rgb(170, 198, 19);
}*/
a.grey {
  color: #aaaaaa;
}
a.blue {
  font-weight: bold;
}
@media (max-width: 400px) {
  a.grey,
  a.blue {
    font-size: 12px;
  }
}
#container {
  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  margin-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  #container {
    margin: 20px 5% 0;
    left: auto;
    width: 90%;
  }
}
#logo,
#loginbox {
  width: 420px;
  /*margin-left: auto;
  margin-right: auto;*/
  position: relative;
}
@media (max-width: 480px) {
  #logo,
  #loginbox {
    width: 100%;
  }
}
/*#logo {
  padding: 20px 0 20px 5px;
}*/
#logo img {
  margin: 0 auto;
  display: block;
  height: 100%;
  float: left;
  margin-right: 30px;
}
#user {
  width: 100%;
  height: 100px;
  opacity: 0;
}
#user,
#user .avatar,
#user .inner,
#user .text {
  position: absolute;
}
#user .avatar {
  border: 2px solid #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  left: 45px;
  top: 10px;
}
#user .inner {
  background-image: -moz-linear-gradient(-55deg, rgba(255, 255, 255, 0.7) 0%, transparent 100%);
}
#user .avatar,
#user .inner {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 40px;
}
#user .text {
  top: 17px;
  left: 150px;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
#user .user_name {
  display: block;
  font-size: 24px;
}
#loginbox {
  min-height: 250px;
  background: rgba(247, 247, 247, 0.8);
  /*box-shadow: 0 0 4px #000000;
  border-radius: 7px;*/
  /*overflow: hidden !important;*/
  text-align: center;
  /*position: relative;
  padding: 18px 0px;*/
}
/*#loginbox form {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}*/
#loginbox form {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  /*box-shadow: 0 0 4px #000000;
  border-radius: 7px;*/
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*min-height: 183px;*/
  padding: 20px 0;
}
#loginbox form#loginform {
  z-index: 200;
}
#loginbox form#recoverform {
  z-index: 100;
  opacity: 0;
  display: none;
}
#loginbox form#recoverform .control-group {
  margin: 23px 0;
}
#loginbox form#registerform {
  z-index: 100;
  opacity: 0;
  display: none;
}
#loginbox p {
  margin: 0 0 20px 0;
  padding: 0 30px;
  font-size: 16px;
}
@media (max-width: 400px) {
  #loginbox p {
    font-size: 12px !important;
  }
}
#loginbox .form-actions {
  padding: 5px 20px 15px;
  border-radius: 0 0 30px 30px;
}
#loginbox .form-actions .pull-left,
#loginbox .form-actions .pull-right {
  margin-bottom: 10px;
}
#loginbox .form-actions .pull-left {
  text-align: left;
}
#loginbox .form-actions .pull-right {
  text-align: right;
}
.input-group {
  width: 100%;
  padding: 0 12px 8px 12px;
  font-size: 16px;
}
.field_validation_error_text,
.error {
  text-align: left;
  color: rgb(233, 34, 45);
  font-size: 15px;
  line-height: 19px;
  opacity: 0;
}
.error {
  opacity: 1;
}
.has-error .form-control:focus {
  box-shadow: none;
}
.subfooter {
  padding: 15px 0;
  background-color: rgba(247, 247, 247, 0.8);
  position: absolute;
  bottom: 0;
  font-size: 14px;
}
.subfooter p {
  font-size: 14px;
  color: #337ab7;
  margin: 0;
}
.subfooter .navbar {
  min-height: auto;
  margin: 0;
  background: transparent;
  border: none;
}
.subfooter .navbar .nav {
  list-style: none;
  float: right;
}
ul.nav > li {
  padding-left: 0;
  margin: 0;
}
ul.nav > li::before {
  content: none;
}
.subfooter .navbar-default .nav > li > a {
  border-right: 1px solid #337ab7;
  padding: 0 10px;
  color: #337ab7;
  font-weight: 600;
}
.subfooter .navbar-default .nav > li > a:hover {
  color: #337ab7;
  text-decoration: underline;
}
.subfooter .navbar-default .nav li:last-child a {
  border: none;
}
.subfooter .mobile_xs {
  display: none;
}
.padding_0_5 {
  padding: 0 5px;
}
.footer-login {
  border-top: 1px solid #e6e6e6;
}
.footer-login .text {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
  padding: 12px 20px;
}
.btn-inverse {
  color: #ffffff;
  background-color: #555555;
  border-color: #494949;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #414141;
  border-color: #2a2a2a;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #555555;
  border-color: #494949;
}
.btn-social .btn {
  display: inline-block;
  font-size: 20px;
  border-left: 1px solid #e6e6e6;
  color: #888888;
  padding: 9px 0 10px;
  margin: 0 0 0 -4px;
  border-radius: 0;
}
.btn-social .btn:hover {
  color: #fff;
}
.btn-social .btn.btn-facebook:hover {
  background-color: #428bca;
}
.btn-social .btn.btn-twitter:hover {
  background-color: #5bc0de;
}
.btn-social .btn.btn-google-plus:hover {
  background-color: #d9534f;
}
.btn-social .btn i, .btn-social .btn img{
  padding: 0 15px 0 17px;
}
hr {
  margin: 8px 0 -5px;
}
#loginbox .input-group-addon i.fa{
	width:14px;
	text-align:center;
}
#loginbox .alert{
	padding: 0;
	margin: 0px 20px;
	text-align: left;
  font-size: 15px;
}
.alert-danger {
  color: #e9222d;
  background: transparent;
  border: 0;
}
#loginbox .modal-dialog{
	text-align:left;
}
span.hidden-link {
	color: #337ab7; /*-цвет ссылки-*/
	cursor: pointer; /*-указатель в виде пальца-*/
}
span.hidden-link:hover {
	text-decoration: underline; /*-подчеркивание-*/
}
#logo {
  height: 50px;
  margin-top: 20px;
  padding: 0;
  /*width: auto;*/
}
div.hidden-link {
    cursor: pointer;
}
.plate {
  /*background: url('../img/login-patch-fix.png') no-repeat;*/
  height: 280px;
  margin-top: -50px;
}
.plate_text {
  color: white;
  /*margin: 10% 15%;*/
  padding: 7%;
  background: rgba(61, 120, 216, 0.5);
}
.plate_title {
  /*font-size: 28px;*/
  font-size: 40px;
}
.plate_desc {
  /*font-size: 18px;*/
  font-size: 22px;
  margin-top: 10px;
}
.mtslogo_header_tagline {
  box-sizing: border-box;
  /*max-width: 244px;*/
  margin: 18px 20px 0 0;
  float: left;
  color: #e30613;
  font-size: 18px;
  line-height: 1.2;
}
.label_str1 {
  text-align: right;
  line-height: 36px;
  padding: 0;
}
.label_str2 {
  text-align: right;
  line-height: 18px;
  padding: 0;
}
.form-control {
  font-size: 18.7px;
  height: 36px;
  background: #fff;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-radius: 5px !important;
  padding: 0 12px;
  font-family: 'Corpid', 'Arial', sans-serif;
  color: #333;
  text-align: left;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
}
.form-control:hover, .form-control:focus {
    border-color: #ccc;
    outline: none;
    box-shadow: none;
}
.has-error,
.has-error .form-control {
  border: 1px solid #f8c1c3 !important;
}
.has-error.form-group.has-feedback {
  border: none !important;
}
::-moz-placeholder {
  color: #b2b2b2 !important;
}
::-webkit-input-placeholder {
  color: #b2b2b2 !important;
}
:-ms-input-placeholder {
  color: #b2b2b2 !important;
}
::-ms-input-placeholder {
  color: #b2b2b2 !important;
}
::placeholder {
  color: #b2b2b2 !important;
}
.input-group_prefix {
  border-radius: 4px 0 0 4px;
  left: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 36px;
  text-align: center;
  font-size: 18.7px;
  line-height: 34px;
  color: #333;
  transition: border-color 0.3s ease-in-out;
  z-index: 20
}
.img_prefix {
  height: 18.7px;
}
.input-group_postfix {
  position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 48px;
outline: none;
z-index: 20;
cursor: pointer;
line-height: 34px;
text-align: left;
}
.img_postfix {
width: 32px;
height: 18px;
margin-left: 2px;
}
.masks_email, .masks_password {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  width: 100%;
  height: 36px;
  padding: 0 12px;
  color: #333;
  text-align: left;
  box-shadow: none;
  transition: border-color 0.3s ease-in-out;
}
.masks_password {
  padding-right: 48px;
}
.input-group_email .masks_email {
    padding-left: 48px;
}
.input-group_email, .input-group_password {
    width: 100%;
    position: relative;
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
width: 100%;
padding: 0;
}
/*.btn {
    background: #e30613;
    box-sizing: border-box;
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    padding: 0 20px;
    transition: background 200ms linear, color 200ms linear, border 200ms linear;
    -webkit-appearance: none;
    font: 400 18.7px/34px 'Corpid', 'Arial', sans-serif;
    font-family: 'Corpid', 'Arial', sans-serif;
    height: 36px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}*/
.btn_gray {
    background-color: #959595;
}
/*.btn:hover, .btn:focus {
    background-color: #cc061a !important;
    color: #fff !important;
}*/
.btn:focus {
    outline: none !important;
}
/*.btn:active {
    background-color: #b30517 !important;
    color: #fff !important;
}*/
.checkbox {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 10px 0;
}
.checkbox_input {
    display: none;
}
.checkbox_icon {
    background-color: #fff;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    margin-top: 0.25em;
    position: relative;
    float: left;
    margin-left: -28px;
}
.checkbox_icon,
.checkbox_text {
	display: inline-block;
	vertical-align: middle;
}
.checkbox_text {
  font-weight: normal;
  font-size: 16px;
}
.checkbox_input:checked + .checkbox_icon::before {
    content: "";
    background: url("../img/icons/blue_checkpoint.svg") no-repeat 0 0;
    background-size: cover;
    width: 13px;
    height: 12px;
    position: absolute;
    left: 3px;
    top: -2px;
    display: block;
}
.checkbox:hover .checkbox_icon {
    border-color: #ccc;
}
.row_margin_top {
  margin-top: 10%;
}
.modal .content_license {
    overflow-y: auto;
    max-height: 345px;
    padding-right: 0;
}
.popup__body h3 {
  text-align: center;
  margin: 0 0 28px 0;
}
.popup.popup-posiiton {
    position: absolute;
}
.popup-default {
    width: 870px;
    margin-left: -435px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    color: #4d4d4d;
}
.popup {
    display: block;
    left: 50%;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 20px;
}
.popup p {
  font-size: 20px !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.popup__close {
    background-image: url("../img/icons/icon-close.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
    opacity: 1;
}
.popup__padding {
    padding: 40px;
    color: #4d4d4d;
}
ol.first_list {
    list-style-position: outside;
    margin: 0;
    padding-left: 0;
    counter-reset: item;
    list-style-type: none;
}
ol.first_list > li {
  position: relative;
  margin: 0.75em 0;
  padding-left: 30px;
  line-height: 24px;
}
ol.first_list > li::before {
    background: none;
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    /*left: 0;
    top: 0;*/
    /*color: #e30613;*/
    color: #337ab7;
    margin-left: -30px;
}
ol.second_list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ol.second_list > li {
  position: relative;
  margin: 0.75em 0;
  padding-left: 0;
  line-height: 24px;
}
ol.third_list {
  list-style: none;
  padding-left: 25px;
  margin: 0;
  font-size: 0.85em;
}
ol.third_list > li {
  position: relative;
  margin: 0.5em 0;
  padding-left: 0;
  line-height: 20.4px;
}
span.li_grey {
  color: #808080;
  margin-right: 5px;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul > li {
  position: relative;
  margin: 0.75em 0;
  padding-left: 30px;
  line-height: 24px;
}
ul > li::before {
  content: "";
  background-color: #337ab7;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  /*right: inherit;*/
  top: 0.5em;
  margin-left: -26px;
}
.input_modal {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  max-width: 350px;
  min-width: 250px;
  padding: 15px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  /*margin-top: 20px;
  margin-left: -19px;*/
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 9999;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  word-wrap: break-word;
  display: none;
}
.input_modal:after {
  content: "";
  border: 7px solid transparent;
  position: absolute;
  border-right-color: #fff;
  left: -14px;
  top: 11px;
}
.input_modal_title {
  font-weight: bold;
}
.progress_bar_container {
  width: 100%;
  height: 3px;
  background: #e4e4e4;
  margin: 10px 0;
}
.input_modal_info {
  font-size: 15px;
  color: #999;
}
#progress_bar_reg_pass {
  width: 1%;
  background: #e30613;
  height: 3px;
}
.license{
background: #ffffff;
box-shadow: 0 0 4px #000000;
border-radius: 7px;
text-align: center;
margin-bottom:20px;
margin-top:20px;
padding:20px;
}
#sidebar-form label {
  font-size: 16px;
}
#sidebar-form .form-group:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .popup-default {
    width: 760px;
    margin-left: -380px;
    font-size: 16px !important;
    line-height: 1;
  }
  .popup-default p, .popup-default li {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 760px) {
  .popup-default {
    width: 300px;
    margin-left: -150px;
    font-size: 14px;
  }
  .popup-default p, .popup-default li {
    font-size: 14px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 305px) {
  .label_str1_2 {
    line-height: 18px;
  }
}
@media (max-width: 345px) {
  .label_str1_1 {
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  h3 {
    font-size: 24px;
  }
  #logo {
    height: 25px;
    margin: 5px auto;
  }
  #logo img {
    margin: 0 auto;
    float: none;
  }
  #logo span {
    font-size: 25px !important;
  }
  .mtslogo_header_tagline {
    max-width: 145px;
    margin: 11px 12px 0 0;
    font-size: 11px;
    line-height: 1.2;
  }
  #loginbox {
    width: 90%;
    margin: 0 5%;
  }
  #loginbox p {
    font-size: 13px;
    padding: 0 25px;
  }
  .form-control {
    font-size: 14px;
  }
  .label_str1, .label_str2 {
    font-size: 12px;
  }
  .checkbox {
    margin: 10px 0;
  }
  .checkbox_text {
    font-size: 12px;
  }
  .input-group {
    padding: 0 10px 8px 10px;
  }
  .btn {
    font-size: 14px;
  }
  .plate {
    background-image: none;
    height: 100% !important;
    width: 90% !important;
    margin: 10px 5% !important;
  }
  .plate_text {
    padding: 10px 5%;
  }
  .plate_title {
    font-size: 18px;
  }
  .plate_desc {
    font-size: 12px;
    margin-top: 0px;
  }
  .row_margin_top {
    margin-top: 5px;
  }
  .input_modal {
    left: auto;
    top: 100%;
  }
  .input_modal:after {
    top: -14px;
    left: 50%;
    border-bottom-color: #fff;
    border-right-color: transparent;
  }
  #loginbox .alert {
    font-size: 10px;
  }
  .subfooter {
    text-align: center;
    font-size: 8px;
    padding: 5px 0;
  }
  .subfooter [class*="col-xs-"] {
    padding: 0 5px;
  }
  .subfooter p {
    font-size: 8px;
  }
  .subfooter .navbar .nav {
    float: right;
    margin: 0;
  }
  .subfooter .navbar-nav > li {
    float: left;
  }
  .subfooter .navbar-default .nav > li > a {
    padding: 0 5px;
  }
  .subfooter .mobile_xs {
    display: block;
  }
  .subfooter .not_mobile_xs {
    display: none;
  }
  .navbar-nav > li > a {
    line-height: 11px;
  }
  @media (max-height: 415px) {
    .subfooter {
      position: relative;
      margin-top: 5px;
    }
  }
}
@media (max-width: 322px) {
  .subfooter [class*="col-xs-"] {
    width: 100%;
  }
  .subfooter .navbar .nav {
    float: none;
    margin: 0 auto;
    width: 232px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
  #logo {
    height: 25px;
    margin-top: 5px;
    margin-left: 1%;
  }
  #logo img {
    margin-right: 18px;
  }
  #logo span {
    font-size: 25px !important;
  }
  .mtslogo_header_tagline {
    max-width: 145px;
    margin: 11px 12px 0 0;
    font-size: 11px;
    line-height: 1.2;
  }
  #loginbox {
    max-width: 260px;
    margin-left: 1%;
  }
  #loginbox p {
    font-size: 12px;
    padding: 0 20px;
  }
  .form-control {
    font-size: 14px;
  }
  .label_str1, .label_str2 {
    font-size: 12px;
  }
  .checkbox {
    margin: 10px 0;
  }
  .checkbox_text {
    font-size: 11.5px;
  }
  .input-group {
    padding: 0 0 8px 0;
  }
  .label_str1_1, .label_str1_2 {
    line-height: 18px;
  }
  .btn {
    font-size: 14px;
  }
  .plate {
    height: 170px;
    margin-top: -10px;
    margin-left: 0;
    margin-right: 5px;
    padding: 0;
    float: right;
    width: 190px;
  }
  .plate_title {
    font-size: 16px;
  }
  .plate_desc {
    font-size: 12px;
    margin-top: 5px;
  }
  .row_margin_top {
    margin-top: 5px;
  }
  #loginbox .alert {
    font-size: 10px;
  }
  .subfooter {
    text-align: center;
    font-size: 10px;
    padding: 5px 0;
  }
  .subfooter [class*="col-xs-"] {
    padding: 0 5px;
  }
  .subfooter p {
    font-size: 10px;
  }
  .subfooter .navbar .nav {
    float: right;
    margin: 0;
  }
  .subfooter .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    line-height: 14px;
  }
  @media (max-height: 468px) {
    .modal .content_license {
      max-height: 190px;
    }
  }
  @media (max-height: 455px) {
    #registerform .input-group {
      padding: 5px 0 !important;
    }
  }
  @media (max-height: 400px) {
    #registerform .input-group {
      padding: 3px 0 !important;
    }
  }
  @media (max-height: 319px) {
    .subfooter {
      position: relative;
      margin-top: 10px;
    }
  }
}
@media (max-width: 700px) {
  .plate {
    /*height: 170px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
    width: 190px;*/
    padding: 0;
    /*float: left;
    clear: both;*/
  }
}
@media (max-width: 639px) {
  /*.plate {
    height: 170px;
    margin-top: -5px;
    margin-left: 20%;
    width: 37%;
    padding: 0 10px;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  #logo {
    height: 30px;
    margin-top: 15px;
    margin-left: 5%;
  }
  #logo img {
    margin-right: 18px;
  }
  #logo span {
    font-size: 25px !important;
  }
  .mtslogo_header_tagline {
    max-width: 145px;
    margin: 11px 12px 0 0;
    font-size: 11px;
    line-height: 1.2;
  }
  #loginbox {
    max-width: 290px;
    margin-left: 5%;
  }
  #loginbox p {
    font-size: 13px;
    padding: 0 25px;
  }
  .form-control {
    font-size: 14px;
  }
  .label_str1, .label_str2 {
    font-size: 12px;
  }
  .checkbox {
    margin: 10px 0;
  }
  .checkbox_text {
    font-size: 12px;
  }
  .input-group {
    padding: 0 0 8px 0;
    font-size: 12px;
  }
  .label_str1_1 {
    line-height: 18px;
  }
  .btn {
    font-size: 15px;
  }
  .plate {
    height: 200px;
    margin-top: -10px;
    margin-left: 32%;
    padding: 0;
  }
  .plate_title {
    font-size: 18px;
  }
  .plate_desc {
    font-size: 13px;
  }
  .row_margin_top {
    margin-top: 15px;
  }
  #loginbox .alert {
    font-size: 11px;
  }
  @media (max-height: 468px) {
    .modal .content_license {
      max-height: 190px;
    }
  }
  @media (max-height: 455px) {
    #registerform .input-group {
      padding: 8px 10px;
    }
  }
  @media (max-height: 400px) {
    #registerform .input-group {
      padding: 4px 0 !important;
    }
  }
}
@media (min-width: 768px) and (max-width: 839px) {
  .plate {
    margin-left: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1069px) {
  #logo {
    height: 40px;
  }
  .plate {
    width: 31%;
    margin-left: 25.3%;
    margin-top: -13px;
  }
  #loginbox {
    max-width: 350px;
  }
  #loginbox p {
    font-size: 15px;
  }
  .input-group {
    padding: 0 4px 8px 4px;
    font-size: 14px;
  }
  .plate {
    height: 220px;
  }
  .plate_title {
    font-size: 24px;
  }
  .plate_desc {
    font-size: 14px;
  }
  #loginbox .alert {
    font-size: 14px;
  }
}
@media (min-width: 1070px) and (max-width: 1169px) {
  #logo {
    height: 40px;
  }
  .plate {
    width: 31%;
    margin-left: 26%;
  }
  #loginbox {
    max-width: 350px;
  }
  #loginbox p {
    font-size: 15px;
  }
  .input-group {
    padding: 0 4px 8px 4px;
    font-size: 14px;
  }
  .plate {
    height: 240px;
  }
  .plate_title {
    font-size: 28px;
  }
  .plate_desc {
    font-size: 16px;
  }
  #loginbox .alert {
    font-size: 14px;
  }
}
@media (min-width: 1170px) and (max-width: 1399px) {
  #logo {
    height: 40px;
  }
  .plate {
    width: 32%;
    margin-left: 23%;
  }
  .plate_title {
    font-size: 36px;
  }
  .plate_desc {
    font-size: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1739px) {
  .plate {
    width: 31%;
    margin-left: 30.5%;
  }
}
@media (min-width: 1457px) and (max-width: 1739px), (min-width: 1292px) and (max-width: 1399px),
(min-width: 1086px) and (max-width: 1169px), (min-width: 992px) and (max-width: 1069px), (min-width: 353px) and (max-width: 841px), (max-width: 319px) {
  .plate .plate_desc br {
    display: none;
  }
}
@media (min-width: 1740px) {
  .plate {
    width: 26%;
    margin-left: 38%;
  }
  .plate_title {
    font-size: 45px;
  }
  .plate_desc {
    font-size: 25px;
  }
}
@media (min-width: 1850px) {
  .plate {
    width: 25%;
    margin-left: 42%;
  }
}
