*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Nunito', sans-serif;
  background: linear-gradient(to bottom, #1488cc, #2b32b2, #cc2b5e);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5% 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.logo {
  display: block;
  margin: 0 auto 0;
  margin-bottom: 2%;
}

.bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: ' ';
  z-index: -1;
  backface-visibility: hidden;
  opacity: 0.8;
}

img {
  vertical-align: middle;
  border-style: none;
}

form {
  max-width: 300px;
  margin: 10px auto;
  /* padding: 50px; */
  /* padding-bottom:10px; */
  padding: 50px 40px 50px 40px;
  /* background: #1D263C; */
  /* background: rgba(29, 38, 60, 0.95); */
  background: hsl(217deg 17% 15% / 98%);
  border-radius: 8px;
}

form,
form input,
form select {
  -webkit-box-shadow: 14px 11px 31px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 14px 11px 31px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 14px 11px 31px -18px rgba(0, 0, 0, 0.75);

}

h1 {
  margin: 0 0 30px 0;
  text-align: center;
}

/* input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select.form-control {
  border: none;
  font-size: 14px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 12px;
  width: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  border-radius: 5px;
} */

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
  color: black;
}

button,
input[type="submit"],
input[type="button"] {
  padding: 6px 20px;
  color: #fff;
  background-color: #1161EE;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  border-radius: 2px;
  width: 100%;
  border: 1px solid #1161EE;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

label {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  /* font-weight:700; */
  color: #AAAAAA;
}

.required-color {
  color: #FF0000;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

.mup {
  margin-top: 15px;
}

.rme {
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 480px) {

  form {
    /* max-width: 420px; */
    max-width: 549px;
  }

}

.custom-control-label::before {
  top: 0.1rem !important;
}

.custom-control-label::after {
  top: 0.1rem !important;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef77;
  opacity: 1;
}

.password {
  padding: 0;
  position: relative;
  ;
}

.container i {
  position: absolute;
  bottom: 0px;
  right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

input.otp {
  color: #aaa;
  border-radius: 5px;
  border: #2D323A;
  background-color: #2D323A;
}
input.otp:focus-visible {
  color: #fff;
  outline: 2px solid #545454;
}

.resendOtp {
  color: #FF0000;
  padding-left: 5px;
  border-radius: 3px;
}

.btn-confirm-otp {
  background-color: #1161EE;
}

/* @media (min-width: 1200px) {
  form {
    margin: 10px 70px;
  }
} */

.head__title-login {
  font-size: 27px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.form-input {
  color: #aaa;
  background-color: #2D323A;
  border: 1px solid #2D323A;
}

.form-input:focus {
  color: #fff;
  background-color: #191D26;
  border: 1px solid #191D26;
  box-shadow: none;
}

.ui.fluid.search.selection.dropdown.dropdown-broker {
  background: #2D323A;
  color: #aaa;
}

.ui.fluid.search.selection.dropdown.dropdown-broker.active.visible {
  border-color: #2D323A;
}

.demo-register {
  color: #FF8800;
  text-decoration: none;
}

.demo-register:hover {
  color: #FF8800;
}

div#selBroker.dropdown-broker {
  background-color: #464b52;
  border: none;
}

.ui.selection.dropdown .menu>.item {
  color: #aaa;
  border-top: 1px solid #2d323a;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

.ui.dropdown .menu>.item {
  color: #aaa;
}

.ui.dropdown .menu>.item:hover {
  background: rgba(0, 0, 0, .05);
  color: #fff;
  z-index: 13;
}

.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
  color: #fff;
}

.ui.dropdown>.dropdown.icon:before {
  content: '\23F7';
}

.text-head-otp .font-otp {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}
.text-head-otp .font-otp-tel {
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  margin-top: 15px;
}
.text-head-otp .font-otp-ref {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: rgb(255 255 255 / 50%);
  letter-spacing: .5px;
  margin-top: 15px;
}




.title{
  font-weight:600;
  margin-top:20px;
  font-size:24px
}

.customBtn{
  border-radius:0px;
  padding:10px;
}

.test input{
  display:inline-block;
  width:52px;
  height:52px;
  text-align:center;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: #201d1eb3 !important;
}