/* 
    Document   : createForm
    Created on : 14-Sep-2014, 13:14:06
    Author     : Adnan
    Description:
        Purpose of the stylesheet follows.
*/


body {
    //font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

.centered-form .panel{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.centered-form{
  margin-top: 60px;
}

.form-control {
    height: auto;
}

.right-inner-addon {
    position: relative;
}

.dropdown-menu {
  width: 100%; 
}

.btn{
 width: 100%;
}

.radio-inline {
    padding-left: 40px;
    margin-bottom: 20px;
    color: gray;
}