@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed';



.bg

{

	margin:opx; padding:0px; width:100%; background:#f58c04 !important; 

}

.card-container.card {

    max-width: 310px;

    padding: 40px 40px;

	font-family: 'Roboto Condensed', sans-serif;

}



.txt1{

color:#FFFFFF; font-size:15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; text-align:center !important;

}

.txt2{

color:#FFFFFF; font-size:14px; font-family: 'Roboto Condensed', sans-serif; font-weight:400;

}

.txt33{

color:#FFFFFF; font-size:15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400;

}

.txt34{

color:#333; font-size:15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; text-align:left !important;

}

.txt35{

color:#f58c04; font-size:15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; text-align:left !important;

}

.txt36{

color:#333; font-size:18px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; text-align:center;

}

.red

{

color:#FF0000;

}



.txt001{

color:#333; font-size:16px; font-family: 'Roboto Condensed', sans-serif; font-weight:500; margin-left:20px !important;

}

.txt002{

color:#0066FF; font-size:16px; font-family: 'Roboto Condensed', sans-serif; font-weight:600; margin-left:20px !important;

}

/*

 * Card component

 */

.card {

    background-color:none;

	/*border:2px solid #222;*/

    /* just in case there no content*/

    padding: 20px 25px 30px;

    margin: 0 auto 25px;

    margin-top: 50px;

    /* shadows and rounded borders */

    -moz-border-radius: 2px;

    -webkit-border-radius: 2px;

    border-radius: 2px;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);

}



.reauth-email {

    display: block;

    color: #404040;

    line-height: 2;

    margin-bottom: 10px;

    font-size: 14px;

    text-align: center;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



.tabs-left, .tabs-right {

  border-bottom: none;

  padding-top: 2px;

}

.tabs-left {

}

.tabs-right {

  border-left: 1px solid #ddd;

}

.tabs-left>li, .tabs-right>li {

  float: none;

  margin-bottom: 2px;

}

.tabs-left>li {

  margin-right: -1px;

}

.tabs-right>li {

  margin-left: -1px;

}

.tabs-left>li.active>a,

.tabs-left>li.active>a:hover,

.tabs-left>li.active>a:focus {

  border:1px solid #ddd;

  background:#3c8dbc;

  color:#FFFFFF;

  border-right-color: transparent;

}



.tabs-right>li.active>a,

.tabs-right>li.active>a:hover,

.tabs-right>li.active>a:focus {

  border-bottom: 1px solid #ddd;

  border-left-color: transparent;

}

.tabs-left>li>a {

  border-radius: 4px 0 0 4px;

  margin-right: 0;

  display:block;

}

.tabs-right>li>a {

  border-radius: 0 4px 4px 0;

  margin-right: 0;

}

.list-aggregate li { border-bottom-color: #e5e5e5 }



.list-aggregate li a { color: #666; list-style:none; text-decoration:none; }



.list-aggregate li a:hover { color: #666 }



.list-aggregate li p { color: #666; padding:0 10px; }



