@font-face {
   font-family: GillSans;
   src: url('fonts/GillSans.ttf') format('truetype');
   font-weight: normal;
}
@font-face {
   font-family: HelveticaNeue;
   src: url('fonts/HelveticaNeue.ttf') format('truetype');
   font-weight: normal;
}
body
,input, button, select, textarea {
   font-family: HelveticaNeue, Helvetica;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
   font-family: GillSans;
}
html{
   background: #F5F6FA;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
   outline:none;
   -webkit-box-shadow: none;
   box-shadow: none;
}
.login-page, .register-page {
   background: #F5F6FA;
}
.login-box {
   position: relative;
   width: 643px;
   height: 460px;
   background: #FFFFFF;
   box-shadow: 0px 10px 50px rgba(230, 232, 241, 0.6);
   border-radius: 20px;
}
.login-logo {
   position: absolute;
   left: 405px;
   top: 33px;
   width: 200px;
   text-align: left;
   font-style: normal;
   font-weight: normal;
   font-size: 19px;
   line-height: 200%;
   color: #4B56C1;
}

.login-logo img {
   display: none;
   width: 124px;
   margin-left: -3px;
}

.login-img {
   position: absolute;
   width: 265px;
   height: 218px;
   left: 367px;
   top: 202px;
}

.login-esia {
   text-align: center;
   margin-bottom: 20px;
}

.login-box-body {
   position: absolute;
   left:0px;
   top:0px;
   width: 363px;
   height: 460px;
   background: #4B56C1;
   border-bottom-left-radius: 20px;
   border-top-left-radius: 20px;
   padding:66px 71px 60px 63px;
}


.form-control:focus, .form-control:hover {
   border-color: #3DB6EE;
}


#message {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
   background-color: #E3000F !important;
}

.alert.alert-dismissable {
   position: relative;
   border-radius: 18px;
   /*height: 35px;*/
   padding:  9px 77px 9px 126px;

   font-style: normal;
   font-weight: normal;
   font-size: 13px;

   margin: auto;

   margin-top: 4px;
   margin-bottom: 8px;

   width: 50%;
}
.alert.alert-dismissable i{
   position: absolute;
   left: 7px;
   top: 4px;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   line-height: 100%;
}
.alert.alert-dismissable h4 {
   position: absolute;
   left: 39px;
   top: 8px;
   font-style: normal;
   font-size: 16px;
   line-height: 100%;
}
.alert.alert-dismissable .close {
   position: absolute;
   width: 25px;
   height: 25px;
   background: #ffffff;
   opacity: 1;
   top: 5px;
   right: 5px;
   border-radius: 20px;
}
.alert.alert-dismissable .close:after,.alert.alert-dismissable .close:before {
   position: absolute;
   content: '';
   width: 13px;
   height: 1px;
   background: #E3000F;
   top: 12px;
   right: 6px;
   border-radius: 2px;

}
.alert.alert-dismissable .close:after {
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
}
.alert.alert-dismissable .close:before {
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}

.alert.alert-dismissable div {
   position: absolute;
   top: 8px;
   right: 33px;
}

.login-box-msg {
   top: 8px;
   right: 33px;
   text-align: left;

   font-family: GillSans;
   font-style: normal;
   font-weight: normal;
   font-size: 24px;
   line-height: 100%;
   padding: 0px 0px 34px 0px;
   color: #FFFFFF;
}

.div-form-control {
   padding-bottom: 10px;
}

.div-form-control label {

   font-family: HelveticaNeue;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;
   line-height: 18px;
   /* identical to box height, or 138% */

   color: #FFFFFF;
}

.form-control {
   display: block;
   width: 100%;
   height: 34px;
   border-radius: 20px;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;
   line-height: 18px;
   color: #FFFFFF;
   opacity: 0.3;
   border: 1px solid #E4E7F0;
   box-sizing: border-box;
   border-radius: 20px;
   padding: 9px 19px;

   background: none;
}
.form-control:active,.form-control:focus,.form-control.value  {
   opacity: 1;
   border-color: #ffffff;
}

input:-webkit-autofill {
   -webkit-box-shadow: inset 0 0 0 50px #4B56C1 !important;
   -webkit-text-fill-color: #ffffff !important;
   color: #ffffff !important;
}

.form-control[type="password"] {
   font-size: 26px;
   color: #23B4F7;
   letter-spacing: 3px;
}

.form-control[type="password"]:active
,.form-control[type="password"]:focus
,.form-control[type="password"].value {
   color: #23B4F7;
}

input[type="password"]:-webkit-autofill {
   -webkit-box-shadow: inset 0 0 0 50px #4B56C1 !important;
   -webkit-text-fill-color: #23B4F7 !important;
   color: #23B4F7 !important;
}

.form-control::-webkit-input-placeholder {color:#ffffff; opacity:1;}
.form-control::-moz-placeholder          {color:#ffffff; opacity:1;}
.form-control:-moz-placeholder           {color:#ffffff; opacity:1;}
.form-control:-ms-input-placeholder      {color:#ffffff; opacity:1;}

.form-control[type="password"]::-webkit-input-placeholder {font-size: 26px;}
.form-control[type="password"]::-moz-placeholder          {font-size: 26px;}
.form-control[type="password"]:-moz-placeholder           {font-size: 26px;}
.form-control[type="password"]:-ms-input-placeholder      {font-size: 26px;}

.btn.btn-primary {
   border-radius: 20px;
   border: none;
   font-style: normal;
   font-weight: 400;
   font-size: 13px;
   line-height: 18px;
   text-align: center;
   padding: 0.9rem 2rem;
   color: #ffffff;
   background-color: #23B4F7;
   box-shadow: none;
   white-space: nowrap;
   vertical-align: middle;
   touch-action: manipulation;
   cursor: pointer;
   user-select: none;
   background-image: none;
   width: 100%;
   margin-top: 20px;
}
.btn-primary:hover,
.btn-primary:active:hover
, .btn-primary.active:hover
, .open > .dropdown-toggle.btn-primary:hover
, .btn-primary:active:focus
, .btn-primary.active:focus
, .open > .dropdown-toggle.btn-primary:focus
, .btn-primary:active.focus
, .btn-primary.active.focus
, .open > .dropdown-toggle.btn-primary.focus {
   color: #ffffff;
   background-color: #41C6FF;
}

.login-box-t {
   position: relative;
   width: 360px;
   margin: 1% auto;
   font-family: GillSans;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;
   line-height: 100%;
   color: #000000;
   text-align: center;
}

.login-box-t span {
   color: #4B56C1;
}

