* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif
}
body {
    background: #E5E5E5;
}
.container {
    margin: auto;
    width: 1200px;
    height: 640px;
    padding: 8px;
    background: #E5E5E5;
}
.logo {
    width: 100%;
    float: left;
}
.left {
    float: left;
    width: 70%;
    height: 70%;
    border-radius: 32px;
}
.right {
    float: right;
    width: 300px;
    height: 600px;
    border-radius: 24px;
    background: white;
}
.left-btn {
    float: left;
    width: 800px;
    height: 60px;
    border-radius: 10px;
    font-size: 12px;
    color: #495057;
}
.logo-img {
    margin-top: 1%;
    margin-left: 5%;
    float: inherit;
}
.title {
    float: inherit;
    margin-left: 20%;
}
.text-input {
    float: left;
    margin-left: 10%;
    margin-top: 10%;
    width: 590px;
    height: 40px;
    color: #0A3871;
    font-size: 30px;
    border: none;
    outline: none;
    background: #E5E5E5;
}
#img-right {
    margin-left: 2%;
    margin-top: 20%;
    width: 90%;
    height: auto;
}
#text-1 {
    margin-left: 7%;
    margin-right: 5%;
}
#text-2 {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    color: #0A3871;
    width: 80%;
    height: 150px;
    border: none;
    outline: none;
    font-size: 25px;
}
#btn-encr {
    padding: 10px;
    width: 200px;
    height: 50px;
    border-radius: 24px;
    margin-top: 30px;
    margin-left: 15%;
    background: #0A3871;
    color: white;
    border: none;
    text-align: center;
}
#btn-desencr {
    padding: 10px;
    width: 200px;
    height: 50px;
    border-radius: 24px;
    margin-left: 15%;
    background: #d1d6dc;
    color: #0A3871;
    border: none;
}
#copiar {
    margin-left: 52px;
    margin-top: 90%;
    width: 200px;
    height: 50px;
    background: #D8DFE8;
    border-radius: 24px;
    border: none;
    display: none;
}
