﻿.tranbox {
    background-color: rgba(205, 205, 205, 0.76);
    padding-bottom: 25%;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 30%;
    width: 362px;
    position: absolute;
    color: #231f20;
}

.logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.middle-box {
    /*margin: 0px 40% 0 38%;*/
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-content: center;
}

.top-bg {
    position: absolute;
    height: 33%;
    background-color: rgb(35,31,32);
    margin-top: 0px;
    width: 100%;
}

.logo-bg {
    position: absolute;
    top: 70%;
    bottom: 28%;
    left: 0;
    padding: 0px;
    right: 0;
}

.st-bg {
    position: absolute;
    top: 25%;
    bottom: 33%;
    left: 0;
    padding: 0px;
    right: 0;
}

.md-bg {
    position: absolute;
    top: 33%;
    bottom: 33%;
    left: 0;
    padding: 0px;
    right: 0;
}

.bt-bg {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 0px;
    right: 0;
    height: 100%;
    background-color: rgb(88,89,91);
}

.alert-danger {
    background-color: rgba(242, 222, 222, 0.55);
}

.form-control {
    font-size: 0.7rem;
}

.flags-pointer {
    cursor: pointer;
}



@media only screen and (max-width: 500px) {
    .screen-mobile {
        display: none;
    }

    .bt-bg {
        background-color: rgb(88,89,91);
        position: fixed;
    }

    .tranbox {
        width: auto;
    }
  
}
