body{
    background: rgb(59,52,193);
    background: linear-gradient(90deg, rgba(59,52,193,1) 33%, rgba(52,133,193,1) 55%, rgba(0,255,102,1) 100%);
    margin: 0px;
    padding: 0px;
}
header{
    height: 125px;
    padding:35px 35px;
    display: flex;
    justify-content: space-between;
}
img#canguroLogo{
    width: 120px;
    height: auto;
}
h1{
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:30px;
    margin: 40px 0px 0px 0px;
    width: 270px;
}
.logo{
    display: flex;
    flex-direction: row;
    width: 300px;
    margin-right: 0px;
}
.side{
    display:flex;
    flex-direction:row;
    margin-top: 40px;
}
.icons{
    display: flex;
    flex-direction: column;
}
img#lock{
    width: 60px;
    height: auto;
    margin-left: 75px;
}
img#smile{
    width: 60px;
    height: auto;
    margin-left: 75px;
}
.labelHeader{
    color: whitesmoke;
    margin: 10px 20px 5px 20px;
    padding: 0px;
}
section{
    background-color: white;
    display:block;
    height: 590px;
}
h2{
    float: left;
    margin-left: 50px;
    margin-bottom: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black
}
#imgtarjetas{
    float: left;
    width: 170px;
    height: auto;
    padding: 15px 0px 0px 10px
}
.requiredField{
    color: crimson;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
p.requiredField{
    font-size: 14px;
    margin: 0px 0px 20px 60px
}
main{
    background-color: rgb(221, 221, 221);
    height: 450px;
    width: 276px;
    margin: 0px 541.6px 0px 541.6px;
    padding: 10px 80px;
}
label{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
.longInput{
    width: 268px;
    height: 20px;
}
.shortInput{
    width: 50px;
    height: 20px;
}
p#answer{
    margin:0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}
span.requiredField{
    font-size:18px;
}
button{
    border-radius: 2em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    background-color: rgba(52,133,193,1);
    color: white;
    text-align: center;
    border: none;
    box-sizing:border-box;
    padding: 0.3em 1.2em;
    width: 268px;
    height: 40px;
    cursor:pointer;
}
button:hover{
    background-color: rgb(67, 169, 247);;
}
footer{
    padding: 5px 35px;
}
h4{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    color: whitesmoke
}
.contact{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-top: 0px;
    color: whitesmoke;
}
#facebook{
    width: 30px;
    height: auto;
}
#instagram{
    width: 27px;
    height: auto;
}
#twitter{
    width: 29px;
    height: auto;
    margin-left: 6.5px;
}
#trademark{
    float: right;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: whitesmoke;
    font-size: 14px;
}
