@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

*,
::after,
::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  height: 100vh;
  font-family: "Roboto", sans-serif;
  /* background-image: url("https://images.pexels.com/photos/924824/pexels-photo-924824.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); */
  /* background-image: url("https://images.pexels.com/photos/1418595/pexels-photo-1418595.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn.btn-primary:not(:disabled):not(.disabled):active:not(.btn-text),
.btn.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-primary.dropdown-toggle,
.show .btn.btn-primary.btn-dropdown {
  color: #ffffff;
  background-color: #db3a0f;
  border-color: #db3a0f;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:focus:not(.btn-text),
.btn.btn-primary.focus:not(.btn-text) {
  color: #ffffff;
}
.btn:not(:disabled):not(.disabled):active:not(.btn-text),
.btn:not(:disabled):not(.disabled).active,
.show > .btn.dropdown-toggle {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #037fff;
  border-color: #0079f5;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover:not(.btn-text),
.btn:focus:not(.btn-text),
.btn.focus {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn.btn-primary {
  color: #787473;
  background-color: #cdcbcb;
  border-color: #cdcbcb;
  font-weight: 500;
  font-size: 14px;
}
.btn:not(.btn-text) {
  cursor: pointer;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1086ff;
  border-color: #037fff;
}
.btn:hover {
  color: #3f4254;
  text-decoration: none;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
.btn {
  outline: none !important;
  vertical-align: middle;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.btn-primary {
  color: #ffffff;
  background-color: #fa4616;
  border-color: #fa4616;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  display: inline-block;
  font-weight: normal;
  color: #3f4254;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    -webkit-box-shadow 0.3s ease-in-out;
}
.nolink {
  text-decoration: none;
}

.text-primary {
  color: #fa4616;
}

.text-black {
  color: #4E4C4B;
}

.register {
  margin-top: 16px;
}
.register-normal {
  font-weight: 400 !important;
  color: #787473;
}

.go-back {
  font-weight: 500 !important;
  font-size: 14px;
}

.recover-password {
  font-weight: 500 !important;
}

.text-danger {
  color: red;
}
.form-group {
  margin-bottom: 1.75rem;
}
.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #787473;
}
label {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
  background-color: #ebedf3;
  border-color: #ebedf3;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}

.form-control.form-control-solid {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #3f4254;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease,
    border-color 0.15s ease, box-shadow 0.15s ease,
    -webkit-box-shadow 0.15s ease;
}
.form-control:active,
.form-control.active,
.form-control:focus,
.form-control.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #9b9897;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #4e4c4b;
  background: #ffffff !important;
  background-clip: padding-box;
  border: 1px solid #e6e2e1;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.form-group {
  position: relative;
}

.form-group img {
  bottom: 14px;
  position: absolute;
  z-index: 9;
  left: 17px;
}

.show-password {
  right: 12px;
  left: auto !important;
  cursor: pointer;
}

.show-password:hover {
  opacity: 0.7;
  transition: 0.2s;
}

button,
input {
  overflow: visible;
}
input:focus {
  border: 1px solid #fda472 !important;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
.content {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card.card-custom {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
  border: 0;
}
.gutter-b {
  margin-bottom: 25px;
}

.btn-submit {
  cursor: not-allowed !important;
}

.btn-submit:hover {
  background-color: #cdcbcb !important;
  border-color: #cdcbcb !important;
}

.filledField {
  border: 1px solid #fda472 !important;
}

button.filledField {
  background-color: #fda472 !important;
  color: white !important;
  cursor: pointer !important;
}

button.filledField:hover {
  background-color: #fa4616 !important;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  height: 100vh !important;
  padding: 70px 25px 70px 25px;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #ebedf3;
}

.card-background {
  height: 100vh !important;
  min-width: 50% !important;
  width: 100%;
  background: #fb804f;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.card-login {
  height: auto !important;
  min-width: 390px !important;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 40px 0 !important;
  border-radius: 6px;
}
.card-title {
  margin: 18px 0;
  text-align: center;
  margin-bottom: 3rem;
}
.card-title div.title {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 500;
}
.card-title p {
  color: #7a7a7a;
  font-size: 14px;
}

.error-card {
  display: flex;
  justify-content: space-between;
  padding: 14px 40px;
  background: #FA4616;
  color: #fff;
  height: 49px;
  border-radius: 6px;
}

.error-text {
  margin-left: 8px;
  padding-top: 2px;
  white-space: nowrap;
}

.card-header {
  padding: 0;
  /* width: 45%; */
  min-width: 380px;
  max-width: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /*margin-top: 13.696187%;*/
}

.card-header h1 {
  color: #fa4616;
  font-weight: 500;
  font-size: 36px;
  margin-top: 15px;
}

.card-header h2 {
  font-family: "Roboto";
  color: #787473;
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
}
.logo {
  width: 40px;
  height: auto;
}
.card-body {
  /*-webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;*/
  min-height: 1px;
  padding: 0.5rem 2.25rem;
  /* width: 45%; */
  min-width: 381px;
  max-width: 400px;
}
.underform {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.underform button {
  width: 100%;
  height: 40px;
  margin-bottom: 17px;
}

.underform a {
  font-weight: 400;
}

.underform span {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #787473;
  padding-top: 2rem;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

.card-background {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-elements {
  width: 85%;
  height: 60vh;
  position: relative;
}

.center-elements .dots {
  position: absolute;
}

.center-elements .out {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 30px;
  width: 80%;
}

.center-elements .optout {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  right: 0;
  width: 54%;
}

.card-background .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-background .up-white {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 57%;
  height: 60%;
}

.card-background .down-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 57%;
  height: 60%;
}

.card-background .bottom-texts {
  text-align: center;
  color: white;
  z-index: 9;
}

.card-background .bottom-texts h1 {
  font-weight: 700;
  margin-bottom: 29px;
}

.card-background .bottom-texts h2 {
  width: 65%;
  margin: auto;
  font-weight: 400;
  line-height: 32px;
}

/* .fade-enter-active, .fade-leave-active {
  width: 324px;
  height: 49px;
  background: #fa4616;
  border-radius: 6px;
}
.fade-enter, .fade-leave-to .fade-leave-active below version 2.1.8 */ 


@media only screen and (max-width: 1500px) {
  /* For mobile phones: */
  /*.card-login {
    height: 100vh;
    width: 100% !important;
    justify-content: center;
    display: flex;
  }*/

}
