body, html {
    /*height: 100%;*/
    background: #222222;
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 5em;
    color: #fff;
    margin: 0px 0px 20px 0px;
    padding: 40px;
}
.error{
    display: none;
    color: red;    
}

.personal{
    text-align: center;
}
label{
    font-size: 2em;
}

button, input, textarea {
    /*font-size: 2em;*/
    color: black;
    overflow: visible;
    float: right;
}

.text{
    height: 6em;
}

.btn-warning{
    padding-top: 1em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-group-vertical{
        width: 90%;
    }
    label{
        height: 3em;
    }

    .btn-group-vertical .btn{
        font-size: 3em;
    }

    .personal{
        margin-top: 300px;
    }
/*    #floating, .selection {
        transform: scale(3,3);
    }

    #floating {
        top: 200px;
    }

    h1 {
        font-size: 2em;
        padding: 0px 330px 0px 330px;
    }*/
}
@media (max-width: 767px) {
    #fullpage h1 {
		font-size: 20px;
		padding: 15px;
	}
}

/*Error fix by rupash*/
body>#costForm{
    height: 100%;
    overflow-y: scroll;
}

label.btn input:focus, label.btn textarea:focus,
label.btn.focus,
label.btn:focus {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
label.btn {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 62px;
    border-radius: 0;
    line-height: 30px;
    height: auto;
    overflow: hidden;
}

label.btn input, label.btn textarea {
    line-height: initial;
}