﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    color: #444443;
}

.container-login {
    display: grid;
    height: 100%;
}

.acc-panel {
    width: 952px;
    align-self: center;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.1));
}

    .acc-panel .left-panel {
        margin: 0;
        width: 476px;
        height: 549px;
        float: left;
        background-color: #444443;
        border-radius: 42px 0 0 42px;
        padding: 79px 34px 44px 66px;
    }

        .acc-panel .left-panel h1 {
            font-weight: 600;
            color: #FFFFFF;
        }

            .acc-panel .left-panel h1 > strong {
                color: #FEB300;
            }

        .acc-panel .left-panel .divider {
            background: #FFFFFF;
            height: 3px;
            width: 83px;
        }

        .acc-panel .left-panel p {
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            color: #FFFFFF;
        }

        .acc-panel .left-panel .mt-40 {
            margin-top: 20px;
            max-width: 305px;
        }

        .acc-panel .left-panel .mt-22 {
            margin-top: 22px
        }

        .acc-panel .left-panel .mt-121 {
            margin-top: 121px
        }

        .acc-panel .left-panel .mt-35 {
            margin-top: 35px;
        }

    .acc-panel .mt-44 {
        margin-top: 44px
    }

    .acc-panel .mt-60 {
        margin-top: 60px
    }

    .acc-panel .mt-169 {
        margin-top: 169px
    }

    .acc-panel .left-panel a.btn-link {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        width: 184px;
        height: 35px;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        display: inline-block;
        padding-top: 7px;
    }

        .acc-panel .left-panel a.btn-link:hover {
            text-decoration: none;
        }

.logo-acc {
    background-image: url(/img/logo-acc.svg);
    background-repeat: no-repeat;
    width: 109px;
    height: 22px;
    filter: invert(30%) sepia(55%) saturate(2846%) hue-rotate(360deg) brightness(100%) contrast(100%);
}

.acc-panel .right-panel {
    margin: 0;
    width: 476px;
    height: 549px;
    float: right;
    background-color: #FFFFFF;
    border-radius: 0 42px 42px 0;
}

    .acc-panel .right-panel .login-content {
        margin: 100px 72px 0px 72px;
    }

    .acc-panel .right-panel .recovery-content {
        margin: 120px 72px 0px 72px;
    }

    .acc-panel .right-panel h1 {
        font-weight: bold;
        color: #444443;
        text-align: center;
        margin-bottom: 0;
    }

    .acc-panel .right-panel h1,
    .acc-panel .left-panel h1 {
        font-size: 28px;
        font-style: normal;
        line-height: 55px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .acc-panel .right-panel .divider {
        width: 35px;
        height: 3px;
        background: #FEB300;
        margin: 0 auto;
    }

.acc-panel .info {
    margin: 35px 0 40px 0;
}

.acc-panel .right-panel p {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #444443;
}

.acc-panel .right-panel form input[type=text],
.acc-panel .right-panel form input[type=email],
.acc-panel .right-panel form input[type=password] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #444443;
    width: 100%;
    height: 37px;
    border: 2px solid #EDEFF2;
    border-radius: 2px;
    margin-bottom: 17px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #444443;
    padding-left: 49px;
    padding-right: 30px;
    letter-spacing: 0;
}

.acc-panel .right-panel form input[type=password] {
    letter-spacing: 7px;
}

::placeholder {
    color: #BDBDBD;
    letter-spacing: 0;
}

.acc-panel .right-panel form input[type=email] {
    background: url(/img/input-user.svg) no-repeat 19px 9px;
}

.recovery-content input {
    background: url(/img/icon-recover-arroba.svg) no-repeat 19px 9px !important;
}

.acc-panel .right-panel form input[type=password] {
    background: url(/img/password-icon.svg) no-repeat 17px 8px;
    background-size: 18px;
}

.acc-panel .right-panel .actions {
    margin-top: 8px;
    margin-bottom: 29px;
}

.acc-panel .right-panel .lembrar {
    float: left;
}

.acc-panel .right-panel label {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #8697A8;
    padding-left: 30px;
}

.acc-panel .right-panel .recuperar-senha {
    float: right;
}

    .acc-panel .right-panel .recuperar-senha a {
        font-family: Open Sans;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: right;
        color: #444443;
    }

.acc-panel .right-panel a.entrar-com-google {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #8697A8;
    background: url(/img/icon-google.svg) no-repeat;
    margin: 0 auto;
    width: 170px;
    height: 40px;
    display: block;
    margin-top: 11px;
}

    .acc-panel .right-panel a.entrar-com-google:hover {
        text-decoration: none;
    }

button.acc-btn {
    background: #FEB300;
    border-radius: 5px;
    text-align: center;
    color: #FFFFFF;
    height: 37px;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #444443;
    border: none;
    outline: none;
}

.acc-panel .right-panel p.footer {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #444443;
}

    .acc-panel .right-panel p.footer a {
        color: #444443;
    }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 14px;
            height: 14px;
            border: 2px solid #8697A8;
            box-sizing: border-box;
            border-radius: 3px;
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 14px;
            height: 14px;
            border: 2px solid #FEB300;
            box-sizing: border-box;
            border-radius: 3px;
            background: #FEB300 url(/img/checkbox-check.svg) no-repeat center 2px;
            color: #fff;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

.recovery-text {
    font-weight: 600;
    text-align: justify;
    font-size: 12px;
    margin-top: 44px;
    width: 311px;
    margin-left: 10px;
}