﻿

.User-Icon {
    color:#f7c51d;
    height: 80px;
    width: 80px;
    background: white;
    text-align: center;
    padding-top: 10px;
    border-radius: 40px;
    margin-bottom: -5px;
    border: 1px solid rgba(46,46,46,0.3);
}

    .User-Icon:hover {
        border: 1px solid#f7c51d;
    }

.Login-Tital {
    float: left;
    text-align: center;
    width: 110%;
    margin-top: -20px;
    padding-top: 25px;
    padding-bottom: 13px;
    font-family: Calibri;
    font-size: x-large;
    color: white;
    padding-left: 15px;
    background-color:#f7c51d;
}

.Ribbon {
    float: left;
    width: 100%;
    margin-top: -5px;
    height: 0px;
    border-top: 26px solid #f7961d;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
}

.Ribbon-Cover {
    float: left;
    margin-left: 5%;
    width: 90%;
    margin-top: -30px;
    height: 30px;
    background-color: white;
}

.User-Label {
    float: left;
    text-align: left;
    margin-left: 5%;
    padding-top: 5px;
    width: 90%;
    height: 35px;
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: normal;
}

.LoginError {
    float: left;
    height: 20px;
    width: 100%;
    color: orangered;
    font-family: Calibri;
    font-size: small;
    text-align: center;
    margin-top: 10px;
}

.User-Text-Box {
    float: left;
    margin-left: 5%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    height: 40px;
    width: 90%;
    border: 1px solid#f7c51d;
    color:#f7c51d;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
}
.Forget-Button {
    float: left;
    text-align: left;
    height: 40px;
    margin-left: 5%;
    margin-top: 15px;
    width: 50%;
}

.Join-Button {
    float: right;
    height: 40px;
    margin-right: 5%;
    width: 25%;
    padding: 6px 0px 4px 0px;
    margin-top: 10px;
    border: 1px solid rgba(46,46,46,0.3);
    font-family: Calibri;
    font-size: large;
    color:#f7c51d;
    border-radius: 2px;
}

    .Join-Button:hover {
        text-decoration: none;
        color: white;
        background-color:#f7c51d;
        border-color:#f7c51d;
    }
@media screen and (max-width:767px) {
    .Detail-Button {
    float:left;
    width:96%;
    margin-left:2%;
    }
}
.Detail-Button {
    float: right;
    margin-right: 10px;
    height: 30px;
    padding: 4px 10px;
    text-align: center;
    color:#f7c51d;
    border: 1px solid rgba(46,46,46,0.2);
    border-radius: 3px;
}

    .Detail-Button:hover {
        background-color:#f7c51d;
        text-decoration: none;
        border-color:#f7c51d;
        color: white;
    }


.Banner {
    height: 100px;
    width: 100%;
}

.Detail-Heading {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25%;
    width: 50%;
    text-align: center;
    padding: 6px 0px;
    color:#f7c51d;
    border-bottom: 2px solid#f7c51d;
}

.Label-Detail {
    float: left;
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
    width: 100%;
}

.Label-Detail-Value {
    float: left;
    font-family: Calibri;
    font-size: large;
    font-weight: normal;
    width: 100%;
}

.Index-Image-Container {
border: 2px solid rgba(46,46,46,0.2); 
padding: 5px;
}

.Index-Image {
    height: 200px; 
    width: 100%;
}

.Index-Label {
float:left;
width:100%;
font-family:Calibri;
font-size:medium;
font-weight:normal;
margin:10px 0px 0px 0px;
text-align:center;
height:43px;
}

.Index-Label:hover {
 color:#f7c51d;
}

.Index-Link {
    float: left;
    width:100%;
    height: 32px;
    margin:3px 0px;
    padding: 5px 0px;
    text-align:center;
    color:#f7c51d;
    border: 1px solid rgba(46,46,46,0.2);
    border-radius: 3px;
}

.Index-Link:hover {
text-decoration:none;
background-color:#A3C83A;
border-color:#A3C83A;
color:white;
}

