﻿.input-cont {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-btn {
    position: absolute;
    right: 5px;
    top: 10px;
    height: 80%;
    -webkit-appearance: unset !important;
}

.login-signin {
    display: block;
}

.login-forget-password {
    display: none;
}

.login-signin-hide {
    display: none;
}

.login-forget-password-show {
    display: block;
}


.login-alert-danger {
    color: #dc3545;
}

.circulo {
    border-radius: 100%;
    background-color: #0168fa;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
}
.stateCirculo {
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .container-form {
        margin-left: 15%;
        margin-right: 15%;
    }
}
