/* Font-family */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin : 0;
  padding : 0;
  border : 0;
  font-size : 100%;
  font : inherit;
  font-family : 'Montserrat', sans-serif !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display : block;
}

body {
  line-height : 1;
}

ul {
  list-style : none;
}

blockquote, q {
  quotes : none;
}

blockquote:before, blockquote:after {
  content : none;
}

q:before, q:after {
  content : none;
}

img {
  width : 100%;
  object-fit : cover;
}

table {
  border-collapse : collapse;
  border-spacing : 0;
  width : 100%;
}

.row {
  --bs-gutter-x : 1.5rem;
  --bs-gutter-y : 0;
}

.not-allowed {
  cursor : not-allowed !important;
}

input:disabled, input[disabled] {
  background : -webkit-repeating-linear-gradient(145deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  background :         repeating-linear-gradient(-55deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  -webkit-transition : all 0.3s;
          transition : all 0.3s;
}

select:disabled, select[disabled] {
  background : -webkit-repeating-linear-gradient(145deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  background :         repeating-linear-gradient(-55deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  -webkit-transition : all 0.3s;
          transition : all 0.3s;
}

textarea:disabled, textarea[disabled] {
  background : -webkit-repeating-linear-gradient(145deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  background :         repeating-linear-gradient(-55deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  -webkit-transition : all 0.3s;
          transition : all 0.3s;
}

input:disabled + label:before, input[disabled] + label:before {
  background : -webkit-repeating-linear-gradient(145deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  background :         repeating-linear-gradient(-55deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  -webkit-transition : all 0.3s;
          transition : all 0.3s;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple, .select2-container--default.select2-container--disabled .select2-selection--single {
  background : -webkit-repeating-linear-gradient(145deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  background :         repeating-linear-gradient(-55deg, #F5F5F5, #F5F5F5 10px, #F0F0F0 10px, #F0F0F0 20px) !important;
  -webkit-transition : all 0.3s;
          transition : all 0.3s;
}

button:disabled, button[disabled] {
  background-color : #F0F0F0 !important;
}

a {
  outline : none;
  text-decoration : underline;
}
a:active, a:focus {
  outline : none;
}

select, input {
  outline : none;
  border : 0;
}
select:focus, input:focus {
  outline : none;
  border : 0;
}

button {
  border : none;
  -webkit-transition : all 0.3s;
          transition : all 0.3s;
  outline : none !important;
}

body .content  .auth-page {
  overflow : hidden;
}
body .content  .auth-page .container-fluid {
  padding : 0;
}
body .content  .auth-page .container-fluid .auth-page-wrap {
  background-color : #1E2329;
  padding : 35px 40px;
  height : 100vh;
  position : relative;
}
body .content  .auth-page .container-fluid .auth-page-wrap .head {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : start;
  -webkit-justify-content : flex-start;
  -ms-flex-pack : start;
          justify-content : flex-start;
}
body .content  .auth-page .container-fluid .auth-page-wrap .head .language-select select {
  background-color : transparent;
  border : 1px solid #BBBBBB;
  color : #BBBBBB;
  font-size : 14px;
  line-height : 16px;
  padding : 3px 6px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .head .language-select select option {
  font-size : 14px;
  line-height : 16px;
  padding : 3px 6px;
  min-height : 1px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .head .social-block {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  margin-left : 10px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .head .social-block a {
  margin-right : 10px;
  width : 26px;
  height : 26px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .head .social-block a:last-child {
  margin-right : 0;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box {
  padding : 120px 140px 0 140px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo {
  margin-bottom : 40px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo img {
  width : 250px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo h5 {
  color : #FFFFFF;
  font-size : 14px;
  margin-top : 10px;
  line-height : 1;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form {
  background-color : #FFFFFF;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form {
  padding : 45px 40px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .error-msg {
  display : none;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .input-wrap {
  position : relative;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .input-wrap i {
  position : absolute;
  left : 15px;
  top : 20px;
  color : #000000;
  font-size : 24px;
  z-index : 1;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .input-wrap input {
  background-color : #EEEEEE;
  border : 1px solid #BBBBBB;
  padding : 15px 30px 15px 62px;
  margin-bottom : 10px;
  width : 100%;
  min-height : 62px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .input-wrap input:focus + legend, body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .input-wrap input:valid + legend {
  -webkit-transform : scale(0.7) translate(-8px, -18px);
      -ms-transform : scale(0.7) translate(-8px, -18px);
          transform : scale(0.7) translate(-8px, -18px);
  -webkit-transition : -webkit-transform 0.4s;
          transition : -webkit-transform 0.4s;
          transition :         transform 0.4s;
          transition :         transform 0.4s, -webkit-transform 0.4s;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .input-wrap legend {
  -webkit-transition : all 0.4s;
          transition : all 0.4s;
  position : absolute;
  top : 24px;
  left : 60px;
  font-size : 15px;
  color : #8F8F8F;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr {
  margin-top : 20px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : start;
  -webkit-align-items : flex-start;
  -ms-flex-align : start;
          align-items : flex-start;
  -webkit-box-pack : justify;
  -webkit-justify-content : space-between;
  -ms-flex-pack : justify;
          justify-content : space-between;
  -webkit-flex-wrap : wrap;
      -ms-flex-wrap : wrap;
          flex-wrap : wrap;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr .forgot-pass {
  margin-right : 30px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr .forgot-pass a {
  color : #000000;
  font-size : 15px;
  font-weight : 600;
}
body .content .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr .btn-auth {
  position : relative;
  background-color : #1E2329;
  font-size : 20px;
  cursor : pointer;
  width : 54%;
  padding : 18px 65px 18px 45px;
  border : 0;
  color : #FFFFFF;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
  font-weight : 400;
  cursor : pointer;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr .btn-auth i {
  margin-left : 15px;
  font-size : 8px;
  position : relative;
  -webkit-transition : all 0.4s;
          transition : all 0.4s;
  color : #FFFFFF;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr .btn-auth:hover i {
  -webkit-transform : translate(5px, 0px);
      -ms-transform : translate(5px, 0px);
          transform : translate(5px, 0px);
  -webkit-transition : all 0.4s;
          transition : all 0.4s;
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box #recovery .input-wrap input:focus + legend {
  -webkit-transform : scale(0.7) translate(-38px, -18px);
      -ms-transform : scale(0.7) translate(-38px, -18px);
          transform : scale(0.7) translate(-38px, -18px);
}
body .content  .auth-page .container-fluid .auth-page-wrap .auth-box #recovery {
  display : none;
}

body .content  .auth-page .container-fluid .auth-page-wrap .auth-box #recovery .input-wrap .icon-auth-mail, body .content  .auth-page .container-fluid .auth-page-wrap .auth-box #pass-recovery .input-wrap .icon-auth-mail {
  font-size : 20px;
  top : 22px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : end;
  -webkit-align-items : flex-end;
  -ms-flex-align : end;
          align-items : flex-end;
  position : absolute;
  left : 40px;
  bottom : 35px;
  width : calc( 100% - 80px);
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : start;
  -webkit-align-items : flex-start;
  -ms-flex-align : start;
          align-items : flex-start;
  -webkit-box-pack : start;
  -webkit-justify-content : flex-start;
  -ms-flex-pack : start;
          justify-content : flex-start;
  width : 70%;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo img {
  max-width : 158px;
  min-width : 158px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo .conditions {
  line-height : 14px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  margin-left : 10px;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
      -ms-flex-direction : column;
          flex-direction : column;
  -webkit-box-align : start;
  -webkit-align-items : flex-start;
  -ms-flex-align : start;
          align-items : flex-start;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo .conditions p {
  color : #FFFFFF;
  font-size : 12px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo .conditions a {
  color : #FFFFFF;
  text-decoration : none;
  font-size : 12px;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo .conditions a:hover {
  text-decoration : underline;
}
body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .version {
  font-size : 12px;
  line-height : 15px;
  color : #FFFFFF;
  width : 30%;
  text-align : right;
}
body .content  .auth-page .container-fluid .company-info {
  background-color : #FFFFFF;
  padding : 0;
  position : relative;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : center;
  -webkit-justify-content : center;
  -ms-flex-pack : center;
          justify-content : center;
}
body .content  .auth-page .container-fluid .company-info .company-center {
  padding : 0 70px;
}
body .content  .auth-page .container-fluid .company-info .company-center .company-logo {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-flex : 1;
  -webkit-flex : 1 0 100%;
      -ms-flex : 1 0 100%;
          flex : 1 0 100%;
  -webkit-flex-wrap : wrap;
      -ms-flex-wrap : wrap;
          flex-wrap : wrap;
  margin-right : calc(var(--bs-gutter-x)/ -2);
  margin-left : calc(var(--bs-gutter-x)/ -2);
  margin-bottom : 25px;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction : column;
      -ms-flex-direction : column;
          flex-direction : column;
}
body .content  .auth-page .container-fluid .company-info .company-center .company-logo img {
  width : 30%;
}
body .content  .auth-page .container-fluid .company-info .company-center .company-logo p {
  color : #A1A1A1;
  margin-top : 12px;
  font-size : 14px;
  line-height : 18px;
}
body .content .auth-page .container-fluid .company-info .company-center .news-block .item {
  background-color : #E9E9E9;
  position : relative;
  padding : 15px 12px;
  max-width : calc( 33.33333% - 17px);
  -webkit-box-flex : 0;
  -webkit-flex : 0 0 calc( 33.33333% - 17px);
      -ms-flex : 0 0 calc( 33.33333% - 17px);
          flex : 0 0 calc( 33.33333% - 17px);
}
body .content  .auth-page .container-fluid .company-info .company-center .news-block .item h2 {
  font-size : 20px;
  line-height : 30px;
  margin-bottom : 20px;
  text-align : left;
  font-weight : 700;
}
body .content  .auth-page .container-fluid .company-info .company-center .news-block .item p {
  font-size : 14px;
  line-height : 26px;
}
body .content  .auth-page .container-fluid .company-info .company-center .news-block .item .date {
  margin-top : 2px;
  font-size : 12px;
  color : #A0A0A0;
}
body .content  .auth-page .container-fluid .company-info .company-center .news-block .item:nth-child(1) {
  margin-left : 0;
  margin-right : 12.5px;
}
body .content  .auth-page .container-fluid .company-info .company-center .news-block .item:nth-child(2) {
  margin-left : 12.5px;
  margin-right : 12.5px;
}
body .content  .auth-page .container-fluid .company-info .company-center .news-block .item:nth-child(3) {
  margin-left : 12.5px;
  margin-right : 0;
}
body .content  .auth-page .container-fluid .company-info .company-center .more-news {
  margin : 30px 0;
  width : 100%;
  padding : 0;
  text-align : right;
  color : #A1A1A1;
  position : relative;
}
body .content  .auth-page .container-fluid .company-info .company-center .more-news::before {
  content : '';
  position : absolute;
  left : 0;
  width : 100%;
  height : 1px;
  top : 50%;
  background-color : #A1A1A1;
  z-index : 1;
}
body .content  .auth-page .container-fluid .company-info .company-center .more-news a {
  overflow : hidden;
  padding-left : 10px;
  color : #A1A1A1;
  font-size : 12px;
  line-height : 15px;
  background-color : #FFFFFF;
  display : inline-block;
  position : relative;
  z-index : 2;
  text-decoration : none;
}

body .content .auth-page .container-fluid .company-info .company-center .information {
  --bs-gutter-x : 0rem !important;
  margin : 0;
  padding : 0;
}
body .content  .auth-page .container-fluid .company-info .company-center .information h3 {
  font-size : 24px;
  line-height : 1;
  font-weight : 600;
  margin-bottom : 15px;
}
body .content  .auth-page .container-fluid .company-info .company-center .information p {
  font-size : 14px;
  line-height : 26px;
}
body .content .auth-page .container-fluid .company-info .support {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  position : absolute;
  bottom : 40px;
  width : 100%;
  -webkit-justify-content : space-around;
  -ms-flex-pack : distribute;
          justify-content : space-around;
  text-align : center;
}
.info-mail {
  margin-right : 15px;
}
body .content  .auth-page .container-fluid .company-info .support .service-client {
  color : #B1B1B1;
  font-size : 12px;
  line-height : 15px;
  text-decoration : none;
}
body .content  .auth-page .container-fluid .company-info .support .info {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display :         flex;
  -webkit-box-align : center;
  -webkit-align-items : center;
  -ms-flex-align : center;
          align-items : center;
  -webkit-box-pack : end;
  -webkit-justify-content : flex-end;
  -ms-flex-pack : end;
          justify-content : flex-end;
}
body .content  .auth-page .container-fluid .company-info .support .info a {
  color : #000000;
  font-size : 14px;
  text-decoration : none;
}
body .content  .auth-page .container-fluid .company-info .support .info a i {
  font-size : 14px;
  margin-right : 5px;
}
body .content  .auth-page .container-fluid .company-info .support .info a:hover {
  text-decoration : none;
}

@media (max-width: 1725px) {
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form {
    padding : 35px 30px;
  }
}

@media (min-width: 1600px) and (max-width: 1882px) {
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box {
    padding : 120px 100px 0 100px;
  }
}

@media (max-width: 1600px) {
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box {
    padding : 120px 90px 0 90px;
  }
}

@media (max-width: 1882px) {
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .auth-form form .ftr .btn-auth {
    width : 100%;
    margin-top : 20px;
  }
}

@media (max-width: 1280px) {
  body .content .auth-page .container-fluid .auth-page-wrap {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 auto;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : 100%;
    position : relative;
    padding-bottom : 700px;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box {
    position : absolute;
    padding : 0;
    width : 50%;
    height : 50%;
    left : 50%;
    top : 50%;
    -webkit-transform : translate(-50%, -50%);
        -ms-transform : translate(-50%, -50%);
            transform : translate(-50%, -50%);
  }
  body .content  .auth-page .container-fluid .company-info {
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 auto;
        -ms-flex : 0 0 auto;
            flex : 0 0 auto;
    width : 100%;
    margin-top : 50px;
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction : column;
        -ms-flex-direction : column;
            flex-direction : column;
  }
  body .content .auth-page .container-fluid .company-info .support {
    position : relative;
    top : 0;
    left : 0;
    width : 100%;
    margin : 25px 0 25px 0;
  }
}

@media (max-width: 768px) {
  .info-mail {
    margin-bottom : 15px;
  }

  body .content .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo img {
    width : 200px;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo h5 {
    font-size : 12px;
  }
  body .content  .auth-page .container-fluid .company-info .company-center {
    padding : 0 55px;
  }
  body .content  .auth-page .container-fluid .company-info .company-center .company-logo {
    margin-bottom : 30px;
  }
  body .content  .auth-page .container-fluid .company-info .company-center .company-logo img {
    width : 40%;
  }
  body .content  .auth-page .container-fluid .company-info .company-center .company-logo p {
    font-size : 15px;
  }
  body .content  .auth-page .container-fluid .company-info .company-center .news-block .item {
    padding : 30px;
    max-width : 100%;
    -webkit-box-flex : 0;
    -webkit-flex : 0 0 100%;
        -ms-flex : 0 0 100%;
            flex : 0 0 100%;
  }
  body .content  .auth-page .container-fluid .company-info .company-center .news-block .item:nth-child(1), body .content  .auth-page .container-fluid .company-info .company-center .news-block .item:nth-child(2) {
    margin-left : 0;
    margin-right : 0;
    margin-bottom : 20px;
  }
  body .content  .auth-page .container-fluid .company-info .company-center .news-block .item:nth-child(3) {
    margin-left : 0;
    margin-right : 0;
    margin-bottom : 0;
  }
  body .content  .auth-page .container-fluid .company-info .sup
  port {
    position : relative;
    top : 0;
    left : 0;
    width : 100%;
    padding : 0 55px;
  }
}

@media screen and (max-width: 605px) {
  body .content  .auth-page .container-fluid .company-info .support {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction : column;
        -ms-flex-direction : column;
            flex-direction : column;
  }
  body .content  .auth-page .container-fluid .company-info .support .service-client {
    margin-bottom : 10px;
  }
  .info {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction : column;
        -ms-flex-direction : column;
            flex-direction : column;
  }
}

@media screen and (max-width: 576px) {
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box {
    width : 75%;
    height : 50%;
  }
}

@media screen and (max-width: 520px) {
  body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution {
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -webkit-flex-direction : column;
        -ms-flex-direction : column;
            flex-direction : column;
    -webkit-box-align : center;
    -webkit-align-items : center;
    -ms-flex-align : center;
            align-items : center;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .golive-logo {
    margin-bottom : 10px;
    width : 100%;
    -webkit-box-pack : center;
    -webkit-justify-content : center;
    -ms-flex-pack : center;
            justify-content : center;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap .golive-solution .version {
    width : auto;
  }
}

@media screen and (max-width: 420px) {
  body .content  .auth-page .container-fluid .company-info .company-center {
    padding : 0 40px;
  }
  body .content  .auth-page .container-fluid .company-info .support {
    width : calc( 100% - 80px);
    margin : 50px 0 20px 0;
    padding : 0 40px;
  }
}

@media screen and (min-width: 1921px) {
  body .content  .auth-page {
    max-width : 1920px;
    margin : auto;
    position : relative;
    height : 960px;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap {
    height : 960px;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo img {
    width : 300px;
  }
  body .content  .auth-page .container-fluid .auth-page-wrap .auth-box .godoc-logo h5 {
    font-size : 14px;
  }
}

/*password recovery loading styles*/
.modal {
  display : none;
  position : fixed;
  z-index : 1000;
  top : 0;
  left : 0;
  height : 100%;
  width : 100%;
  background : rgba( 255, 255, 255, 0.8 ) url('../../images/godoc/loading.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
  overflow : hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display : block;
}