﻿
.topFirstPart {
    padding-top: 5%;
    padding-bottom: 5%;
}

.firstPart {
    background-color: #FF4C5D;
    width: 420px;
    height: 164px;
    border-radius: 10px; 
}

.firstPart select:not(.Not_Valid):focus {
    border: 2px solid #FF4C5D;
}

.firstPart .comboBox {
    height: 41px;
    width: 226px;
    border-radius: 6px;
    border: 1px solid #626262;
    text-align-last: center;
}

.firstPart .Button {
    height: 41px;
    width: 111px;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
}

.secondPart {
    margin-top: 2%;
    color: #FF4C5D;
    height: 100px;
    width: 420px;
}

.Button.distributionAccountButton {
    font-size: 100%;
    border: 1px solid #FFFFFF;
}

.phone .firstPart {
    width: 85vw;
    height: 25%;
}

.phone .firstPart .comboBox {
    width: 45vw;
}
