#logging-title{
    text-align: center;
    /*background-color: #4cae4c;*/
    margin-top: 20px;
    margin-bottom: 0;
    color: #03b1fc;
}
.my-row{
    width: 100%;
    margin:0 auto;
    height: calc(100vh - 68px);
    /*background-color: #03b1fc;*/
}
#logging-btn,#openSwitch-btn{
    width:25% !important;
    min-width: fit-content !important;
    font-size: 30px !important;
    padding:10px 20px !important;
}
.abcRioButtonIcon {
    width: 15px;
}

.abcRioButtonSvg {
    height: 40px;
}

.abcRioButton.abcRioButtonLightBlue {
    color: cornsilk;
    background-color: rgba(0, 0, 0, 0.5);
    width: fit-content !important;
    height: 70px !important;
    padding: 15px !important;
}

.abcRioButtonContentWrapper {
    width: fit-content;
    height: fit-content;
}

.abcRioButtonContents * {
    font-size: 60px;
    margin-left: 50px;
}

.abcRioButtonSvg {
    margin-top: -10px;
    width: 60px;
}
.my-text{
    word-wrap: break-word;
    margin-bottom: 0;
}
.pro-pic{
    border-radius: 5px;
    border:1px solid black;
}