html {
  height: 100%; }
.login-bg{
background: #fff;
border-radius: 5px;
padding: 30px 0px;
}
body {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #001427;
  min-height: 100%;
  position: relative;
  /*background: url("../img/login-bt.png") no-repeat center center fixed;*/
  background: url("../img/register-bg.png") no-repeat center center fixed;
   background-size:cover;
   }
  .arrow-btn {
    position: relative;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 55px 13px 25px;
    white-space: nowrap;
    border-radius: 30px;
    border:none;
    background: #0450bd;
    background: linear-gradient(to right,#0450bd 0%,#0140a8 25%,#233099 51%,#792091 75%,#c2148b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0450bd',endColorstr='#c2148b',GradientType=1);
    transition: all .4s ease-in-out;
}
.arrow-btn:hover {
  background: #c2148b;
  background: linear-gradient(to right,#c2148b 0%,#792091 25%,#233099 49%,#0140a8 75%,#0450bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2148b',endColorstr='#0450bd',GradientType=1);
  transition: all .4s ease-in-out;
  color: #fff;
}
.arrow-btn::before {
  position: absolute;
  content: '';
  right: 25px;
  top: 50%;
  margin-top: -5px;
  background-image: url('../img/icon-right-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 21px;
  height: 10px;
}
.arrow-default{
  padding:13px 30px 13px 30px!important;
  }
.modal-dialog {
  max-width: 100%; }

.modal-footer {
  text-align: right; }

.btn {
  padding: .2rem .75rem; }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #19457F;
  border-color: #11315D; }

.btn-primary {
  color: #fff;
  background-color: #19457F;
  border-color: #11315D;
 }

#sign_up_panel input[type='checkbox'] {
  width: 20px;
  height: 20px;
  cursor: pointer; }

#sign_up_panel .checkbox input[type='checkbox'] {
  margin-left: -30px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

#legalese label {
  font-weight: 600 !important; }

/*checkbox starts*/
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc; }

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #1D457E;
  border: 1px solid #11315D; }

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #1D457E;
  border: 1px solid #11315D; }

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

/*checkbox ends starts*/
/*.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 35px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}*/
#sign_up_panel input, #sign_up_panel select {
  border-color: #ccc; }

.validation_div {
  display: none;
  color: #a2102b; }

.required {
  color: red; }

.form-group label {
  font-size: 12px;
  margin-bottom: 0px; }

.alert {
  color: red;
  margin: 0px;
  padding: 0px; }

.sign-up-box-mobile {
  display: none; }

.logo-b-text {
  text-align: center;
  padding: 0px 100px 10px 100px;
  font-weight: 500; }

.logo-b-text-second {
  text-align: center;
  padding: 0px 100px 36px 100px;
  font-weight: 500; }

.top-strip {
  background: #00359B;
  width: 100%;
  height: 5px;
  margin: 0px; }

.heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #001427; }
.no-padding{
padding: 0px;	
}
.login-box {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem;
  margin: 0rem 1rem;
  position: relative; }

.input-box {
  padding: 1rem 1rem; }

.field input:placeholder-shown:not(:focus)::-moz-placeholder, .field select:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0; }

label {
  display: inline-block;
  margin-bottom: 1.5rem; }

.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em; }

/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
label, input {
  transition: all 0.2s;
  touch-action: manipulation; }

input {
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  /*-webkit-appearance: none;*/
  border-radius: 0;
  padding: 0;
  cursor: text;
  background: transparent; }

input:focus {
  outline: 0;
  border-bottom: 1px solid #666; }

label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 600;
  color: #646262; }

.login-form label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 9px;
  font-weight: 600;
  color: #001427; }

input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 2.5rem) scale(1.5); }

/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit; }

/**
* Show the placeholder when the input is focused.
*/
.login-form input:focus::-webkit-input-placeholder {
  opacity: 1; }

/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {

-webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}

input:-internal-autofill-selected+label {
transform:translate(0, 0.25rem) scale(1);

}

input:not(:placeholder-shown) + label,
input:focus + label {
transform:translate(0, 0.25rem) scale(1);
  cursor: pointer;

}



.login-footer {
  display: flex;
  padding: 1rem 1rem;
  margin-bottom: 20px; }

.login-footer a {
  color: #066DFE;
  text-decoration: underline; }

.login-footer a:hover {
  color: #1C447F; }

.login-box-bottom-box {
  background: #00359B;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 7px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0; }

footer {
  background:#066DFE;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

hr {
  margin: 50px; }

#sign_up_panel .picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px; }

#sign_up_panel .picture {
  width: 106px;
  height: 106px;
  background-color: #999999;
  border: 4px solid #CCCCCC;
  color: #FFFFFF;
  border-radius: 50%;
  margin: 5px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s; }

#sign_up_panel .picture-src {
  width: 100%; }

#sign_up_panel .picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 100%; }

.h6, h6 {
  font-size: 1rem; }

#sign_up_panel small {
  color: #999999;
  font-style: italic;
  display: block;
  padding: 0px 2px; }

  @media (min-width: 1200px){
    .login-boxx{
      padding-bottom:50px;
      }
  }

@media only screen and (max-width: 1024px) {
  .login-box {
    margin: 0rem; }

  .inner-bg {
    padding: 60px 0 60px 0; } }
@media only screen and (max-width: 979px) {
  .login-boxx{
    padding-bottom:50px;
    }
  hr {
    display: none; }

  .login-box {
    margin: 5rem; }



  .sign-up-box {
    display: none; }

  .sign-up-box-mobile {
    display: block; } }
@media only screen and (max-width: 767px) {
  .login-boxx{
    padding-bottom:50px;
    }
  .logo-b-text {
    padding: 0px; }

  .logo-b-text-second {
    padding: 0px;
    padding-bottom: 25px; }

  hr {
    display: none; }

  .login-box {
    margin: 2rem 0rem; }



  .sign-up-box {
    display: none; }

  .sign-up-box-mobile {
    display: block; } }
    @media (max-width: 575.98px) {
  .login-boxx{
  padding-bottom:50px;
  }

  .logo-b-text {
    padding: 0px; }

  .logo-b-text-second {
    padding: 0px;
    padding-bottom: 25px; }

  hr {
    display: none; }

  .login-box {
    margin: 2rem 0rem; }

  .sign-up-box {
    display: none; }

  .sign-up-box-mobile {
    display: block; } }

/*# sourceMappingURL=custom.css.map */
