﻿.recover-page {
    margin-top: 100px;
    background: white;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

html,
body {
    background-color: #e3dede;
}

.recover-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px;
    background-color: #227DFC;
    color: white;
    font-size:25px;
    display:flex;
    justify-content:space-between;
    align-items:center;

}

.recover-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recover-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.recover-btn {
    margin-top: 20px;
    margin-bottom: 40px;
}

.recover-text {
    margin-top:50px;
    margin-bottom:50px;
}

.form-group {
    width: 50%;
}

button {
    width:100%;
}

a {
    font-size:20px;
    padding-right:20px;
}



.recover-text-confirmation {
    margin-top: 50px;
    margin-bottom: 50px;
    width:60%;
}

.fa-check-circle {
    font-size: 50px;
    color: #227DFC;
    margin-bottom: 20px;
}

.display-show {
    display:flex;
}

.passShow { 
    width:20%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.passInput {
    border-bottom-right-radius: 0px;
    border-top-right-radius:0px;
}