* {
  -webkit-border-radius:0 0 0 0;
  border-radius:0 0 0 0;
  /*color:#406286 !important;*/
}

.login-card {
  max-width:350px;
  padding:40px 40px;
  margin:0 auto;
}

.login-card .profile-img-card {
  width:96px;
  height:96px;
  margin:0 auto 10px;
  display:block;
  border-radius:50%;
}

.login-card .profile-name-card {
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin:10px 0 0;
  min-height:1em;
}

h3 {
  text-align:center;
}

.under_s2 {
  color:#011547;
  text-align:left;
  position:relative;
  width:calc(100% - 25px);
  margin-left:25px;
  display:block;
}

.under_s2 span {
  display:block;
  position:absolute;
  height:8px;
  width:8px;
  background-color:#011547;
  border-radius:4px;
  top:6px;
  left:-20px;
}

#nav_header {
  height:80px;
  background-color:white;
  z-index:1200000;
  margin:0px;
  position:fixed;
  top:0;
  width:100%;
}

#section1 {
  color:#ebeff1;
  background-color:transparent;
  top:80px;
  width:100%;
  height:calc(100vh - 80px);
  z-index:0;
  padding:0px;
  position:relative;
  background-image:url('../../assets/img/zzxs.png');
  background-size:cover;
}

.border_img {
  max-width:460px;
  width:100%;
  height:auto;
}

.logo_tma {
  height:120px !important;
  float:right !important;
  margin-left:0px !important;
  margin-top:-20px !important;
}

@media (max-width:767px) {
  .logo_tma {
    float:none !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:0px !important;
  }
}

@media (min-width:768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float:left;
  }
}

#register_link {
  font-size:1.3em;
  text-align:center;
  margin:0 auto;
  margin:0px;
  width:auto;
  padding:0px;
  background-color:#00F3A7;
  border:1px solid #00F3A7;
  color:#011447;
  padding-left:10px;
  margin-bottom:0px;
  margin-right:10px;
  padding-right:10px;
}

#login_link {
  margin-right:0px;
  margin-top:0px;
  background-color:white;
  border:1px solid #00F3A7;
  color:#011447;
  font-size:1.3em;
  text-align:center;
  margin:0 auto;
  margin:0px;
  width:auto;
  padding:0px;
  padding-left:10px;
  padding-right:10px;
  margin-left:10px;
}

@media (max-width:767px) {
  .link_header {
    display:block !important;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:10px !important;
    margin-bottom:10px !important;
  }
}

