﻿
.page-content {

    max-width: 800px;
    padding: 1em;
    align-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
}



.text-field {
    display: block;
    width: 100%;
}


 /*   .btn-main:hover {
        background: white;
        color: #e2007a;
        box-shadow: #e2007a 1px 1px,#e2007a -1px -1px;
    }*/

.btn-sec {
    background: black;
}


    .btn-sec:hover {
        background: white;
        color: black;
        box-shadow: black 1px 1px,black -1px -1px;
    }

.title-label {
    color: white;
    font-size: 1.5em;
}


.logo-btn {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 16px;
}


    .logo-btn:hover {
        border: 1px solid #e2007a;
    }


.agent-container {
    /* background: #fff; */
    /* box-shadow: 0 0 10px #000; */
    margin: 0 auto;
    padding: 30px;
    position: relative;
    width: 800px;
    max-width: 100%;
}
