﻿@font-face {
    font-family: montserrat;
    src: url('font/Montserrat-Regular.otf'), url('font/Montserrat-Regular.eot'); /* IE9+ */
}

body {
    font-family: montserrat,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background-color: #fff;
    margin: 0px auto;
}

.container {
    margin: 0 auto;
    background: #fff;
}

.title {
    position: relative;
    text-align: center;
}

    .title > div {
        width: 860px;
        margin: 0px auto 6px auto;
    }

.avonLogo {
    width: 160px;
    display: inline;
}

    .avonLogo img {
        height: 128px;
        position: relative;
        top: 5px;
    }

.drmposLabel {
    color: #e5004b;
    font-size: 36px;
    font-family: montserrat,"Century Gothic";
    position: relative;
    top: -4px;
}

.content {
    /*height: 540px;*/
    margin: 0px;
    position: relative;
}

    .content > div {
        margin: 0px auto;
        width: 750px;
    }

.loginimg {
    float: left;
    margin-top: 20px;
    width: 360px;
}

.form {
    font-size: 13px;
    margin: 10px auto;
    padding: 20px 20px 0px 20px;
}

table.loginfo {
    margin-bottom: 10px;
}

.loginfotitle {
    color: #e5004b;
    font-family: montserrat,'Segoe UI Light', 'Segoe UI', 'Helvetica Neue Light';
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    border-bottom: #ddd 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.loginfo td {
    font-size: 16px;
    padding-top: 15px;
    color: #979797;
    transition: color ease-in-out .15s;
}

    .loginfo td:hover {
        color: #333;
    }

    .loginfo td.label {
        font-family: montserrat,'Segoe UI', Helvetica, Verdana, sans-serif;
        text-align: left;
    }

.coderefresh {
    width: 25px;
    margin-left: 5px;
    cursor: pointer;
}

.foot {
    margin-top: 45px;
    text-align: center; /*height:250px;background-color: -moz-linear-gradient(top, #fff #c9c9c9);background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#c9c9c9)); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#c9c9c9', GradientType='0');*/
}



input[type="text"], input[type="password"] {
    outline-style: none;
    outline-color: invert;
    width:100%;
    font-family: 'montserrat', 'roboto', 'Segoe UI', Helvetica, Verdana, sans-serif;
    font-size: 16px;
    border: 0px solid #ececec;
    border-bottom-width: 2px;
    display: inline-block;
    height: 25px;
    padding: 5px 0 5px 0;
    box-sizing: content-box;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

    input[type="text"]:focus, input[type="password"]:focus {
        outline: 0;
    }

.loginfo td:hover input[type="text"],
.loginfo td:hover input[type="password"],
.loginfo td:hover select {
    border-color: #7F28C4;
}

select {
    width: 100%;
    height: 30px;
    padding: 5px 0px;
    font-size: 16px;
    font-family: montserrat,'Segoe UI', Helvetica;
    margin: 5px 0px;
    color: #555;
    background-color: #fff;
    border: 0px solid #ececec;
    border-bottom-width: 2px;
    box-sizing: content-box;
}

    select:focus {
        outline: 0;
    }

    select:disabled {
        opacity: 0.7;
        background-color: #d8d8d8;
    }

input[type='button'] {
    opacity: 0.9;
    margin-right: 20px;
    height: 40px;
    padding: 0px 25px;
    font-family: montserrat,'Segoe UI', Helvetica;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border: 0px;
    outline-style: none;
    outline-color: invert;
    margin-top: 5px;
    border-radius:2px;
    background-color: rgb(209,209,209);
    box-sizing: content-box;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    text-shadow: 0 0px 0 #ffffff;
}

    input[type='button']:hover {
        background-color: rgb(230,230,230);
    }

    input[type='button'].okbotton {
        background-color: rgba(127,40,196,0.8);
        color: #fff;
        font-weight: normal;
    }

        input[type='button'].okbotton:hover {
            background-color: rgb(127,40,196);
        }
