/*

Template: Sofbox - Responsive Software Landing Page
Author: iqonicthemes.in
Version: 3.0
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

.icon-large {
    font-size: 610px!important;
  }

p{
font-size: 1vw;
text-align: inherit;
}

button{
  cursor: pointer;
}

button:disabled,
button[disabled]{
  border: 1px solid #ef476f;
  background-color: #adb5bd;
  color: white;
  cursor:wait;

}
button[disabled]:hover{
  border: 1px solid #ef476f;
  background-color: #adb5bd;
  color: white;
  cursor:wait;

}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}