/* <========== style common ==========>*/
a:hover, a:active, a:visited{
    text-decoration: none;
}
a:hover{
    color: red;
}
/* <========== End style common ==========>*/
@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Regular.woff);
}

@font-face {
    font-family: awesome;
    src: url(/fonts/fontawesome-webfont.woff);
}

@font-face {
    font-family: MyriadCondensed;
    src: url(/fonts/Myriad-Condensed-Web.ttf);
}

@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('/fonts/MyriadProBoldCondensed.eot');
    src: local('/fonts/MyriadProBoldCondensed'), url('/fonts/MyriadProBoldCondensed.woff') format('woff'), url('/fonts/MyriadProBoldCondensed.ttf') format('truetype');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('/fonts/MyriadPro-Bold.woff');
}

.carousel-indicators {
    width: 5%;
    top: 10%;
    left: 77.5%;
    position: absolute;
    white-space: nowrap;
}

.flash-mess {
	font-family: 'MyriadPro';
	color: #8f2801;
	font-weight: bold;
}

#bs3_col {
    width: 370px;
    border-radius: 2px;
    padding: 0px 30px;
    box-sizing: border-box;
    position: fixed;
    background-color: #b8b8b8;
    left: 50%; 
    top: 50%;
    opacity: 0.88;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.background2 img{
        -webkit-filter: brightness(110%);
}
h3 {
    font-weight: bold;
    font-size: 27px;
    letter-spacing: -2px;
    text-align: center;
    margin: 70px 0 50px 0;
    font-family: Myriad Pro;
}
input[type=text], input[type=password] {
    border:  none;
    margin-left: 10px;
    width:85%;
 } 
#formlogin .row {
    width: 100%;
    padding: 9px 20px;
    margin: 7px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #ffffff;
}
.fa{
   font-size: 17px;
}

button {
    background-color: #38969e;
    color: white;
    padding: 9px 0;
    margin: 8px 0;
    border: solid 1px white;
    cursor: pointer;
    width: 100%;
}

.btnlogin {
    float: right;
    width: 50%;
    margin-bottom: 70px;
    border-radius: 2px;
}
.btnchange {
	float: right;
    width: 48%;
    margin-bottom: 70px;
    border-radius: 2px;
    margin-right: 5px;
}
.btncancel {
	list-style: none;
	text-align: center;
}
.btncancel a {
	background-color: #38969e;
    color: white;
    padding: 9px 0;
    margin: 8px 0;
    border: solid 1px white;
    cursor: pointer;
	float: right;
    width: 48%;
    margin-bottom: 70px;
    border-radius: 2px;
}
.fogotpassword p {
    float: right;
    color: #8f2801;
    font-weight: bold;
    font-family: Bold Condensed;
}
.fogotpassword p:hover {
	color: #fa1313;
	cursor: pointer;
}
/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.clearfix {
    clear: both;
    padding-bottom: 7px;
    padding-top: 7px;
}

#big-screen .item img {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .carousel-inner{
    	display: none;
	}
	body {
   		background-image: url("/images/riverbank-building-smartphone.jpg");
        background-repeat: no-repeat;
	}
}



