@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --azul: #0071ce;
}

html, body {
    font-family: "Roboto", sans-serif;
    height: 100vh;
}

body * {
    transition: 0.2s ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;

}

.form {
    width: 60%;
    margin: auto;
    text-align: center;
    /*background-color: #ffff;*/
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    padding: 2em;
}

#alertaCaps {
    margin-top: 10px;
}

.form .first-login {
    color: #B0A8B9;
}

.form .icon-login {
    width: 100px;
    height: 100px;
}

.form .first-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding: 1em 0;
    border-radius: 15px 15px 0 0;
    background: rgba(255, 255, 255, 0);
}

.form .first-row h2 {
    color: #B0A8B9;
}

.form .input-group {
    border: 1px solid #e8e8e8;
    /*margin-bottom: 1.5em;*/
    /*border-radius: 0.3em;*/
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: -1px;
    background-color: white;
    /*height: 4em;*/
}

.form .input-group:nth-of-type(1) {
    border-radius: .3em .3em 0 0;
}

.form .input-group:nth-of-type(2) {
    border-radius: 0 0 .3em .3em;
}

.sombra-input {
    /*-webkit-box-shadow: 0px 0px 10px #1565c0;*/
    /*-moz-box-shadow: 0px 0px 10px #1565c0;*/
    /*box-shadow: 0px 0px 10px #1565c0;*/
}

.form .input-group input {
    border: none;
    font-size: 18px;
    /*-webkit-box-shadow: none !important;*/
    /*-moz-box-shadow: none !important;*/
    /*box-shadow: none !important;*/
    width: 90%;

}

.form .input-group i {
    color: var(--azul);
    font-size: 2em;
    width: 10%;
}

.form .input-group .form-control {
    color: #1565c0;
    height: 2.8em;
    box-shadow: none;
}

.container {
    border-radius: 5px;
    /*background-color: #ffff;*/
    padding: 20px;
}

.login-btn {
    width: 60%;
    margin-left: 20%;
    /*background-color: var(--azul);*/
}

.social-login {
    margin-top: 25px
}

.social-login {
    text-align: center;
    padding: 2em 0;
}

.alerta p {
    color: #ffff;
    text-align: center;
}

.sign-up {
    color: #B0A8B9;
}

.sign-up a {
    color: #1565c0;
}

.campoObrigatorio {
    color: #ED213A;
    text-align: center;
}

.alerta {
    background-color: #ED213A;
    border: 1px solid #ED213A;
    width: 60%;
    margin: auto;
    padding: 1em;
    /*-webkit-box-shadow: 0 10px 6px -6px #93291E;*/
    /*-moz-box-shadow: 0 10px 6px -6px #93291E;*/
    /*box-shadow: 0 10px 6px -6px #93291E;*/
}

.shake-vertical {
    -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/* ----------------------------------------------
* Generated by Animista on 2019-9-19 14:47:21
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}


.loader {
    font-size: 5px;
    margin: auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #1565c0;
    background: -moz-linear-gradient(left, #1565c0 10%, rgba(21, 101, 192, 0) 42%);
    background: -webkit-linear-gradient(left, #1565c0 10%, rgba(21, 101, 192, 0) 42%);
    background: -o-linear-gradient(left, #1565c0 10%, rgba(21, 101, 192, 0) 42%);
    background: -ms-linear-gradient(left, #1565c0 10%, rgba(21, 101, 192, 0) 42%);
    background: linear-gradient(to right, #1565c0 10%, rgba(21, 101, 192, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #1565c0;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.form .inputForm {
    display: flex;
}

@media (max-width: 768px) {
    .form {
        width: 100%;
    }
}

/*****************/

#flex {
    display: flex;
}

#ladoEsquerdo,
#ladoDireito {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100vh;
}

#ladoEsquerdo {
    background-color: #5bc0de;
}

#ladoEsquerdo img {
    width: 300px;
}

#ladoDireito {
    background-color: #f8f9fa;
    padding: 25px;
}

#logoEPMPV {
    margin-top: 10px;
}

@media (max-width: 991px) {
    html, body, #ladoEsquerdo, #ladoDireito {
        height: unset;
    }

    #flex {
        display: block;
    }

    #ladoEsquerdo,
    #ladoDireito {
        width: 100%;
    }

    #ladoEsquerdo img {
        height: 80px;
        margin: 20px;
    }

    #logoEPMPV {
        width: 40vw;
    }
}
