/***
 * Created by: Technobd
 * Date: Nov 26, 2011
 * Scss Date: August 09 2021 
 * Website: https://technobd.com/
***/
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,
font,
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 {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style: none;
}

/***GENERAL STYLES***/
body {
  font-family: DroidSansRegular, "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 12px;
}

body.icann-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

input:focus,
button:focus {
  border: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

.user-login-body {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.login-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  width: 1056px;
}

.login-form-logo {
  width: 336px;
  text-align: right;
  top: 47px;
}

@media screen and (max-width: 1800px) {
  .login-form-logo {
    width: 337px;
  }
}

.login-form-logo img {
  width: 63%;
  display: none;
}

body.icann-bg.user-login-body {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.login-form-container .icann-form {
  position: relative;
  z-index: 1;
  padding-top: 70px;
}

.login-form-container .icann-form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form-container .icann-form ul li {
  list-style: outside none none;
  margin: 0 11px 0px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.login-form-container .icann-form ul li:nth-child(2) {
  margin: 0 15px 0 0;
}

.login-form-container .icann-form ul li:nth-child(2) .input {
  margin-right: 0px;
}

.login-form-container .icann-form ul li .submit-btn {
  background-image: url(../images/login_arrow_normal_3.png);
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 186px;
  height: 140px;
  background-size: cover;
}

.login-form-container .icann-form ul li .submit-btn:hover {
  background-image: url(../images/login_arrow_hover_3.png);
}

.login-form-container .icann-form ul li input {
  background-color: #dde9f4 !important;
  border: 1px solid #dde9f4;
  border-radius: 20px;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  font-size: 14px;
  height: 25px;
  padding: 5px 10px;
  width: 162px;
}

@media screen and (max-width: 1800px) {
  .login-form-container .icann-form ul li input {
    width: 155px;
  }
}

.login-form-container .icann-form ul li input.error {
  border: 1px solid red !important;
}

.login-form-container .icann-overlay {
  width: 400px;
  position: absolute;
  left: 50.6%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1800px) {
  .login-form-container .icann-overlay {
    left: 52%;
  }
}

@media (max-width: 1625px) {
  .login-form-container .icann-overlay {
    left: 54%;
  }
}

@media (max-width: 1380px) {
  .login-form-container .icann-overlay {
    left: 56%;
  }
}

@media (max-width: 1380px) {
  .login-form-container .icann-overlay {
    left: 56%;
  }
}

.login-form-container .icann-overlay .logo {
  position: relative;
  left: -1px;
  top: 46px;
  margin: auto;
  text-align: center;
  display: none;
}

.login-footer {
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 20px;
  right: 20px;
  color: #fff;
}

.login-footer div {
  width: 32%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.login-footer div a {
  color: #fff;
  text-decoration: none;
}

.forgot-password-form ul li input {
  width: 375px !important;
  margin: 0px !important;
}

.forgot-password-form .paw-note {
  line-height: 13px;
  font-size: 11px;
  text-align: left;
  background: rgba(0, 0, 0, 0.3);
  color: #fcfcfc;
  padding: 5px;
  margin: 20px 10px 10px 10px;
  position: relative;
  top: -54px;
}
/*# sourceMappingURL=login.css.map */