
    body,
    html {
        min-height: 100%;
        min-width: 100%;
        margin: 0;
        padding: 0;
    }

    body {
        background: #eaeaea;
    }

    .mt {
        margin-top: 150px;
    }

    .color-bar {
        height: 297px;
        background-color: #2bbb9d;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .logo-container {
        background: white;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        text-align: center;
        margin: 20px auto 5px auto;
        border: 1px solid #1bab8d;
    }

    .logo {
        margin: 20px;
        height: 100px;
        ;
    }

    .main-form {
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
    }

    .main-form .main-form-heading,
    .main-form .checkbox {
        margin-bottom: 10px;
    }

    .main-form .checkbox {
        font-weight: normal;
    }

    .main-form .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-form .form-control:focus {
        z-index: 2;
    }

    .main-form input[type="text"] {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .main-form input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .account-wall {
        margin: 20px auto;
        padding: 20px 0px 20px 0px;
        background-color: #fbfbfb;
        -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        width: 330px;
    }

    .main-div {
        max-width: 330px;
        padding: 15px;
        margin: 0 auto;
    }
    .main-div .main-div-heading {
        margin-bottom: 10px;
    }

    .main-title {
        color: #555;
        font-size: 18px;
        font-weight: 400;
        display: block;
    }

    .profile-img {
        width: 96px;
        margin: 0 auto 10px;
        display: block;
    }

    .need-help {
        margin-top: 10px;
    }

    .new-account {
        display: block;
        margin-top: 10px;
    }

    .btn-primary {
        background-color: #ED9A22;
        border-color: #ED9A22;
        border-radius: 3px;
    }

    .btn-primary:hover {
        background-color: #E86E25;
        border-color: #E86E25;
    }

    #loader {
  max-width: 330px;
        padding: 15px;
        margin: 0 auto;
  z-index: 1;
  width: 25px;
  height: 25px;
 
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;

  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
