﻿/* Cubic Bezier Transition */
/***
Lock Page
***/
body {
  background-color: #2c363f !important;
  padding: 0;
  margin: 0; }
.login-button { border:0px; display:inline;height:43px;width:100px;text-align:center;line-height:43px;color:#fff;font-size:15px;font-weight:500;background:#2abc68;border-radius:3px;-o-transition: all 160ms;-moz-transition: all 160ms;-webkit-transition: all 160ms;transition: all 160ms; }
.content-avantar {width:100%;}
.lock-avatar-block {
    height: 105px;
    width: 110px;
    border: 1px solid #2c363f;
    border-radius: 51px;
    background-color: #2c363f;
}

.lock-avatar-block div i {
    font-size: 70px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.page-lock {
  margin: 90px auto 30px auto;
  width: 450px; }

.page-lock .page-logo {
  text-align: center;
  margin-bottom: 15px; }

.page-lock .page-body {
  width: 100%;
  background-color: #3a4554;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.lock-head {
  display: block;
  background-color: #323d4b;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  color: #26c281;
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0; }

.lock-body {
  display: block;
  margin: 35px;
  overflow: hidden; }

.lock-avatar {
  margin-top: 15px;
  height: 110px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.lock-form {
  padding-left: 40px; }

.lock-form h4 {
  margin-top: 0px;
  color: #dbe2ea;
  font-size: 18px;
  font-weight: 400; }

.lock-form .form-group {
  margin-top: 5px; }

.lock-form .form-group .form-control {
  background-color: #303a48;
  border: none;
  width: 220px;
  height: 40px;
  color: #697687; }

.lock-form .form-group .form-control::-moz-placeholder {
  color: #556376;
  opacity: 1; }

.lock-form .form-group .form-control:-ms-input-placeholder {
  color: #556376; }

.lock-form .form-group .form-control::-webkit-input-placeholder {
  color: #556376; }

.lock-form .form-group .form-control:focus {
  background-color: #2b3542; }

.lock-form .form-actions {
  margin-top: 20px; }

.lock-form .form-actions .btn {
  width: 220px;
  font-weight: 600;
  padding: 10px; }

.lock-bottom {
  display: block;
  background-color: #323d4b;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px; }

.lock-bottom span {
    display: block;
    text-align: Center;
    font-size: 15px;
    color: #899197;
}

.lock-bottom a {
  font-size: 14px;
  font-weight: 400;
  color: #fff; }

.page-footer-custom {
  text-align: center;
  padding-top: 40px;
  color: #5f6e83; }

.ms-spinner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #3a4554; }
.ms-spinner-label { position: relative; top: 38%; margin-top: 10px; text-align: center; color: #9aa3af; }
.ms-spinner-circle {
    position: relative;
    top: 38%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50% !important;
    width: 100px;
    height: 100px;
    border: 2px solid #c7e0f4;
    border-top-color: #0078d7;
    -webkit-animation: ms-spinner-spin 1.3s infinite cubic-bezier(.53, .21, .29, .67);
    animation: ms-spinner-spin 1.3s infinite cubic-bezier(.53, .21, .29, .67);
}

@-webkit-keyframes ms-spinner-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ms-spinner-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (max-width: 768px) {
  .page-lock {
    margin: 30px auto;
    width: 280px; }
  .lock-body {
    margin: 0px; }
  .page-lock .page-body {
    margin-top: 30px; }
  .lock-avatar {
    margin-top: 20px; }
  .content-avantar {margin-top:5px;}
  .lock-avatar-block {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    float: inherit !important;}
  .lock-form {
    padding-left: 20px; }
  .lock-form h4 {
    font-size: 16px;
    text-align: center; }
  .lock-form .form-group .form-control {
    padding: 20px 20px;
    width: 240px; }
  .lock-form .form-actions .btn {
    width: 100%;
    margin-bottom: 20px; } }
