#dsktop {display: inline;}
#mobil {display: none;}
@media screen and (min-width : 0px) and (max-width : 767px){
	#dsktop {display: none;}
	#mobil {display: inline;}
}
.form-control{display:block;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
      .form-group{margin:15px}
      .btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: white;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59b413;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: bolder;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.forgot-password {
	text-decoration: underline;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: bolder;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-login:hover,
.btn-login:focus,
.btn-register:hover,
.btn-register:focus {
/*	color: #000 !important;*/
	background-color: #1CA347 !important;
	border-color: #1CA347 !important;
}
.btn-light:hover,
.btn-light:focus {
	color: #000 !important;
	background-color: #1CA347 !important;
	border-color: #1CA347 !important;
}
    .nopadding {
     padding-left: 0px !important;
     padding-right: 0px !important;

    }
    .active1 {
    background-color: #59b413 !important;
    }
    .btnsize100 {
      width: 200px;
      border-color: lightblue !important;

    }
    input[type=submit] {
      background-color: #59b413 !important;
      color: white;
      width:200px;
    }
    @media screen and (max-width: 600px) {
    .btnsize100 {
      width: 200px;
      border-color: lightblue !important;

    }
    }
    input:invalid {
  color: red;
}
  input.chk1 {
    width : 19px;
    height : 19px;
    margin-top: 2px;
    vertical-align: sub;
}
input[type=date] {
  height: 45px !important;
}
.gbtn{
    display: flex;
    justify-content: center;
}
.ghref{
    all: unset;
    cursor: pointer;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    color:black;
}
.ghref:hover{
    background-color: #ffffff;
}
.gimg{
    width: 50px;
    margin-right: 5px;
}
#id-or{
     color: #999;
    display: block;
    font-size: 1.4em;
    font-weight: 400;
    margin: 1rem 0;
    padding: 0 2rem;
    position: relative;
    text-align: center;
}   
#id-or:before,#id-or:after {
    border-top: 0.1rem solid #ccc;
    content: "";
    display: block;
    left: 2rem;
    position: absolute;
    top: 0.7em;
    width: 36%;
}
#id-or:after {
    left: auto;
    right: 2rem;
}

