.changebee-assign-card{
    margin: 80px auto 0;
    width: 735px;
    height: 440px;
    background: #FFFFFF;
    border-radius: 16px;
}
.ex1-wrap{
    max-width: 730px;
    margin: 80px auto;
}
.ex1-contain {
    background: #fff;
    padding: 5px 0;
    margin-bottom: 0;
   margin-top: -100px;
    position: relative;
}

.ex1-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    right: -40px;
    cursor: pointer;
}

.ex1-contain h2 {
    font-weight: 600;
    font-size: 36px;
}

.ex1-block, .ex2-block {
    display: grid;
    grid-gap: 20px;
}

.ex1-block {
    grid-template-columns: 300px 100px 100px;
    margin: 35px 0 15px;
}

.ex2-block {
    grid-template-columns: 300px 200px;
}

.ex1-link a {
    color: #8D959E;
    padding-top: 40px;
    display: block;
    height: 100%;
}

.ex1-link a:hover {
    text-decoration: none;
    color: #8D959E;
}

.ex1-fieldset>.ex1-field,
.ex1-fieldset>.ex1-fields{
    margin-bottom: 40px;
}
.ex1-field{
    position: relative;
}

.field-label {
    font-size: 15px;
    color: #8D959E;
}

.ex1-fields{
    display: flex;
    margin-left: -16px;
}
.ex1-fields .ex1-field{
    flex: 1;
    margin-left: 16px;
}

.ex1-input{
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #F7F7F8;
    border-radius: 8px;
    border: none;
    outline: none;
    padding: 12px;
}
.ex1-input::placeholder{
    color: #abacbe;
}
.ex1-input:focus ~ .ex1-label,
.ex1-input.focus ~ .ex1-label,
.ex1-input.complete ~ .ex1-label{
    color:#3A62BA;
}
.ex1-input.invalid ~ .ex1-label{
    color: #E94745;
}
.ex1-bar{
    position: relative;
    border-bottom: 0.0625rem solid #EBEBEB;
    display: block;
}
.ex1-bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #3A62BA;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.ex1-input:focus ~ .ex1-bar::before,
.ex1-input.focus ~ .ex1-bar::before,
.ex1-input.invalid ~ .ex1-bar::before{
    width: 100%;
    left: 0;
}
.ex1-input.invalid ~ .ex1-bar::before{
    background: #E94745;
}
.ex1-button{
    margin-bottom: 10px;
    background: linear-gradient(180deg, #4055EA 0%, #314ACD 100%);
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    border: none;
    border-radius: 8px;
    padding: 15px 105px;
    display: block;
    cursor: pointer;
    font-weight: 500;
}
.ex1-button:hover,
.ex1-button:focus{
    background: linear-gradient(180deg, #2E51FF 0%, #173BEF 100%);
}
.ex1-button.submit {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWxvYWRlciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA4MCA4MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTQwIDcyQzIyLjQgNzIgOCA1Ny42IDggNDBTMjIuNCA4IDQwIDhzMzIgMTQuNCAzMiAzMmMwIDEuMS0uOSAyLTIgMnMtMi0uOS0yLTJjMC0xNS40LTEyLjYtMjgtMjgtMjhTMTIgMjQuNiAxMiA0MHMxMi42IDI4IDI4IDI4YzEuMSAwIDIgLjkgMiAycy0uOSAyLTIgMnoiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZVR5cGU9InhtbCIgYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNDAgNDAiIHRvPSIzNjAgNDAgNDAiIGR1cj0iMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L3BhdGg+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    color: transparent!important;
    transition-duration: 0s;
}

#token {
    color: #555;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

#error {
    color: #e41029;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}
