/*
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */
#playground-container {
    height: 500px;
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
}
body, html{
     height: 100%;
 	background-repeat: no-repeat;
 	
 	font-family: 'Oxygen', sans-serif;
	    background-size: cover;
}

.main{
 	margin:50px 15px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr{
	width: 10%;
	color: #fff;
}

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

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}
.form-control {
    height: auto!important;
padding: 8px 12px !important;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    width: 100%;
}
.main-login h5 {
  border-bottom: 2px solid #02bb05;
  font-size: 16pt;
  padding-bottom: 17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.button {
  background: #04BA04   none repeat scroll 0 0;
  border: 2px solid #04BA04 ;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 28px;
  padding: 6px 12px;
  text-shadow: 0 1px #fff;
}
.main-center {
  background: #004c01 none repeat scroll 0 0;
  border: 6px solid #02bb05;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.31);
  color: #fff;
  margin: 0 auto;
  max-width: 350px;
  text-shadow: none;
  border-radius: 7px;
}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}
.out-calc {
  padding: 15px;
}
.out-calc .form-control {
  border: 1px solid;
  border-radius: 10px !important;
}
label {
  font-weight: normal;
}
.button {
  display: inline-block;
  width: 114px;
}
.btn-primary:hover {
  background-color: #004C01;
  border-color: #02BB05;
  color: #fff;
}
.button:active {
  background: #004C01 none repeat scroll 0 0 !important;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #004C01;
  border-color: #02BB05;
  color: #fff;
}
.modal-dialog {
  width: 350px;
}
.modal-body {
  position: relative;
  padding: 0px;
}
#myModal .row.main {
  margin: 0;
}

.form-group.calculatebtn {
  text-align: center;
}
.form-group.finalOutput {
  text-align: center;
}
.form-group.exreaBtn {
  text-align: center;
}
.CalculaterAns {
  background: black none repeat scroll 0 0;
  font-size: 18pt;
  font-weight: bold;
  margin: auto;
  padding: 5px 0 9px;
  text-align: center;
  width: 110px;
  display: none;
}

@media only screen and (max-width: 768px) {
.modal-dialog {
  margin: 30px auto;
}
}

@media only screen and (max-width: 480px) {
.modal-dialog {
  margin: 0;
  width: 100%;
}
.main-center {
  max-width: 100%; 
}

label {
  font-weight: bold;
}
.input-group input {
  font-size: 16pt;
  font-weight: bold;
}
.CalculaterAns {
  font-size: 18pt;
  font-weight: bold;
}
}
