﻿.input {
  display: block;
  margin: 0 auto 15px;
  padding: 0 15px;
  border: none;
  border-bottom: 2px solid #ebebeb;
}

.sname{
    /*font-family:"Roboto",Arial,Helvetica,sans-serif;*/
    font-family:'Conv_FuturaPTLight',Sans-Serif;
    font-size:36px;
    text-decoration:underline;
    font-variant: small-caps;
    /*color:maroon;*/
    color:white;
    font-weight: bold;
}

.smallcaps {
        font-variant: small-caps;
    }

.instHeading{
    /*font-family:"Roboto",Arial,Helvetica,sans-serif;*/
    font-family:'Conv_FuturaPTLight',Sans-Serif;
    font-size:28px;
    /*color:maroon;*/
    color:#6B7DB9;
}

.instHeading2{
    /*font-family:"Roboto",Arial,Helvetica,sans-serif;*/
    font-family:'Conv_FuturaPTLight',Sans-Serif;
    font-size:20px;
    /*color:maroon;*/
    color:#6B7DB9;
}

.instHeading3{
    /*font-family:"Roboto",Arial,Helvetica,sans-serif;*/
    font-family:'Conv_FuturaPTLight',Sans-Serif;
    font-size:18px;
    /*color:maroon;*/
    color:#6B7DB9;
}

.instbodyHd{
    /*font-family:Arial;*/
    font-family:'Conv_FuturaPTLight',Sans-Serif;
    font-size:16px;
    /*color:maroon;*/
    color:#6B7DB9;
}

.instbody{
        /*font-family:"Roboto",Arial,Helvetica,sans-serif;*/
    font-family:'Conv_FuturaPTLight',Sans-Serif;
    font-size:14px;
    color:#6B7DB9;
}

.darkbg{background:#F1F1F1}

.mainbg{background:#fff}

.text-warning {
    color:darkmagenta;
}

.btn-danger {
    color: #fff;
    background-color: #6B7DB9;
    border-color: darkblue;
}

/*

.smart-wrap{padding:0 20px}

.smart-forms{font-family:"Roboto",Arial,Helvetica,sans-serif;
line-height:1.231;font-weight:400;
font-size:14px;color:#34495e}

.smart-container{background:#fff;margin:0px auto;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.65);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.65);box-shadow:0 1px 5px rgba(0,0,0,0.65);-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}

.smart-container-md{background:#fff;margin:0px auto;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.65);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.65);box-shadow:0 1px 5px rgba(0,0,0,0.65);}

.smart-container-ft{background:#fff;margin:0px auto;-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.65);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.65);box-shadow:0 1px 5px rgba(0,0,0,0.65);-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}

.wrap-0{max-width:852px}*/

/*.myhddiv{border-top:2px groove ;border-left:2px groove;border-right:2px groove;border-radius:5px 5px 0 0}*/
.myhddiv{border-top:2px groove ;border-left:2px groove;border-right:2px groove;border-radius:5px 5px 0 0}

.mybddiv{border-left:2px groove;border-right:2px groove;border-bottom:2px groove;border-radius:0 0 5px 5px}

.header-primary{background-color:#6B7DB9;border-top:1px solid black;border-bottom:1px solid black;color:#fff}

.myspacer{margin-top:10px;margin-bottom:20px}

.mytagline{height:0;border-top:2px solid #6B7DB9;text-align:center;top:-10px}

.mytagline span{text-transform:uppercase;display:inline-block;position:relative;padding:0 15px;background:#fff;color:#6B7DB9;top:-10px}

.grad1 {
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,rgba(255,0,0,0),rgba(255,0,0,1)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(255,0,0,0),rgba(255,0,0,1)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); /*Standard*/
}

.grad{
  background: #6B7DB9;
}

.Oldgrad{
  background: #6B7DB9; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,#6B7DB9,white); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,#6B7DB9,white); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,#6B7DB9,white); /*Fx 3.6-15*/
  background: linear-gradient(to right,#6B7DB9, white); /*Standard*/
}