body {
  font-family: nunito, sans-serif !important;
}

.mainLoginInput::-webkit-input-placeholder {
  font-family: nunito, sans-serif !important;
}

.mainLoginInput:-moz-placeholder {
  font-family: nunito, sans-serif !important;
}

.table-bordered td {
  font-family: nunito, sans-serif !important;
}

.m-0 {
  color: #16647c;
  font-weight: 600;
}

.breadcrumb a {
  color: #16647c !important;
}

.pre-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/loader.gif) center no-repeat #fff;
  opacity: .8;
  background-size: 6%;
  /*display: none;*/
}

.common-error {
  color: red;
  font-size: 1rem;
  font-weight: 400 !important;
  width: 100%;
}

.card-toolbar {
  float: right;
}

.btn-secondary {
  color: #464E5F !important;
  background-color: #E5EAEE !important;
  border-color: #E5EAEE !important;
}

.btn.btn-success {
  color: #ffffff;
  background-color: #1BC5BD;
  border-color: #1BC5BD;
}

label.error,
.error_message {
  color: red;
  font-size: 13px;
  padding-top: .5rem !important;
  text-align: left !important;
  display: block;
  margin-bottom: 0;
}

.form-group label {
  font-size: 1rem;
  font-weight: 400 !important;
}

.swal2-popup .swal2-icon {
  margin: 0rem 0 0rem 0;
}

.btn.btn-sm i,
.btn-group-sm>.btn i {
  font-size: 1.3rem;
  padding-right: 0.35rem;
}

.text-info {
  color: #007bff !important;
}

.btn.btn-secondary:hover:not(.btn-text),
.btn.btn-secondary:focus:not(.btn-text),
.btn.btn-secondary.focus:not(.btn-text) {
  color: #464E5F;
  background-color: #D6D6E0;
  border-color: #D6D6E0;
}

.btn.btn-light-warning {
  color: #FFA800 !important;
  background-color: #FFF4DE !important;
  border-color: transparent !important;
}

.btn.btn-light-warning:hover:not(.btn-text),
.btn.btn-light-warning:focus:not(.btn-text),
.btn.btn-light-warning.focus:not(.btn-text) {
  color: #ffffff !important;
  background-color: #FFA800 !important;
  border-color: transparent !important;
}

/* .file-upload {
  display: block;
} */
.file-upload .file-select {
  display: block;
  border: 1px solid #8950FC;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  border-radius: .25rem;
}

.file-upload .file-select .file-select-button {
  background: #8950FC;
  color: white;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.file-upload .file-select .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

.file-upload .file-select input[type="file"] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.image-input {
  position: relative;
  display: inline-block;
  border-radius: 0.42rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);
}

.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: 0.42rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn.btn-white.btn-shadow {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(33, 33, 33, 0.25) !important;
  box-shadow: 0px 9px 16px 0px rgba(33, 33, 33, 0.25) !important;
}

.btn.btn-icon.btn-circle {
  border-radius: 50%;
}

.btn.btn-icon.btn-xs {
  height: 24px;
  width: 24px;
}

.image-input [data-action="change"] {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
}

