/*--------------------------------------------------
    [TRANSITION]
----------------------------------------------------*/
/* Cubic Bezier Transition */
/***
Login page
***/
/* logo page */
.login {
  background-color: #444 !important;
}

.login .logo {
  margin: 60px auto 20px auto;
  padding: 15px;
  text-align: center;
}

.login .content {
  background-color: #fff;
  width: 360px;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.signup .content {
  width: 700px;
}
.login .content h3 {
  color: #000;
}

.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .input-icon {
  border-left: 2px solid #44B6AE !important;
}

.login .content .input-icon {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.login .content .input-icon .form-control {
  border-left: 0;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #44B6AE !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i, .error {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 13px;
}
/* footer social icon */
ul.login-social{
    padding-left: 0px;
}
ul.login-social li {
    display: inline;
}
.bottom-border-none {
  border-bottom: none !important;
}
.mr0 {
  margin-right: 0px;
}
.custom-textarea {
  box-sizing: border-box;
  padding: 15px 25px;
  height: auto;
  width: 100%;
  position: relative;
  outline: 0;
  border: solid 1px #c9c9c9;
  margin: 0;
  color: #000000;
  background: #ffffff;
  transition: all .4s;
  font-size: 15px;
  line-height: 1.1em;
  border-radius: 1em !important;
  font-family: 'Montserrat';
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

/* custom csss */
body {
    font-family: 'Montserrat';
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat';
}

.custom-textbox {
    box-sizing: border-box;
    padding: 15px 25px;
    height: auto;
    width: 100%;
    position: relative;
    outline: 0;
    border: solid 1px #c9c9c9;
    margin: 0;
    color: #000000;
    background: #ffffff;
    transition: all .4s;
    font-size: 15px;
    line-height: 1.1em;
    border-radius: 30em !important;
    font-family: 'Montserrat';
    -webkit-appearance: none;
    -moz-appearance: none;
}
.custom-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    transition: color .3s ease-out,border .3s ease-out,background .3s ease-out,box-shadow .3s ease-out!important;
    font: 400 14px/1em 'Montserrat';
    border-radius: 100px !important;
    border: none;
    padding: 16px 30px;
    -webkit-font-smoothing: auto;
    background: #3764eb;
    color: #ffffff;
    box-shadow: 0 0 25px -14px #3764eb;
}

.custom-outline {
    box-shadow: none;
    border: 1px solid;
    background: rgba(55,100,235,0);
    color: #3764eb;
    border-color: #3764eb;
}
.custom-outline:hover {
    border-color: #000000;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}