body {
    min-height: 100vh;
    padding: 0;
}

body {
    /*     background: linear-gradient(-45deg, #000e35, #27396c, #0166bd, #064e70);*/
    background-size: 400% 400%;
    background-color: #47597f;
    animation: gradient 15s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#div-logo {
    background-color: #001638;
    border-radius: 0px 30px 30px 0px;
}

#div-dados {
    background-color: rgb(251 251 251);
    border-radius: 15px;
    max-width: 450px;
    border: 2px solid #152553;
    box-shadow: 0px 20px 20px 0px #000000;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-height: 620px) {
    .container {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 375px) {
    .g-recaptcha {
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}

.form-group {
    max-width: 304px !important;
    margin-left: auto;
    margin-right: auto;
}

.form-bottom form textarea {
    height: 100px;
}

.form-bottom form button.btn {
    width: 100%;
}

.form-bottom form .input-error {
    border-color: #19b9e7;
}

input[type="text"],
input[type="password"],
textarea,
textarea.form-control {
    border: 1px solid #001638 !important;
}

.alert {
    margin-bottom: 0px !important;
    padding: 5px 30px 5px 5px !important;
}

.alert-danger {
    color: #9d0300;
    background-color: #d5b6b6;
    border-color: #e9a5b0;
}

.alert p{
    font-size: 15px !important;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid #debf21 !important;
    color: #001638 !important;
}

.inputbox {
    border-radius: 3px solid #001638 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    height: 40px !important;
}

input[type="text"],
input[type="password"] {
    color: #001638 !important;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder {
    color: #001638 !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

#divMsgAlerta {
    font-size: 16px;
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px;
    padding-top: 7px;
    background-color: #007849 !important;
    border-color: white;
    color: #FFF !important;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    border-style: solid;
    border-width: 2px;
}

.whats-app:hover {
    color: #007849 !important;
    background-color: white !important;
    border-style: solid;
    border-color: #007849;
}

.icone-fixo {
    margin-top: 13px;
}

@media (max-width: 655px) {
    a.whats-app {
        display: none;
    }
}
@media (min-width: 655px) {
    a.whats-app-mobile {
        display: none;
    }
}

.whats-app-mobile {
    width: 60px;
    height: 60px;
    right: 20px;
    padding-top: 7px;
    background-color: #007849 !important;
    border-color: white;
    color: #FFF !important;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    border-style: solid;
    border-width: 2px;
    margin: 25px 0px 0px 0px;
    float: right;
}

.whats-app-mobile:hover {
    color: #007849 !important;
    background-color: white !important;
    border-style: solid;
    border-color: #007849;
}

.icone-fixo {
    margin-top: 13px;
}

.blob {
    position: absolute;
    top: -90px;
    left: -120px;
    max-width: 220px;
    z-index: -1;
}

.blob2 {
    position: fixed;
    bottom: -60px;
    right: -60px;
    width: 220px;
    z-index: -1;
}

/* 
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: Raleway, sans-serif;
}

body {
	background: linear-gradient(90deg, #C7C5F4, #776BCC);		
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.screen {		
	background: linear-gradient(90deg, #000e35, #545e7b);		
	position: relative;	
	height: 600px;
	width: 360px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #465276;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #000e35, #3d496c);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #3c4b72;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}

.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}

.social-login {	
	position: absolute;
	height: 140px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}

.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}

.social-login__icon:hover {
	transform: scale(1.5);	
} */