.form {
                 width: 400px;    height: 450px;    position: absolute;    background: rgb(255, 255, 255);    float: right;    margin: 80px 0px 0px 0px;    position: relative;
	
}
.form-head {
    width: 400px;
    height: 60px;
    background: none;
    border-bottom: 0px solid #fff;
    float: left;
}

.form-head h2 {
           text-align: center;
    font-size: 20px;
    margin: 0px 0px;
    height: 78px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 0px;
    padding-top:27px;
    padding-botom: 11px;
    background: #ff920a;
    color: #fff;
}

.form-head h3 {
              text-align: center;
    font-size: 11px;
    margin: -28px 0px;
    letter-spacing: 1px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    color: #fff;
}
.form01 {
       width: 100%;
    height: 233px;
    margin: 19px 15px;
    float: left;
}
.field-label {
     line-height: 38px;
    margin-bottom: 0px;
    color: #000;
    margin-left: 4px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.form01 input {
          width: 93%;
    border: none;
    height: 37px;
    background: #fff;
    border: 1px solid #bcb8b8;
    padding: 0px 4px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 15px;
    font-family: 10px;
    margin: 8px 0px;
    color: #000000;
}


form .rounded-btn-blue {
     position: relative;
    display: inline-block;
    line-height: 19px;
    padding: 10px 51px;
    font-size: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    float: left;
    border: none;
    color: #ffffff;
    background: #ff920a;
    margin:75px 0px 0px 120px;
	}
	
	
	
@media only screen and (max-device-width: 480px) and (min-device-width: 320px)
	{		
	.form {
    width: 100%;
    height: 450px;
    position: absolute;
    background: rgb(255, 255, 255);
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.form-head h2 {
    text-align: center;
    font-size: 20px;
    margin: 0px 0px;
    height: 78px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    line-height: 0px;
    width: 100%;
    padding-top: 27px;
    padding-botom: 11px;
    background: #ff920a;
    color: #fff;
}
.form-head {
    width: 100%;
    height: 60px;
    background: none;
    border-bottom: 0px solid #fff;
    float: left;
}

.form .rounded-btn-blue {
    position: relative;
    display: inline-block;
    line-height: 19px;
    padding: 10px 51px;
    font-size: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    float: left;
    border: none;
    color: #ffffff;
    background: #ff920a;
    margin: 75px 0px 0px 82px;
}
.form01 input {	    border: 1px solid #b5b2b2;}
}
	
	
	
	
@media only screen and (max-device-width: 667px) and (min-device-width: 375px)
{
	.form {    width: 100%;    height: 450px;    position: absolute;    background: rgb(255, 255, 255);    float: left;    margin: 0px 0px 0px 0px;    position: relative;}
.form .rounded-btn-blue {
    position: relative;
    display: inline-block;
    line-height: 19px;
    padding: 10px 51px;
    font-size: 17px;
    border-radius: 50px;
    text-transform: uppercase;
    float: left;
    border: none;
    color: #ffffff;
    background: #ff920a;
    margin: 75px 0px 0px 112px;
}
	.form01 input {	    border: 1px solid #b5b2b2;}
}
	
	
		
@media only screen and (max-device-width: 736px) and (min-device-width: 414px)
{
	.form-head h3 {
    text-align: center;
    font-size: 16px;
    margin: -28px 0px;
    letter-spacing: 1px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    color: #fff;
}

.form .rounded-btn-blue {
    position: relative;
    display: inline-block;
    line-height: 19px;
    padding: 10px 51px;
    font-size: 20px;
    border-radius: 50px;
    text-transform: uppercase;
    float: left;
    border: none;
    color: #ffffff;
    background: #ff920a;
    margin: 75px 0px 0px 121px;
}
.form01 input {	    border: 1px solid #b5b2b2;}









}
	
	
	
	
	
	