/* * * * * General CSS * * * * */
*,
*::before,
*::after {
  box-sizing: border-box;
}
*{
  width: 100%;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  /* height: auto; */

  color: #666666;
  background: #eaeff4;
}

.jquery-bg-slideshow-wrap-bg-element {
  width: 100%;
  height: 100%;
}

@media screen  and (min-width:897px) and (max-width:2560px){
  .bg{
    /* height: 100%; */
    background-color: white;
    color: white;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  h2 {
    margin: 0 0 15px 0;
  }
}
/* Orientation : Portrait */
@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {

  body {
      height: 1180px;
      margin: auto;
    }

  }
@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
  body {

    height: 820px;
    margin: auto;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

  body {

      height: 1024px;
      margin: auto;

    }

  }
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  body {

    height: 768px;
    margin: auto;
  }

  }
.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.credit {
  position: relative;
  margin: 25px auto 0 auto;
  width: 100%;
  text-align: center;
  /* color: #666666; */
  font-size: 16px;
  font-weight: 400;
}

.credit a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

/* * * * * Login Form CSS * * * * */


h2 img {
  width: 120px;
}

p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 500;
  /* max-height: 500px; */
  line-height: 22px;
}

.btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  outline: none;
  border: 1px solid #ffffff;
  transition: .3s;
  -webkit-transition: .3s;
}

.btn:hover {
  color: cornflowerblue;
  background: #ffffff;
}

.col-left,
.col-right {
  width: 55%;
  padding: 30px 25px;
  /* display: flex; */
}

.col-left {
  width: 45%;
  background: cornflowerblue;
  -webkit-clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
  clip-path: polygon(98% 17%, 100% 34%, 98% 51%, 100% 68%, 98% 84%, 100% 100%, 0 100%, 0 0, 100% 0);
}
@media screen and (min-width:320px) and (max-width:896px){

  .register{
    height: 600px;
    }
  .bg {
    /* padding-top: 780px; */
    /* padding-bottom: 70px; */
    /* height: 100%; */
    /* max-height: 1000px; */
    width: 100%;
    background-color: white;
    color: white;

    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;

    margin: 0;
    background-size: cover;
    background-position: 50% 50%;
  }

    .title_message {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
  .container {
    width: 100%;
    /* top:68px; */
    /* height: 800px; */
    /* width: 50%; */
    flex-direction: column;
    box-shadow: none;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  }

  .col-left,
  .col-right {
    width: 100%;

    margin: 0;
    /* height: auto; */
    padding: 17px;
    /* height: 100%; */
    -webkit-clip-path: none;
    clip-path: none;

      display: inline;
      height:100%;
  }
  }


.login-text {
  position: relative;
  width: 100%;
  /* padding-top: 50px; */
  color: #ffffff;
  text-align: center;
}
h2 {
  font-size: 25px;
  font-weight: 700;
}
.login-form {
  position: relative;
  width: 100%;

  color: #666666;
}

.login-form p:last-child {
  margin: 0;
}

.login-form p a {
  color: cornflowerblue;
  font-size: 14px;
  text-decoration: none;
}

.login-form p:last-child a:last-child {
  float: right;
}

.login-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  letter-spacing: .5px;
}

.login-form p:last-child label {
  width: 60%;
  float: left;
}
.login-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
textarea{
  display: block;
  font-size: 18px;
  font-weight: 500;
  /* letter-spacing: 1px; */
  padding: 10px 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  outline: none;
}
.login-form select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
}


.login-form input.btn {
  color: #ffffff;
  background: cornflowerblue;
  border-color: cornflowerblue;
  outline: none;
  /* cursor: pointer; */
}

.login-form input.btn:hover {
  color: cornflowerblue;
  background: #ffffff;
}
