.cus_login .layout_login {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.cus_login .layout_login .item_log {
  padding-top: 64px;
  padding-bottom: 50px;
}


.cus_login .layout_login .item_log .layout_item_form {
  border-right: 1px solid lightgrey;
}

.cus_login .layout_login .item_log .layout_item_form .title {
  margin-bottom: 20px;
  text-align: center;
}

.cus_login .layout_login .item_log .layout_item_form .title span {
  font-weight: 700;
  color: #222;
  font-size: 18px;
}

.cus_login .layout_login .item_log .layout_item_form .login_item .c-input {
  padding-bottom: 15px;
}

.cus_login .layout_login .item_log .layout_item_form .login_item {
  width: 320px;
  margin: 0 auto;
}

.cus_login .layout_login .item_log .layout_item_form .login_item .c-input .input-title {
  margin-bottom: 5px;
  font-size: 12px;
  color: #767676;
}

.cus_login .layout_login .item_log .layout_item_form .login_item .c-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #E5E5E5;
  padding: 0 12px;
  background: #fff;
  font-size: inherit;
  outline: none;
  line-height: inherit;
  transition: 0.3s all;
}

.cus_login .layout_login .item_log .layout_item_form .login_item .c-input input:hover {
  border: 1px solid #000;
  transition: 0.3s all;
}


.btn_login_form {
  width: 320px;
  margin: 0 auto;
  text-align: center;
}

.btn_login_form button,
.action_bottom input {
  width: 100%;
  background: #222222;
  color: white;
  border: none;
  padding: 0 24px;
  height: 44px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0px;
}

.action_bottom input:focus {
  outline: none;
  box-shadow: 0 0;
}

.req_pass {
  margin-top: 5px;
  text-align: center;
}

.forget_password {
  text-align: center;
  padding-top: 8px;
}


.forget_password span {
  font-size: 14px;
  color: #666;
}

.box_gg_fb {
  width: 320px;
  margin: 0 auto;
}

.box_gg_fb .box_or {
  margin: 20px 0;
}

.box_gg_fb .box_or .name {
  display: flex;
}

.box_gg_fb .box_or .name span {
  font-size: 12px;
  color: #cccccc;
  position: relative;
  bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

.box_gg_fb .box_or .name .line {
  width: 45%;
  height: 1px;
  background: #e5e5e5;
}

/*.btn_gg,*/
/*.btn_fb{*/
/*margin-bottom:20px;*/
/*border:1px solid lightgrey;*/
/*padding:8px;*/
/*}*/

.btn_gg button {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
  font-family: Roboto-Medium, Roboto;
  position: relative;
}

.btn_gg button img {
  width: 36px;
  height: 36px;
}

.btn_gg button {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
  font-family: Roboto-Medium, Roboto;
  position: relative;
}


.btn_lg button {
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  padding: 10px;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
  font-family: Roboto-Medium, Roboto;
  position: relative;
}

.btn_lg img {
  width: 34px;
  height: 34px;
  padding: 8px;
}

.btn_gg {
  border: 1px solid lightgrey;
  padding: 5px;
  text-align: center;
}

.btn_fb button span {
  padding-left: 50px;
}

.btn_fb button i {
  position: absolute;
  left: 40px;
  top: 14px;
  color: #2553b4;
}


.note_login {
  width: 320px;
  margin: 0 auto;
}

.note_login .text span {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}

.register_form {
  /*width: 320px;*/
  margin: 0 auto;
}


.register_form .layout_form_register .title {
  text-align: center;
  margin-bottom: 20px;
}

.register_form .layout_form_register .title span {
  font-weight: 700;
  color: #222;
  font-size: 18px;
}

.register_form .layout_form_register .register_item .c-input {
  padding: 0px 0px 15px;
}

.register_form .layout_form_register .register_item .c-input .input-title {
  margin-bottom: 5px;
  font-size: 12px;
  color: #767676;
}

.register_form .layout_form_register .register_item .c-input input {
  width: 100%;
  height: 40px;
  border: 1px solid #E5E5E5;
  padding: 0 12px;
  background: #fff;
  font-size: inherit;
  outline: none;
  line-height: inherit;
  transition: 0.3s all;
}

.register_form .layout_form_register .register_item .c-input input:hover {
  border: 1px solid #000;
}


#button-googles {
  width: 100%;
}

#button-googles img {
  width: 36px;
  height: 36px;
}


/*hoang*/
.c-select {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.c-select .fullWidth-input {
  border: 1px solid #E5E5E5;
  font-size: 14px;
  padding: 0 5px;
  width: 100%;
  max-width: none;
}

@media(max-width: 768px) {
  .c-select {
    display: block;
    padding: 0 !important;
  }
  
  .c-select .fullWidth-input {
    margin-bottom: 15px;
  }
}

.background-succc,
.background-succ {
  background-color: #000000;
  color: #fff;
  width: 355px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.background-succc .content,
.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}

.background-succc .content img,
.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succc .content p,
.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0px auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

.error-text,
.error-text-login {
  display: none;
  color: red;
}