@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
html,
body {
    height: 100%;
    background: #fff !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-inverse{
    background: #f5f5f5 !important;
    border-bottom: 1px solid #ddd;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus{
    color: rgb(171, 212, 24) !important;
}
.navbar-inverse .navbar-nav > li > a{
    color: #060202;
}
.navbar-inverse .navbar-brand{
    /*synamen text */
    color: #060202;
}
.sas-core_login
{
    width: 100%;
    text-align: left !important;
    margin-top: 25px;
    margin-bottom: 25px;
}
.sas-core_login span
{
    text-align: left !important;
    font-size: 20px;

}
.log_form
{
    background: #ebebec;
    /*padding-bottom: 15px;*/
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.sign_up
{
    border-left: 2px solid #454646;
    margin-left: 10px; 
    padding-left: 10px;
    cursor: pointer;
}
.email_class
{
    margin-bottom: -10px;
}
.user_icon
{
    position: absolute;
    right: 8%;
    top: 11px;
    color: #868686;
}
.lock_icon
{
    position: absolute;
    right: 8%;
    color: #868686;
    margin-top: -43px;  
}
.checkbox label input[type="checkbox"]
{
    margin-left: -113px !important;
}
.forgot_pass
{
    width: 50%;
    float: right;
    text-align: right;
}
.forgot_pass p
{
    margin-bottom: 0px !important;
    margin-top: 10px !important;
}

.enqwin_button
{
    background: #ff7f00 !important;
    border: none;
}
.login-page1 {
  width: 460px;
  padding: 1% 0 0;
  margin: auto;
}
.login
{
    cursor:pointer;
}
#login-form  input
{
    outline: 1px solid #c2c2c2 !important;
}
#signup-form input
{
    outline: 1px solid #c2c2c2 !important;
}
#signup-form .planPanel .panel-body {
    padding: 0px 5px 0px 5px;
}
#signup-form .planPanel .panel-body  .table{
    margin-bottom: 0px;
}
#signup-form .planPanel .panel-body  .table tbody tr:first-child td{
    border-top: 0px;
}
#signup-form .planPanel {
    min-height: 323px;
}
#signup-form .planPanel .panel-footer{ 
    position: relative;
    bottom: -38px;
}
#signup-form .planPanel.basicPlan .panel-footer{ 
    position: relative;
    bottom: -4px !important;
}
#signup-form input[type="checkbox"]{
    outline: 0px !important;
    width: 186px;
    height: auto;
    margin-top: 4px;
}

.login_form:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ebebec;
    border-width: 36px;
    margin-left: -36px;
}

.login_form:after, .login_form:before {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.login_form:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ebebec;
    border-width: 20px;
    margin-left: -30px;
}


.signup_form:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ebebec;
    border-width: 36px;
    margin-left: -36px;
}

.signup_form:after, .signup_form:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.signup_form:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ebebec;
    border-width: 20px;
    margin-left: -30px;
}
.btn
{
    border-radius: 0px !important;
}

.form input
{
    background: #fff !important;
}
.help-block
{
    margin: 0 0 0 0px !important;
}
.error{
    margin: 0 0 0px !important;
}
.log_sign
{
    padding: 10px !important; 
    margin-bottom: -6px;
    margin-top: 10px;
}
.intl-tel-input{
    display: block !important;
}
#user-planid{
    border-radius: 0px;
}



