@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Nothing+You+Could+Do); /* Google font */


body {
    background-color: rgba(255, 203, 96,0.5);
}

#boxForm {
    background-color: rgb(255, 203, 96);
    width: 400px;
    padding: 25px 15px 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    margin: 0px auto;
    box-shadow: 1px 1px 8px rgba(244, 102, 27,1);
}

    #boxForm #title {
        font-family: 'Nothing You Could Do', cursive;
        font-weight: bold;
        text-align: center;
        padding: 10px;
        margin: 0px;
    }

    #boxForm form {
        margin-top: 20px;
    }

.text {
    width: 100%;
    margin-top: 10px;
    border-style: none;
    border-bottom-style: solid;
    border-color: rgb(244, 102, 27);
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: rgb(244, 102, 27);
    background-color: rgb(255, 203, 96);
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
}

.forgot {
    color: rgb(244, 102, 27);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

    .forgot:hover {
        color: rgb(244, 102, 27);
        text-decoration: underline;
    }

.text:focus {
    background-color: rgba(255,255,255,0.2);
    border-style: none;
    outline: none; /* to delete blue outline*/
}

#pwd {
    margin-bottom: 5px;
}

/* Custom  placeholder */

::-webkit-input-placeholder {
    color: rgb(244, 102, 27);
    font-weight: bold;
    font-size: 16px;
}

::-moz-placeholder {
    color: rgb(244, 102, 27);
    font-weight: bold;
    font-size: 16px;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: rgb(244, 102, 27);
    font-weight: bold;
    font-size: 16px;
}
/* ie */
input:-moz-placeholder {
    color: rgb(244, 102, 27);
    font-weight: bold;
    font-size: 16px;
}

#rememberMe {
    float: left;
    margin-left: 40px;
}

form label {
    color: rgb(244, 102, 27);
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

#pwd {
    margin-bottom: 15px;
}

.button {
    padding: 10px;
    width: 150px;
    /* Background par colorzilla.com */
    background: rgb(255,175,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,175,75,1)), color-stop(100%,rgba(255,146,10,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    border-style: none;
    box-shadow: 1px 1px rgba(244, 102, 27,1);
    cursor: pointer;
    color: white;
    font-weight: bold;
}
