/*.bodycontainer{
  width: 100%;
  min-height: auto;
  background: linear-gradient(135deg,#3c0684,#4642e9,#1da2c5); 
  background-repeat: no-repeat;
  background-size: auto;
}

@media (min-width: 768px) {
  .bodycontainer{
    min-height: 100%;
  }
}  

.extraspace{
  height: 30px;
}

.text-left{
  float: left;
  padding-left: 10px;
}

.text-right{
  padding-right: 10px;
}

.headerbrand{
  font-size: 25px;
  color: #fff;
}
.headerlinks{
  font-size: 20px;
  color: #fff;
}

/*.btn-creatacnt{
  font-size: 24px;
  margin-top: 10px !important;
  border-radius: 30px;
  background-color: #41b14f !important;
  background-image:linear-gradient(#9ec14c,#41b14f) !important;
  color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(0px);
}*/
/*.btn-creatacnt:hover,
.btn-creatacnt:focus,
.btn-creatacnt:active{
  background:#41b14f !important;
  color: #fff;
  box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.16), 0px 30px 25px 0px rgba(0, 0, 0, 0.10);
  transform: translateY(-5px);
}

.card {
  border: none;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 125px;
  margin-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.5rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-body h1 {
	font-size: 28px;
}

.card-body input {
	margin-top: 10px;
}

.m-l-r-auto {
    margin-left: auto;
    margin-right: auto;
}

.m500 {
    max-width: 500px;
}

.m400 {
    max-width: 400px !important;
}


hr {
  border-color: #f7f7ff;
  border-width: 1px;
  max-width: 50px;
}
.input-group-addon {
    margin-bottom: 0; 
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: white;
    border: 1px solid #a2a2a2;
    border-radius: 0.25rem;
}

.input-addon{
  border: 1px solid #a2a2a2;
}
.input-addon:focus{
  border: 1px solid #007bff;
}

.mrgintop30{
  margin-top: 30px;
}

.btnsignin{
  width: 150px;
  color: #fff;
  text-transform: uppercase;
  font-family:  'Montserrat' !important;
  font-size: 16px;
  border-radius: 30px;
  background: -webkit-linear-gradient(to bottom, #7c19de,#7c19de)!important;
  background: -o-linear-gradient(to bottom ,#3000c5,#7c19de)!important;
  background: linear-gradient(to bottom,#3000c5,#7c19de)!important;
  padding: 5px 8px 5px 12px;
  line-height: 28px;
  letter-spacing: 1px;
  border:none;
  -webkit-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:0px 0px 51px 0px rgba(0, 0, 0, 0.08), 0px 6px 18px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(0px);
}

.btnsignin:hover,
.btnsignin:focus,
.btnsignin:active{
  color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08), 0px 10px 6px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
  background: -webkit-linear-gradient(to bottom,#3000c5,#7c19de)!important;
  background: -o-linear-gradient(to bottom,#3000c5,#7c19de)!important;
  background: linear-gradient(to bottom,#3000c5,#7c19de)!important;
}

.signinsect{
  padding: 50px 0 30px 0;
}*/

.showmore{
  font-family: "Montserrat" !important;
  font-size: 14px;
  font-weight: 300;
  padding: 20px 10px 20px 10px;
  line-height: 1.5;
  color: #443434;
}

.readmore{
  cursor: pointer;
  text-decoration: none;
}

.taskpanel{
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'Montserrat';
  background-color: #fff;
  border-radius: 10px;
}

.taskpanel .taskpanelview{
  padding: 30px 0 0 0; 
}

.taskpanel .taskpanelchoose label{
  padding-bottom: 10px;
  font-size: 28px;
}

.taskpanel .taskpanelview img{
  margin-top: 30px;
  width: 120px;
  height: 120px;
} 

.taskpanel .taskpanelview h3{
  font-size: 60px;
  padding-top:30px; 
  padding-bottom: 20px;
  color: #252525;
}

#taskname {
  text-align: left;
}

#taskdesc {
  line-height: 2em;
  text-align: left;
}

.btn-task-grad{
  background:linear-gradient(180deg, #b1ea42 0%, #1f8c38 100%);
  padding: 15px 34px;
  border: none;
  border-radius: 100px;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.25);
  font-family: 'Montserrat';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 25px 10px 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.btn-task-grad:hover{
  color: #fff;
  background: linear-gradient(180deg, #b1ea42 0%, #1f8c38 100%);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}

@media (max-width: 500px) {
  .taskpanel {
    margin: 15px;
  }

  #taskname {
    padding-top: 20px;
    text-align: center;
  }

  #taskdesc {
    text-align: center;
  }

  .taskpanel .taskpanelchoose label{
    padding-top: 0px;
  }

  .taskpanel .taskpanelview img{
    margin-top: 20px;
  } 

  .taskpanel .taskpanelview h3{
    padding-top:0px; 
    padding-bottom: 10px;
  }
}