body,
.signin {
    background-color: #252A36; /*099B1B*/
    font-family: 'Montserrat', sans-serif;
    color: #252A36;
    font-size: 14px;
    letter-spacing: 1px;
}

.login { /*#ee853c*/
    position: relative;
    height: 590px;
    width: 400px;
    margin: auto;
    padding: 60px 60px;
    background: url(../imgs/by_rrog.jpg) no-repeat center;
    background: #e5823e;
    background-size: cover;
    box-shadow: 0px 30px 60px -5px #000;
    border-radius: 5%;
}

form {
    padding-top: 80px;
}

.active {
    border-bottom: 3px solid #C25E1C;
    color: #252A36;
}

.nonactive {
    color: rgba(255, 255, 255, 0.2);
}

h2 { /*DEMO - DEV*/
    color: #252A36;
    padding-left: 12px;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 5px;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 100;
}

    h2:first-child {
        padding-left: 0px;
    }

span {
    text-transform: uppercase;
    font-size: 13px;
    color: #252A36;
    opacity: 0.6;
    display: inline-block;
    position: relative;
    top: -65px;
    transition: all 0.5s ease-in-out;
}

.brand {
    color: #252A36;
}

.signin {
    background-color: #C25E1C; /*#06a41a*/
    color: #252A36;
    width: 100%;
    padding: 10px 20px;
    display: block;
    height: 39px;
    border-radius: 20px;
    margin-top: 30px;
    transition: all 0.5s ease-in-out;
    border: none;
    text-transform: uppercase;
}

    .signin:hover { /*Entrar #e18e56*/
        background: #e5823e;
        box-shadow: 0px 4px 35px -5px #C25E1C; /*#4082f5  #C25E1C*/
        cursor: pointer;
    }

    .signin:focus {
        outline: none;
    }

.text {
    width: 89%;
    padding: 10px 20px;
    height: 25px;
    margin-top: 15px;
    background: #fff;
    color: #252A36;
    font-size: 15px;
    font-weight: 800;   
}


    /*#06a41a;*/
    .text:focus {
        outline: 10px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 20px;
        background: #8bcf94;
    }

        .text:focus + span {
            opacity: 0.8;
        }

input[type="text"],
input[type="password"] {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #252A36;
    background: #fff;
    border-radius: 20px;
}

h2,
span,
.custom-checkbox {
    margin-left: 20px;
}

.custom-checkbox {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    top: 6px;
}

    .custom-checkbox:checked {
        background-color: rgba(17, 97, 237, 1);
    }

        .custom-checkbox:checked:after {
            content: '\2714';
            font-size: 10px;
            position: absolute;
            top: 1px;
            left: 4px;
            color: #fff;
        }

    .custom-checkbox:focus {
        outline: none;
    }

label {
    display: inline-block;
    padding-top: 10px;
    padding-left: 5px;
}

hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 85px;
    position: relative;
}

a {
    text-align: center;
    display: block;
    top: 100px;
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.2);
    color: #252A36;
}

    a:hover {
        background: none;
        box-shadow: 0px 5px 5px -5px #C25E1C;
        cursor: pointer;
        color: #252A36;
    }
