﻿.solution-container {
    width:800px;
    left:50px;
}
.solution-box {
    width: 180px;
    height: 200px;
    float:left;
    margin:10px;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: white;*/
}

.solution-thumb {
    height: 144px;
    width: 158px;
    margin-top: 10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px
    /* margin-bottom: 20px;
    float: left; */
}

.solution-title {
    width: 140px;
    height: 25px;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #333;
    margin-left:auto;
    margin-right:auto;
}

#side {
    background-color: none !important;
}

.login-box {
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.8);
    width:230px;
    margin-top:30px;

}

.forgot-box {
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.8);
    width:450px;
    margin-top:30px;

}

.page-box {
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.8);
    width:80%;
    margin-top:10px;

}

.admin-login-box {
-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.8);
    width:230px;
    margin-top:2%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.login-btn {
    background-color: #d31d3e;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ffffff !important;
}

.wrapper{
    background:url(/includes/images/home_bg.jpg) no-repeat;
    background-size:cover;
}

#side{
	background-color: transparent !important;
}