.btn-form {
margin-top:15px;
width:200px;
background-color:#00aaff;
color:#fff;
border:none;
border-radius:25px;
}
.btn-form:hover {
background-color:#0077cc;
color:#fff;
}
.custom-fifth {
width: 20%; 
float: left; 
box-sizing: border-box; 
padding: 10px;
}
.custom-four-fifth {
width: 80%; 
float: left; 
box-sizing: border-box; 
padding: 10px;
}
.custom-quarter {
width: 25%;
float: left; 
box-sizing: border-box;
padding: 10px; 
}
.custom-third {
width: 33%; 
float: left; 
box-sizing: border-box; 
padding: 10px; 
}
.custom-two-third {
width: 66%; 
float: left; 
box-sizing: border-box; 
padding: 10px; 
}
.custom-half {
width: 50%; 
float: left; 
box-sizing: border-box; 
padding: 10px; 
}
.custom-three-quarter {
width: 75%; 
float: left;
box-sizing: border-box; 
padding: 10px;
}
.custom-full {
width: 100%; 
float: left; 
box-sizing: border-box; 
padding: 0px; 
}
.btn-sweetalert-custom-color {
background-color: #00aaff !important;
border: #00aaff !important;
color: white !important;
}
.btn-sweetalert-cancel{
margin-left:5px;
}
input {
width:100%;
margin-bottom:10px;
} @media screen and (max-width: 768px) {
.custom-half, .custom-quarter, .custom-three-quarter, .custom-third, .custom-two-third, .custom-four-fifth, .custom-fifth {
width: 100%; 
}
}