.btn.btn-white {
  color: #464E5F;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: calc(1.5em + 1.3rem + 2px);
  width: calc(1.5em + 1.3rem + 2px);
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.image-input [data-action="cancel"],
.image-input [data-action="remove"] {
  position: absolute;
  right: -10px;
  bottom: -5px;
}

tr:hover {
  background-color: lightblue;
}

.small-box {
  background-color: #759dc7;
}

.main-sidebar .logo-xl,
.main-sidebar .logo-xs,
.sidebar .nav-link p,
.sidebar a {
  color: black;
}

/* change */
.main-sidebar .brand-text,
.brand-link .pushmenu {
  color: rgba(0, 0, 0, 0.8);
}

th {
  border: 1px solid #059AC9;
}

table.dataTable>thead .sorting:before {
  opacity: 1;
}

table.dataTable>thead .sorting:after {
  opacity: 1;
}


.table.dataTable td {
  font-size: 14px;
  vertical-align: middle;
}

.table.dataTable th {
  font-size: 14px;
}

.content-header h1 {
  font-size: 22px;
}

.content-header {
  padding: 11px 0.5rem;
}

.card-header {
  padding: 5.5px 1.25rem;
}


/* Change Side Navebar */

aside.main-sidebar.sidebar-dark-primary.elevation-4 {
  background: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
  background: #059AC9;
  border: 1px solid #059AC9;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link,
p {
  color: #000000;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover {
  background: #059AC9;
  border: 1px solid #059AC9;
  color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover p {
  color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover {
  color: #fff;
}

.sidebar .active p {
  color: #fff;
}

.fa-angle-left:before {
  color: #637381;
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link {
  color: #637381 !important;
}

.nav-sidebar>.nav-item.menu-open>.nav-link .active {
  background: #059AC9;
  border: 1px solid #059AC9;
  color: #fff;
}

.sidebar .nav-treeview>.nav-item>.nav-link.active {
  background: #059AC9;
  border: 1px solid #059AC9;
}

.sidebar .nav-treeview>.nav-item>.nav-link:hover {
  background: #16647c;
  border: 1px solid #16647c;
  color: white;
}

.sidebar .nav-treeview>.nav-item>.nav-link:hover p {
  color: white;
}

.sidebar .nav-sidebar>.nav-item.menu-open>.nav-link {
  background: #059AC9;
  border: 1px solid #059AC9;
}

.sidebar .nav-sidebar>.nav-item.menu-open>.nav-link p {
  color: white;
}

.sidebar .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
  background: #16647c;
  border: 1px solid #16647c;
  color: white;
}


/* Scroll button */
.scroll-btn {
  border-radius: 50%;
  background: #059AC9;
  border: 1px solid #059AC9;
  color: #fff;
}

.scroll-btn:hover {
  color: #fff;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

html {
  scroll-behavior: smooth;
}

.card-toolbar .btn-primary {
  background: #059AC9;
  border: 1px solid #059AC9;
}

.breadcrumb a {
  color: #000000;
}

.page-item.active .page-link {
  background: #059AC9 !important;
  border: 1px solid #059AC9 !important;
  color: white !important;
}


.main-footer a {
  color: rgb(236, 95, 103);
}

.alert-primary {
  background-color: #1b2850 !important;
  color: #cce5ff !important;
}

.stretch-card h5 {
  font-weight: bold;
  color: #1b2850;
  margin-bottom: 40px;
}

.stretch-card .form-control {
  margin-top: 2px;
}

.stretch-card .btn-primary {
  background-color: #1b2850;
  border-radius: 0px;
  border: 2px solid;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 25px;
}

.stretch-card h6 {
  color: #ffffff !important;
  text-align: center;
  display: block;
  border: 2px solid #dfb465;
  border-radius: 0px;
  padding: 5px 20px;
  background-color: #dfb465;
}

.stretch-card h5 {
  color: #1b2850 !important;
  font-size: 15px;
  position: relative;
  text-align: center;
}

.dashoard-form {
  margin-left: auto;
  margin-right: auto;
}

.stretch-card a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

.stretch-card .ticket-card {
  width: 100%;
  height: 380;
}


@media only screen and (min-width:768px) and (max-width:1024px) {
  .stretch-card .ticket-card {
    height: 330px !important;
  }
}




.demoBtn .btn-outline-dark {
  border-radius: 30px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  margin: 0px 0px 10px 21px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 600;
}

.main-panel .card .card-body .alert-primary {
  font-weight: bold !important;
  color: #1b2850 !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 21px !important;
}


.mypage-btn .btn1 {
  border-radius: 0px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  margin: 0px 0px 10px 21px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
}

.mypage-btn .btn2 {
  border-radius: 0px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  margin: 0px 0px 10px 21px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
}

.mypage-btn .btn3 {
  border-radius: 0px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  margin: 0px 0px 10px 21px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
}

.mypage-btn .btn4 {
  border-radius: 0px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  margin: 0px 0px 10px 21px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
}

.stretch-card input[type="text"] {
  border: 1px solid #e5e4f0 !important;
  border-radius: 0px !important;
}

.stretch-card textarea {
  border: 1px solid #e5e4f0 !important;
  border-radius: 0px !important;
}

.stretch-card .page1 {
  line-height: normal !important;
}


.mydashobard-top .mybtn1 {
  border-radius: 20px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;

}

@media only screen and (max-width:767px) {
  .mydashobard-top .mybtn1 {
    margin-bottom: 20px !important;
  }
}

.mydashboard-top input[type=date] {
  width: 100%;
}

.mypagebtn1 {
  border-radius: 20px;
  border: 2px solid #1b2850;
  background-color: #1b2850;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;

}

.mypagebtn1:hover {
  color: white;
}

@media only screen and (max-width:767px) {
  .mypagebtn1 {
    margin-bottom: 0% !important;
  }
}

@media only screen and (min-width:768) and (max-width:850px) {
  .mypagebtn1 {
    margin-left: 20px !important;
  }
}

.mypage-btn .btn1 {
  border-radius: 20px;
  border: 2px solid #e73333c7;
  background-color: #e73333c7;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mypage-btn .btn2 {
  border-radius: 20px;
  border: 2px solid #e73333c7;
  background-color: #e73333c7;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mypage-btn .btn3 {
  border-radius: 20px;
  border: 2px solid #e73333c7;
  background-color: #e73333c7;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mypage-btn .btn4 {
  border-radius: 20px;
  border: 2px solid #e73333c7;
  background-color: #e73333c7;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

body {
  overflow-x: hidden;
}


.btn-success {
  border-radius: 20px !important;
  background: #059AC9 !important;
  border: 1px solid #059AC9 !important;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-secondary {
  background-color: #16647c !important;
  border-radius: 20px !important;
  border: 1px solid #16647c !important;
  color: white !important;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.img-upload .card img {
  width: 100%;
  height: 180px;
}

.img-upload .card {
  border: none !important;
  padding: 10px;
}


.btn-complete {
  border-radius: 20px !important;
  border: 2px solid #28a745 !important;
  background-color: #28a745 !important;
  color: rgb(255, 255, 255);
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-complete:hover {
  color: rgb(255, 255, 255);
}

.btn-incomplete {
  border-radius: 20px !important;
  border: 2px solid #dc3545 !important;
  background-color: #dc3545 !important;
  color: rgb(255, 255, 255);
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-incomplete:hover {
  color: rgb(255, 255, 255);
}


/* Logo */
.brand-link .brand-image {
  float: none;
  line-height: .8;
  margin-left: 0px !important;
  margin-right: 0.5rem;
  margin-top: -3px;
  max-height: 48px !important;
  width: 93% !important;
}

.login-icon {
  margin-top: 4px;
  font-size: 23px;
}

.ticket-card .today_ticket {
  color: #61a763 !important;
}



.dashoard-form .mybtn1 {
  border-radius: 20px;
  background: #059AC9;
  border: 1px solid #059AC9;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
}


.btn-group,
.btn-group-vertical {
  margin-bottom: -50px !important;
}

@media only screen and (max-width:425px) {

  .btn-group,
  .btn-group-vertical {
    margin-bottom: 0px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

table {
  width: 100% !important;
}

.table-responsive {
  margin-top: -5px !important;
}

.btn-group {
  padding-bottom: 40px;

}

.btn-group .btn-secondary {
  color: white !important;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #059AC9 !important;
  border: 1px solid #ffffff !important;
}

/* Tickets Style */
.tickets {
  background-color: #e73333c7;
  color: white;
  padding: 2px 8px 2px 6px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.mypagehr {
  background-color: #1b2850;
  height: 1px;
}

.top-three-ticket {
  width: 110px;
}

.img-btn-modal {
  font-weight: bold;
  text-decoration: underline;
}

/* Modal */
.modal .modal-heading {
  border-radius: 20px;
  border: 2px solid #e73333c7;
  background-color: #e73333c7;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: bold;
}

.modal-footer button {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal h2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e73333c7;
  font-size: 14px;
  color: white;
  background-color: #e73333c7;
  border-radius: 20px;
  padding: 8px 35px;
  font-weight: 600;
  margin-top: -10px;
}

.modal .modal-header {
  width: 100%;
  height: 50px;
}

.modal .modal-footer {
  width: 100%;
  height: 50px;
}

.modal .modal-footer button {
  margin-top: -6px;
}

.header-heading {
  font-weight: bold;
  color: white;
  font-size: 21px;
  display: inline-block;
  margin-top: -2px;
  height: 22px;
  padding-top: 3px;
}

/* .top-nav {
  background: linear-gradient(to bottom, #ec5f67 40%, #b82d35);
} */

.top-nav .fa-bars {
  color: #059AC9;
}

.logout-btn a {
  background-color: transparent !important;
}

.login-heading h1 {
  font-weight: 900;
  font-size: 42px;
  line-height: 42px;
  color: white;
  margin-bottom: 20px;
  margin-right: 150px;
  position: relative;
  z-index: 1000;
  margin-top: -30px;
}

.login-heading .bses {
  display: inline-block;
  margin-left: 300px;
}

.login-box .login-logo p {
  font-size: 15px;
  font-weight: 700;
  margin-top: -4px;
}

.btn-refresh {
  font-size: 23px;
  background-color: rgb(84,172,204) !important;
  padding: 0px 30px;
  border: 2px solid rgb(84,172,204);
  color: white;
  width: 102px !important;
}

.captcha {
  margin-top: -10px;
  margin-bottom: 20px !important;
}

.capture input[type="text"] {
  border-radius: 0px !important;
  position: relative !important;
  z-index: 10001 !important;
  background-color: transparent !important;
}

.capture {
  margin-left: -7px;
}

/* Loginpage */

.login-icons img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
  width: 100px;
  height: auto;
}


.login-icons .fa-user-tie {
  display: block;
  margin-top: -68px;
  color: white;
  padding-bottom: 10px;
  z-index: 3;
  position: relative;
  margin-left: 4px;
}

.login-icons .my-account-login {
  background-image: linear-gradient(to bottom, #1abc9c 40%, #027961 99%);
  border: 1px solid #027961;
  font-size: 17px;
  color: rgb(255, 255, 255);
  padding: 8px 30px;
  font-weight: bold;
  display: inline-block;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}

.login-icons {
  margin-top: -28px;
}

.last-login {
  color: #ffffff;
  display: inline-block;
  margin-left: -170px;
  font-size: 12px;
}

@media only screen and (max-width:638px) {
  .last-login {
    margin-top: 30px;
  }
}

/* Dashboard card */

.d-card .d-card-content {
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0px;
  border-right: 2px solid #dfb465;
}

.d-card .d-card-content:hover {
  margin-top: -5px;
  background-color: whitesmoke;
  transition: 0.3s ease-in-out;
}




/* Dashboard icons */
.dashboad-icons h3 {
  color: rgb(3, 142, 220);
  font-size: 1.35rem;
}

.dashboad-icons p {
  color: #495057;
  font-size: 0.9rem;
}

.dashboad-icons {
  border-bottom: 3px solid rgb(3, 142, 220);
}

.dashboad-icons:hover {
  margin-top: -10px;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.dashboad-icons i {
  color: #00cc00;
  font-size: 17px;
  background-color: #ccffcc;
  padding: 17px;
  border-radius: 50%;
  border-bottom: 2px solid;
}

.dashboad-icons1 i {
  color: #0000ff;
  font-size: 17px;
  background-color: #b3b3ff;
  padding: 17px;
  border-radius: 50%;
}


.dashboad-icons2 i {
  color: #339966;
  font-size: 17px;
  background-color: #c6ecd9;
  padding: 17px;
  border-radius: 50%;
}

.dashboad-icons3 i {
  color: #ff661a;
  font-size: 17px;
  background-color: #ffccb3;
  padding: 17px;
  border-radius: 50%;
}

.dashboad-icons4 i {
  color: #ff0066;
  font-size: 17px;
  background-color: #ffb3d1;
  padding: 17px;
  border-radius: 50%;
}

.dashboad-icons5 i {
  color: #996600;
  font-size: 17x;
  background-color: #ffe6b3;
  padding: 17px;
  border-radius: 50%;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
  transition: margin-left .3s ease-in-out;
  margin-left: 0px !important;
}

/* body {
  margin-left: 20px;
  margin-right: 20px;
} */


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #7c6731;
  font-weight: 600;
}




.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #059AC9 !important;
  border-radius: 4px;
  height: 38px !important;
}

.stretch-card p {
  font-size: 0.9rem !important;
}


.card-header {
  background-color: #7fb5ef;
}

.card-header h3 {
  color: white !important;
}

.border-all .card {
  border: 1px solid #059AC9;
}

table th {
  white-space: nowrap;
  font-size: 12px !important;
}

table td {
  font-size: 12px !important;
}

.form-control {
  border: 1px solid #059AC9 !important;
}

.card {
  border: 1px solid #059AC9;
}

.add-btn-table .btn-primary {
  border-radius: 20px;
  background: #059AC9;
  border: 1px solid #059AC9;
  color: white;
  padding: 7px 25px;
  font-size: 14px;
  margin-top: -10px;
  font-weight: bold;
}

label {
  font-size: 14px;
  font-weight: 600 !important;
}

.main-footer {
  text-align: center;
}

.card-header {
  background-color: #059AC9;
}

.main-header {
  background-color: #059AC9;
}


/* Login page */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}

.body {
  background-image: url("../../images/background-img.png");
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh !important;
  background-repeat: no-repeat;
  overflow-y: hidden !important;
  background-position: center center;
}

.login-screen .screen {
  background: linear-gradient(90deg, rgb(45,124,168), rgb(116,187,214));
  position: relative;
  height: 550px;
  width: 360px;
  box-shadow: 0px 0px 24px rgb(209,235,244);
}
 
.login-screen .screen__content {
  z-index: 1;
  position: relative;
  height: 100%;
}
 
.login-screen .screen__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
 
.login-screen .screen__background__shape {
  transform: rotate(45deg);
  position: absolute;
}
 
.login-screen .screen__background__shape1 {
  height: 520px;
  width: 520px;
  background: #fff;
  top: -50px;
  right: 120px;
  border-radius: 0 72px 0 0;
}
 
.login-screen .screen__background__shape2 {
  height: 220px;
  width: 220px;
  background: rgb(96,156,192);
  top: -172px;
  right: 0;
  border-radius: 32px;
}
 
.login-screen .screen__background__shape3 {
  height: 540px;
  width: 190px;
  background-color: rgb(94,164,196);
  top: -24px;
  right: 0;
  border-radius: 32px;
}
 
.login-screen .screen__background__shape4 {
  height: 400px;
  width: 200px;
  background-color:rgb(45,124,168);
  top: 420px;
  right: 50px;
  border-radius: 60px;
}

.login-screen .login {
  width: 320px;
  padding: 30px;
  padding-top: 30px;
}

.login-screen .login__field {
  padding: 20px 0px;
  position: relative;
}

.login-screen .login__icon {
  position: absolute;
  top: 30px;
  color: #7875b5;
}

.login-screen .login__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 8px;
  padding-left: 24px;
  font-weight: 700;
  width: 90%;
  transition: 0.2s;
}

.login-screen .login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #6a679e;
}

.login-screen .login__submit {
  background: #fff;
  font-size: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border-radius: 26px;
  border: 1px solid #d4d3e8;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: #4c489d;
  box-shadow: 0px 2px 2px #5c5696;
  cursor: pointer;
  transition: 0.2s;
}

.login-screen .login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #6a679e;
  outline: none;
}

.login-screen .button__icon {
  font-size: 24px;
  margin-left: auto;
  color: #7875b5;
}

.login-screen .social-login {
  position: absolute;
  height: 140px;
  width: 160px;
  text-align: center;
  bottom: 0px;
  right: 0px;
  color: #fff;
}

.login-screen .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-screen .social-login__icon {
  padding: 20px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 8px #7875b5;
}

.login-screen .social-login__icon:hover {
  transform: scale(1.5);
}

.login__field ::placeholder {
  color: gray !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.login__field input[type=text] {
  color: gray !important;
  font-size: 12px !important;
  font-weight: bold !important;
}

.screen__content .login-logo {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
}

.screen__content .login-logo p {
  font-size: 12px;
  font-weight: 900;
  color: rgb(0, 0, 0);
}


/* End Login Form */