form {
  border: 0px solid #f1f1f1;
}

/* Full-width inputs */

       .modal {
    padding-top: 10px;
}

#form-dropdown {

    font-size: 20px !important;
    padding-bottom: 10px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
}


input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
}

select  {
  width: 100%;
  padding: 12px 20px;
  margin: 5px 0 20px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 4px;
}

/* Set a style for all buttons */


.form-group {
    margin-bottom: 0px;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 0px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}


/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

* {box-sizing: border-box}

/* Full-width input fields */
  input[type=text], input[type=password], input[type=email] {
  width: 100%;
  padding: 8px;
  margin: 5px 0 16px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  margin-bottom: 5px;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for all buttons */
button {
  font-family: Arial;
  background-color: #EAB203;
  color: #fff;
  margin: 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  padding: 20px;
  font-weight:400;
  margin-top: 10px;
      -moz-appearance: none;
    -webkit-appearance: none;
}

button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container {
  padding: 0px;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
}


  .web-thumb {
    border-radius: 7px;
    display:none;
}

.link {
  color:#fff !important;font-weight: 400 !important
}

.holder-col-sm-six {
    width: 100%;
    padding: 20px;
    height:100%;
    padding-bottom:24px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 7px;
    color: #eee;
    font-size:19px;
    line-height:32px;
}

#left {
    text-align: center;
    border: 0px solid #000;
    margin-top: 0px;
    margin-bottom: -20px;
}

@media (max-width: 1199px) {

.holder-col-sm-six {
    width: 100%;
    padding: 20px;
    height:100%;
    padding-bottom:24px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 7px;
    color: #eee;
    font-size:19px;
    line-height:32px;
  }
  .link {
  color:#fff !important;font-weight: 400 !important
}

.holder-col-sm-six {
    height: auto;
    width: 90%;
    margin: 0 auto;
}

.holder-col-sm-6 {
    background: #333;
    padding-bottom: 12px;
    border-radius: 4px;
}

#master {
    background: transparent;
    padding-bottom: 0px;
    border-radius: 0px;
}
}

#line {
  text-align: center;border: 0px solid #000;margin-top: -15px;margin-bottom: -14px;
}