.form-top {
    background: #08a9e5bf;
    text-align: justify;
    border-top: 5px solid #0abdff;
}

.form-top-right {
    color: #e2e2e2;
    opacity: 0.7;
}

.form-bottom {
    background: #000000ad;
    border-left: 3px solid #0092c8;
    border-bottom: 3px solid #0092c8;
    border-right: 3px solid #0092c8;
}

.lang-selector-container {
    width: 180px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}
.lang-selected {
     color: black;
     position: relative;
     width: 180px;
     /* border-radius: 50px; */
     /* width: 15vw; */
}
span.lang-label {
    padding-right: 10px;
    vertical-align: sub;
    font-size: 16px;
}

img.lang-flag {
    width: 34px;
    padding-left: 10px;
}
.triangle-lang-selector {
    width: 0;
    height: 0;
    display: -webkit-inline-box;
    border-style: solid;
    right: 10px;
    top: 12px;
    position: absolute;
    border-width: 8px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
}
.lang {
    /*border-bottom: 1px solid #999999;*/
    color: black;
    width: 180px;
    display: block;
    text-decoration: none;
}
.langs {
    display: none;
    width: 180px;
    /*background-color: #e3e3e3;*/
    color: black;
    /*border-left: 1px solid #f4f4f4;*/
   /* border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;*/
}

.lang:hover {
    background-color: #ffffff;
    transition: 0.1s;
    color: #000000;
    width: 178px;
}

