html,
body {
    height: 100%;
    margin 0;
    background: rgba(58, 217, 228, 1);
    background: -moz-linear-gradient(-45deg, rgba(58, 217, 228, 1) 0%, rgba(128, 246, 188, 1) 45%, rgba(214, 255, 131, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(58, 217, 228, 1)), color-stop(45%, rgba(128, 246, 188, 1)), color-stop(100%, rgba(214, 255, 131, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(58, 217, 228, 1) 0%, rgba(128, 246, 188, 1) 45%, rgba(214, 255, 131, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(58, 217, 228, 1) 0%, rgba(128, 246, 188, 1) 45%, rgba(214, 255, 131, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(58, 217, 228, 1) 0%, rgba(128, 246, 188, 1) 45%, rgba(214, 255, 131, 1) 100%);
    background: linear-gradient(135deg, rgba(58, 217, 228, 1) 0%, rgba(128, 246, 188, 1) 45%, rgba(214, 255, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ad9e4', endColorstr='#d6ff83', GradientType=1);
}

div.container {
    padding-top: 4em;
}
.form-group{
    margin: 1rem;
}
a.sense{
    color: white;
    text-decoration: none;
}
#registerclient, #registercompany{
    display: none;
}
#registerclient button, #registercompany button{
    margin-top: 15px !important;
}
#preguntaregistre .row{
    margin-right: 0px;
}
input, textarea{
    background-color: #F0F5F7 !important;
    border-radius: 6px !important;
    border-color: transparent !important;
}
h1,
h2,
h3 {
    font-family: 'Kaushan Script', cursive;
}
#logoregistre{
    width: 90%;
    margin-top: 10px;
}
#logo {
    width: 78%;
    margin-top: 15px;
}

.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2rem;
    outline: 0;
    /*max-width: 500px;*/
    box-shadow: 4px 5px 12px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 4px 5px 12px 2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 4px 5px 12px 2px rgba(0, 0, 0, 0.14);
}
#title_login{
    margin-top: 10px;
        font-family: Inter;
    font-weight: bold;
    font-size: 30px !important;
    color: #1E9FD3;
}
label{
    font-weight: bold;
}

.mybtn {
    border-radius: 10px;
    background-color: #43A0E7;
    border-color: #43A0E7;
    font-family: Inter;
    font-weight: bold;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.google {
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
}

form .error {
    color: #ff0000;
}

#second {
    display: none;
}
